summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkvisual-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Add annotations so that methods are properly paired to objects.Pavel Holejsovsky2011-08-011-1/+1
* Enable introspection of X11-specific functions and methodsPavel Holejsovsky2011-08-011-2/+2
* Mark api with xlib types as skippedJohan Dahlin2011-01-201-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* x11: Rename GdkScreenX11 to GdkX11ScreenBenjamin Otte2010-12-211-64/+64
* x11: Export GdkX11VisualBenjamin Otte2010-12-211-6/+0
* x11: Rename GdkVisualX11 to GdkX11VisualBenjamin Otte2010-12-211-29/+29
* x11: Have a proper GdkVisualX11Class structBenjamin Otte2010-12-211-1/+6
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-2/+0
* Drop gdkx_visual_getMatthias Clasen2010-12-211-14/+0
* Multiple changes to reduce the amount of unprefixed symbolsMatthias Clasen2010-12-211-1/+1
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-2/+1
* Move GdkVisual parallel-implementableMatthias Clasen2010-12-211-104/+80
* Convert a bunch of visual related calls to use the screen vtableAlexander Larsson2010-12-211-133/+25
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-3/+5
* x11: Fix debug codeBenjamin Otte2010-09-271-4/+16
* x11: Keep a default X Colormap in every visual to construct windows withBenjamin Otte2010-09-261-1/+50
* x11: Use G_DEFINE_TYPE() to define GdkVisualBenjamin Otte2010-09-261-90/+83
* Add annotationsMatthias Clasen2010-09-171-2/+2
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Add some missing introspection annotationsMatthias Clasen2010-02-221-6/+7
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-2/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* bgo#571374 - Add 30-bit visuals to the list of supported depthsJohn Brown2009-03-311-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failuresChris Wilson2007-03-171-0/+1
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-15/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Avoid infinite loop if a mask is zero. (#309222, David Saxton)Matthias Clasen2005-06-301-0/+6
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-4/+15
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+5
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* 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-0/+1
* Return a GdkVisual *, not a GdkVisual **. (#105243)Matthias Clasen2003-02-061-1/+1
* Document 2.2 API additions.Matthias Clasen2002-11-281-5/+14
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* Replace leftover gdkx_visual_get_for_screen () byMatthias Clasen2002-09-241-1/+1
* Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, VitalyOwen Taylor2002-09-241-5/+6
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-241-11/+0
* Renames:Owen Taylor2002-06-201-10/+10
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-38/+19
* Rationalized the screen initialization process, changed the GdkDisplayX11Erwann Chenede -2002-05-031-1/+0
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-84/+152
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+103
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-4/+17
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-78/+111
* GCompareFunc -> GEqualFunc where applicable.Sebastian Wilhelmi2000-11-131-11/+11
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-0/+1