summaryrefslogtreecommitdiff
path: root/gdk/gdkrgb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up selection of conversion functions for MSB machines:Owen Taylor2005-06-241-13/+3
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-25/+67
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-2/+2
* Merged from gtk-2-6:Federico Mena Quintero2005-02-221-4/+161
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Set unused bits in pixel to 1s in case they are used as alpha; copyingMatthias Clasen2004-08-231-1/+10
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-14/+3
* added a missing cast.Sven Neumann2003-06-021-1/+0
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Remove the attempt-to-allocate then free code. To handle multiple peopleOwen Taylor2003-01-301-16/+0
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-2/+3
* Document 2.2 API additions.Matthias Clasen2002-11-281-2/+6
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-24/+20
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-4/+4
* Changes to support depth 8 StaticColor visuals. (#81631)Matthias Clasen2002-08-091-3/+9
* Merge from stable:Sven Neumann2002-08-011-2/+2
* Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8,Matthias Clasen2002-07-251-0/+1
* Renames:Owen Taylor2002-06-201-3/+3
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-10/+15
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-20/+83
* Fix some bugs, and introduce a minor feature.Tor Lillqvist2002-04-041-27/+149
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-242/+17
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+18
* Remove unnecessary call to gdk_image_new_bitmap().Owen Taylor2001-09-201-9/+3
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-2/+0
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-1/+1
* add --deprecated-guardsHavoc Pennington2001-02-201-0/+32
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-7/+11
* Fix off-by-one error when destroying allocated segments on failure.Owen Taylor2000-11-181-1/+1
* Don't leave dangling ->prev fields when merging lists. (FoundOwen Taylor2000-08-181-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-272/+527
* If possible, create only a single shm segment and use multiple parts of itOwen Taylor2000-06-261-99/+173
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-19/+21
* Change GDK_WINDOWING_WIN32 usage to #ifdef also here.Tor Lillqvist1999-10-021-1/+1
* StartedOwen Taylor1999-10-011-2/+2
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-2/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-6/+9
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-4/+8
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-1/+1
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-2/+13
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-5/+5
* Fixed up copyright message.Owen Taylor1998-11-241-9/+9
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-9/+9
* Fixed an alpha bug.Raph Levien1998-10-051-3/+3
* Reverted global changes of g_new to malloc(), added back in the one placeOwen Taylor1998-09-151-1/+3
* Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2Raph Levien1998-09-111-2/+36