| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4 | Owen Taylor | 2000-07-14 | 2 | -14/+13 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkprivate-win32.h Changes to make | Tor Lillqvist | 2000-07-11 | 4 | -105/+181 |
* | Win32 changes, still doesn't build though. | Tor Lillqvist | 2000-07-11 | 10 | -100/+75 |
* | add xthickness and ythickness to GtkRcStyle and add the necessary tokens. | Tim Janik | 2000-07-11 | 8 | -19/+23 |
* | Add check for db2html | Owen Taylor | 2000-07-06 | 2 | -0/+19 |
* | Patch from George Liebl to add a GdkGrabStatus enumeration to use as a | Owen Taylor | 2000-07-06 | 9 | -51/+79 |
* | Patch from George Liebl to install all the headers in the right place. | Owen Taylor | 2000-07-06 | 1 | -6/+6 |
* | Handle also WM_SYSCHAR, and other changes to get handling of Alt+nnn or | Tor Lillqvist | 2000-07-04 | 4 | -85/+146 |
* | font charset is iso8859-1, not iso-8859-1. | Owen Taylor | 2000-07-03 | 1 | -2/+3 |
* | Use g_get_charset() instead of g_get_codeset(). | Owen Taylor | 2000-07-03 | 1 | -3/+4 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 12 | -851/+780 |
* | Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmaps | Owen Taylor | 2000-07-02 | 2 | -2/+10 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 15 | -3890/+948 |
* | When actually returning expose events, make sure to set the count field | Owen Taylor | 2000-07-01 | 2 | -20/+8 |
* | If possible, create only a single shm segment and use multiple parts of it | Owen Taylor | 2000-06-26 | 2 | -123/+207 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -1/+3 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 2 | -1062/+1190 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 6 | -19/+101 |
* | use $(mkinstalldirs) not $(MKINSTALLDIRS) | Christopher Blizzard | 2000-06-21 | 1 | -2/+2 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 2 | -10/+13 |
* | Fix conditionality to work the "right" way. Missed commits from previous. | Elliot Lee | 2000-06-20 | 5 | -20/+702 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 43 | -2047/+3312 |
* | *** empty log message *** | Elliot Lee | 2000-06-20 | 28 | -470/+1356 |
* | Change private class member to be named private_data throughout the file. | Christopher Blizzard | 2000-06-19 | 1 | -1/+1 |
* | Call gdk_window_withdraw rather than gdk_window_hide; this makes things | Owen Taylor | 2000-06-12 | 2 | -1/+9 |
* | Add missing backslash that was keeping GTK+ from building at all. | Owen Taylor | 2000-06-07 | 1 | -26/+26 |
* | make it possible to configure gtk for different targets on the same | CEST 2000 Paolo Molaro | 2000-06-07 | 12 | -5182/+71 |
* | Add call to g_type_init() - we'll need this later, and this makes sure | Owen Taylor | 2000-06-06 | 2 | -1/+7 |
* | We need to treat initial creation different from setting with regards to | Owen Taylor | 2000-06-05 | 1 | -8/+15 |
* | Hack gdk_event_get_graphics_expose() to sort of work by adding an extra | Owen Taylor | 2000-06-05 | 1 | -54/+36 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 19 | -1818/+2760 |
* | Remove deadwood code.GTK_PRE_FLICKER | Elliot Lee | 2000-06-01 | 4 | -86/+2 |
* | Put it into CVS. | Elliot Lee | 2000-05-31 | 51 | -0/+22169 |
* | add missing header files. | CEST 2000 lupus | 2000-05-23 | 4 | -0/+866 |
* | If a region does not have any rectangles, or if the specified rectangle is | Elliot Lee | 2000-05-18 | 2 | -2/+2 |
* | Plug same refcount leaks as in the X11 backend.gdk-object-branchpoint | Tor Lillqvist | 2000-05-16 | 3 | -138/+49 |
* | A bit of editing. | Owen Taylor | 2000-05-15 | 5 | -151/+299 |
* | Typo. | Tor Lillqvist | 2000-05-12 | 1 | -1/+1 |
* | Define more message types missing from mingw headers. | Tor Lillqvist | 2000-05-12 | 5 | -15/+317 |
* | Change all conversion from 16-bit formats to 32-bit formats to re-use | Darin Adler | 2000-05-09 | 1 | -67/+118 |
* | Fix typo. I had deleted a ! operator by mistake, which caused | Tor Lillqvist | 2000-05-07 | 3 | -202/+501 |
* | Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com> | Paolo Molaro | 2000-05-06 | 23 | -0/+5461 |
* | Move gdk_window_clear() into common code, implement in terms of | Owen Taylor | 2000-05-05 | 2 | -34/+48 |
* | Don't try to draw too narrow or too low arcs, they seem to fail, at least | Tor Lillqvist | 2000-05-02 | 2 | -2/+5 |
* | New file, just a quick hack of the X11 version. | Tor Lillqvist | 2000-05-01 | 1 | -0/+702 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 26 | -587/+861 |
* | clean up enum format, remove extra comma, this keeps scanner scripts from | Havoc Pennington | 2000-04-15 | 3 | -6/+8 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 2 | -97/+87 |
* | Fix problem with installation directory for gdkx.h | Owen Taylor | 2000-04-07 | 1 | -1/+3 |
* | Fix screwy indentation. | Owen Taylor | 2000-04-05 | 3 | -2/+4 |