| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up selection of conversion functions for MSB machines: | Owen Taylor | 2005-06-24 | 1 | -13/+3 |
* | Fill in unused bits so they can be used for the depth-32 target case. | Owen Taylor | 2005-05-09 | 1 | -25/+67 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-22 | 1 | -4/+161 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Set unused bits in pixel to 1s in case they are used as alpha; copying | Matthias Clasen | 2004-08-23 | 1 | -1/+10 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -14/+3 |
* | added a missing cast. | Sven Neumann | 2003-06-02 | 1 | -1/+0 |
* | Return gboolean, not gint. (#107664, Morten Welinder) | Matthias Clasen | 2003-03-06 | 1 | -1/+1 |
* | Remove the attempt-to-allocate then free code. To handle multiple people | Owen Taylor | 2003-01-30 | 1 | -16/+0 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 1 | -2/+3 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -2/+6 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 1 | -24/+20 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -4/+4 |
* | Changes to support depth 8 StaticColor visuals. (#81631) | Matthias Clasen | 2002-08-09 | 1 | -3/+9 |
* | Merge from stable: | Sven Neumann | 2002-08-01 | 1 | -2/+2 |
* | Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8, | Matthias Clasen | 2002-07-25 | 1 | -0/+1 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -3/+3 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -10/+15 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -20/+83 |
* | Fix some bugs, and introduce a minor feature. | Tor Lillqvist | 2002-04-04 | 1 | -27/+149 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -242/+17 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 1 | -0/+18 |
* | Remove unnecessary call to gdk_image_new_bitmap(). | Owen Taylor | 2001-09-20 | 1 | -9/+3 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -2/+0 |
* | Patch from ChiDeok Hwang to move call to sync_selection() up a few lines | Owen Taylor | 2001-03-02 | 1 | -1/+1 |
* | add --deprecated-guards | Havoc Pennington | 2001-02-20 | 1 | -0/+32 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -7/+11 |
* | Fix off-by-one error when destroying allocated segments on failure. | Owen Taylor | 2000-11-18 | 1 | -1/+1 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -272/+527 |
* | If possible, create only a single shm segment and use multiple parts of it | Owen Taylor | 2000-06-26 | 1 | -99/+173 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -19/+21 |
* | Change GDK_WINDOWING_WIN32 usage to #ifdef also here. | Tor Lillqvist | 1999-10-02 | 1 | -1/+1 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+2 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -2/+2 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -6/+9 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -4/+8 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -1/+1 |
* | x Pull in string.h for various mem*() and str*() functions, in an | Jeff Garzik | 1998-12-24 | 1 | -2/+13 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -5/+5 |
* | Fixed up copyright message. | Owen Taylor | 1998-11-24 | 1 | -9/+9 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -9/+9 |
* | Fixed an alpha bug. | Raph Levien | 1998-10-05 | 1 | -3/+3 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 1 | -1/+3 |
* | Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2 | Raph Levien | 1998-09-11 | 1 | -2/+36 |