summaryrefslogtreecommitdiff
path: root/gdk/gdkrgb.c
Commit message (Expand)AuthorAgeFilesLines
* use g_error() instead of a combination of g_warning+exit to avoid16:19:16 Tim Janik2008-08-071-9/+6
* Cast pointers to guintptr, not unsigned long, before doing bit tests onTor Lillqvist2008-08-041-5/+5
* call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags.Michael Natterer2008-08-041-4/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-162/+168
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-161-2/+44
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* CleanupsMatthias Clasen2006-10-081-1/+1
* Small savingsMatthias Clasen2006-04-041-16/+6
* 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