summaryrefslogtreecommitdiff
path: root/gdk/gdkrgb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed up some of the bigendian 32bpp modes.Raph Levien1998-09-031-29/+164
* Minor improvements to gdkrgb, added testrgb to the gtk directory.Raph Levien1998-09-011-13/+24
* Added a gdk_draw_rgb_image_dithalign function.Raph Levien1998-08-311-35/+204
* removed some unused variablesManish Singh1998-08-241-1/+0
* Added some calls to gdk_rgb_init, so it's much more likely to correctlyRaph Levien1998-08-221-0/+2
* silly visual fixesManish Singh1998-08-201-2/+2
* Minor fixes that were needed for the Gimp/GdkRgb integration.Raph Levien1998-08-201-254/+362
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-249/+249
* It works better when I actually check the file in :) (I.e. this is theRaph Levien1998-08-181-6/+155
* Committing a patch by Ray Lehtiniemi to speed up 565_d by 25%.Raph Levien1998-08-141-25/+34
* Made some config changes to make it work better both as a standaloneRaph Levien1998-08-021-2/+17
* actually builds and runs properly on big endian machines now, because weManish Singh1998-07-221-5/+6
* More minor config fixes.Raph Levien1998-07-211-20/+0