summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-142-14/+13
* gdk/win32/gdkcolor-win32.c gdk/win32/gdkprivate-win32.h Changes to makeTor Lillqvist2000-07-114-105/+181
* Win32 changes, still doesn't build though.Tor Lillqvist2000-07-1110-100/+75
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-118-19/+23
* Add check for db2htmlOwen Taylor2000-07-062-0/+19
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-069-51/+79
* Patch from George Liebl to install all the headers in the right place.Owen Taylor2000-07-061-6/+6
* Handle also WM_SYSCHAR, and other changes to get handling of Alt+nnn orTor Lillqvist2000-07-044-85/+146
* font charset is iso8859-1, not iso-8859-1.Owen Taylor2000-07-031-2/+3
* Use g_get_charset() instead of g_get_codeset().Owen Taylor2000-07-031-3/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-0312-851/+780
* Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmapsOwen Taylor2000-07-022-2/+10
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-0215-3890/+948
* When actually returning expose events, make sure to set the count fieldOwen Taylor2000-07-012-20/+8
* If possible, create only a single shm segment and use multiple parts of itOwen Taylor2000-06-262-123/+207
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-1/+3
* Indentation fixups to GTK+ standard.Owen Taylor2000-06-212-1062/+1190
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-216-19/+101
* use $(mkinstalldirs) not $(MKINSTALLDIRS)Christopher Blizzard2000-06-211-2/+2
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-212-10/+13
* Fix conditionality to work the "right" way. Missed commits from previous.Elliot Lee2000-06-205-20/+702
* Make this compile without framebuffer enabledHavoc Pennington2000-06-2043-2047/+3312
* *** empty log message ***Elliot Lee2000-06-2028-470/+1356
* Change private class member to be named private_data throughout the file.Christopher Blizzard2000-06-191-1/+1
* Call gdk_window_withdraw rather than gdk_window_hide; this makes thingsOwen Taylor2000-06-122-1/+9
* Add missing backslash that was keeping GTK+ from building at all.Owen Taylor2000-06-071-26/+26
* make it possible to configure gtk for different targets on the sameCEST 2000 Paolo Molaro2000-06-0712-5182/+71
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-062-1/+7
* We need to treat initial creation different from setting with regards toOwen Taylor2000-06-051-8/+15
* Hack gdk_event_get_graphics_expose() to sort of work by adding an extraOwen Taylor2000-06-051-54/+36
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-0219-1818/+2760
* Remove deadwood code.GTK_PRE_FLICKERElliot Lee2000-06-014-86/+2
* Put it into CVS.Elliot Lee2000-05-3151-0/+22169
* add missing header files.CEST 2000 lupus2000-05-234-0/+866
* If a region does not have any rectangles, or if the specified rectangle isElliot Lee2000-05-182-2/+2
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-163-138/+49
* A bit of editing.Owen Taylor2000-05-155-151/+299
* Typo.Tor Lillqvist2000-05-121-1/+1
* Define more message types missing from mingw headers.Tor Lillqvist2000-05-125-15/+317
* Change all conversion from 16-bit formats to 32-bit formats to re-useDarin Adler2000-05-091-67/+118
* Fix typo. I had deleted a ! operator by mistake, which causedTor Lillqvist2000-05-073-202/+501
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-0623-0/+5461
* Move gdk_window_clear() into common code, implement in terms ofOwen Taylor2000-05-052-34/+48
* Don't try to draw too narrow or too low arcs, they seem to fail, at leastTor Lillqvist2000-05-022-2/+5
* New file, just a quick hack of the X11 version.Tor Lillqvist2000-05-011-0/+702
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-0126-587/+861
* clean up enum format, remove extra comma, this keeps scanner scripts fromHavoc Pennington2000-04-153-6/+8
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-112-97/+87
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-071-1/+3
* Fix screwy indentation.Owen Taylor2000-04-053-2/+4