| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in Gdk-custom.c introspection annotations | Colin Walters | 2009-12-16 | 1 | -4/+10 |
* | Don't propagate GDK_NATIVE_WINDOWS to child processes | Alexander Larsson | 2009-08-31 | 1 | -2/+7 |
* | Add support for enabling only native windows | Alexander Larsson | 2009-08-24 | 1 | -0/+3 |
* | A GOptionArgFunc should return gboolean and take also a GError pointer | Tor Lillqvist | 2009-01-12 | 1 | -8/+32 |
* | Bug 550942 – [patch] Rework of gdkeventloop-quartz.c | Richard Hult | 2008-11-12 | 1 | -1/+2 |
* | call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags. | Michael Natterer | 2008-08-04 | 1 | -1/+4 |
* | Add gdk_threads_add_timeout_seconds{_full} | Matthias Clasen | 2008-07-31 | 1 | -0/+65 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -10/+10 |
* | clarified documentation example. | Tim Janik | 2007-07-12 | 1 | -15/+19 |
* | Update docs | Matthias Clasen | 2007-05-26 | 1 | -0/+4 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Fix some formatting errors in docs. | Matthias Clasen | 2006-12-28 | 1 | -16/+16 |
* | Add functions to allow threadsafe handling of idles and timeouts wrt. to | Matthias Clasen | 2006-12-22 | 1 | -0/+235 |
* | Handle display_name being NULL. (#354004, Chris Wilson) | Matthias Clasen | 2006-09-03 | 1 | -1/+2 |
* | Here too. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Fix an oversight | Matthias Clasen | 2005-12-11 | 1 | -1/+1 |
* | Don't ignore errors from g_option_context_parse(). | Matthias Clasen | 2005-12-06 | 1 | -1/+6 |
* | gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum. | Tor Lillqvist | 2005-11-09 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -3/+3 |
* | remove now unused arg variables. | Manish Singh | 2004-09-21 | 1 | -2/+0 |
* | Add descriptions for the commandline arguments. The actual descriptions | Matthias Clasen | 2004-09-05 | 1 | -7/+20 |
* | Make gtk argument parsing use goption. Add gtk_get_option_group and | Anders Carlsson | 2004-09-05 | 1 | -208/+65 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Handle '--' correctly. | Anders Carlsson | 2004-04-05 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Documentation updates. | Matthias Clasen | 2003-12-11 | 1 | -2/+4 |
* | Based on a patch by Martin Kretzschmar; #122448 | Michael Meeks | 2003-12-08 | 1 | -0/+56 |
* | Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2 | Matthias Clasen | 2003-11-03 | 1 | -0/+1 |
* | Make the list of default languages more comprehensive. (Suggestion of Fco. | Owen Taylor | 2003-08-16 | 1 | -1/+1 |
* | g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving it | Owen Taylor | 2003-08-01 | 1 | -11/+11 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+4 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 1 | -2/+0 |
* | Use g_return_val_if_fail in this non-void function. (gdk_init_check): | Matthias Clasen | 2002-11-07 | 1 | -3/+1 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -15/+53 |
* | Remove references to gdk_initialized (#81060, Jacob Berkman) | Owen Taylor | 2002-08-02 | 1 | -49/+0 |
* | gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv | Sven Neumann | 2002-07-16 | 1 | -1/+1 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -3/+3 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -2/+3 |
* | ue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-18 | 1 | -5/+8 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -53/+106 |
* | Add some more GdkDebugFlags, for more fine-grained debugging output | Tor Lillqvist | 2002-02-13 | 1 | -1/+8 |
* | Set the fallback program class here, rather than | Owen Taylor | 2002-01-21 | 1 | -6/+7 |
* | Fix wrong types for command line arguments (#69124, Ryan Lovett) | Owen Taylor | 2002-01-21 | 1 | -5/+3 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 1 | -79/+0 |
* | *** empty log message *** | Jacob Berkman | 2001-12-11 | 1 | -1/+2 |
* | Fallback to setting the prgname to "<unknown>" if someone doesn't pass in | Christopher Blizzard | 2001-12-08 | 1 | -1/+4 |