| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed up some of the bigendian 32bpp modes. | Raph Levien | 1998-09-03 | 1 | -29/+164 |
* | Minor improvements to gdkrgb, added testrgb to the gtk directory. | Raph Levien | 1998-09-01 | 1 | -13/+24 |
* | Added a gdk_draw_rgb_image_dithalign function. | Raph Levien | 1998-08-31 | 1 | -35/+204 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 1 | -1/+0 |
* | Added some calls to gdk_rgb_init, so it's much more likely to correctly | Raph Levien | 1998-08-22 | 1 | -0/+2 |
* | silly visual fixes | Manish Singh | 1998-08-20 | 1 | -2/+2 |
* | Minor fixes that were needed for the Gimp/GdkRgb integration. | Raph Levien | 1998-08-20 | 1 | -254/+362 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -249/+249 |
* | It works better when I actually check the file in :) (I.e. this is the | Raph Levien | 1998-08-18 | 1 | -6/+155 |