summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkvisual-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Fix compiler warningsMatthias Clasen2015-06-021-14/+0
* X11: Pick better system and rgba visuals for GLAlexander Larsson2014-10-291-0/+5
* Pick the first rgba visual, not the lastAlexander Larsson2014-10-281-1/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* Revert "gdk: enable rgba visuals by default"Matthias Clasen2014-02-041-8/+0
* docs: don't use <type> tagsWilliam Jon McCann2014-01-281-1/+1
* gdk: enable rgba visuals by defaultWilliam Jon McCann2014-01-231-0/+8
* x11: Add/Fix '(type *)' g-i annotationsRico Tzschichholz2014-01-091-2/+2
* GdkVisualX11: Add a dispose implementationMatthias Clasen2013-06-291-0/+16
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* 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