summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags.Michael Natterer2008-08-041-1/+4
* Add gdk_threads_add_timeout_seconds{_full}Matthias Clasen2008-07-311-0/+65
* 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
* Require gtk-doc 1.8Matthias Clasen2007-11-251-10/+10
* clarified documentation example.Tim Janik2007-07-121-15/+19
* Update docsMatthias Clasen2007-05-261-0/+4
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Fix some formatting errors in docs.Matthias Clasen2006-12-281-16/+16
* Add functions to allow threadsafe handling of idles and timeouts wrt. toMatthias Clasen2006-12-221-0/+235
* Handle display_name being NULL. (#354004, Chris Wilson)Matthias Clasen2006-09-031-1/+2
* Here too.Matthias Clasen2006-04-031-1/+1
* Fix an oversightMatthias Clasen2005-12-111-1/+1
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+6
* gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum.Tor Lillqvist2005-11-091-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-3/+3
* remove now unused arg variables.Manish Singh2004-09-211-2/+0
* Add descriptions for the commandline arguments. The actual descriptionsMatthias Clasen2004-09-051-7/+20
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-208/+65
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Handle '--' correctly.Anders Carlsson2004-04-051-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Documentation updates.Matthias Clasen2003-12-111-2/+4
* Based on a patch by Martin Kretzschmar; #122448Michael Meeks2003-12-081-0/+56
* Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2Matthias Clasen2003-11-031-0/+1
* Make the list of default languages more comprehensive. (Suggestion of Fco.Owen Taylor2003-08-161-1/+1
* g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving itOwen Taylor2003-08-011-11/+11
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-2/+0
* Use g_return_val_if_fail in this non-void function. (gdk_init_check):Matthias Clasen2002-11-071-3/+1
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-15/+53
* Remove references to gdk_initialized (#81060, Jacob Berkman)Owen Taylor2002-08-021-49/+0
* gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argvSven Neumann2002-07-161-1/+1
* Renames:Owen Taylor2002-06-201-3/+3
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-2/+3
* ue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-181-5/+8
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-53/+106
* Add some more GdkDebugFlags, for more fine-grained debugging outputTor Lillqvist2002-02-131-1/+8
* Set the fallback program class here, rather thanOwen Taylor2002-01-211-6/+7
* Fix wrong types for command line arguments (#69124, Ryan Lovett)Owen Taylor2002-01-211-5/+3
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-79/+0
* *** empty log message ***Jacob Berkman2001-12-111-1/+2
* Fallback to setting the prgname to "<unknown>" if someone doesn't pass inChristopher Blizzard2001-12-081-1/+4
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-4/+4
* Don't call g_thread_init(), we don't want to link to -lgthread if we don'tOwen Taylor2001-10-221-3/+2
* Add a function, gdk_threads_init() that must be explicitely called toOwen Taylor2001-10-221-3/+20
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-30/+50
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-1/+0