summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+7
* 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
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Remove old XIM code.Owen Taylor2001-03-091-10/+0
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-191-3/+9
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-1/+1
* add gdkkeys.[hc]Havoc Pennington2000-12-061-178/+0
* #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb toStanislav Brabec2000-07-311-0/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-3/+3
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-1/+5
* Don't try to draw too narrow or too low arcs, they seem to fail, at leastTor Lillqvist2000-05-021-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1
* If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get theTor Lillqvist1999-12-291-0/+4
* gdk/Makefile.am Distribute Win32 files.Tor Lillqvist1999-12-111-0/+2
* Fix typo.Tor Lillqvist1999-11-211-1/+1