| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't put documentation in glibconfig.h | Matthias Clasen | 2011-12-27 | 1 | -0/+3 |
* | documentation fixes | Stef Walter | 2011-12-13 | 1 | -2/+1 |
* | Move old deprecated gmain api into deprecated/ | Matthias Clasen | 2011-11-03 | 1 | -100/+0 |
* | Don't use G_DISABLE_DEPRECATED guards around deprecated functions | Matthias Clasen | 2011-11-03 | 1 | -2/+1 |
* | Make single includes mandatory | Matthias Clasen | 2011-10-12 | 1 | -1/+1 |
* | Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headers | Chun-wei Fan | 2011-10-11 | 1 | -1/+2 |
* | Add G_GNUC_DEPRECATED to deprecated APIs in glib | Matthias Clasen | 2011-10-08 | 1 | -1/+1 |
* | Add g_main_context_ref_thread_default() | Dan Winship | 2011-10-07 | 1 | -0/+1 |
* | Add macros for GSourceFunc return values | Emmanuele Bassi | 2011-09-09 | 1 | -0/+20 |
* | Revert "gdatetime: Add g_date_time_source_new()" | Ryan Lortie | 2011-08-31 | 1 | -1/+0 |
* | Make GMainLoop, GMainContext and GSource boxed types | Pavel Holejsovsky | 2011-08-31 | 1 | -4/+4 |
* | gdatetime: Add g_date_time_source_new() | Colin Walters | 2011-08-29 | 1 | -0/+1 |
* | Remove all uses of G_CONST_RETURN | Ryan Lortie | 2011-06-09 | 1 | -1/+1 |
* | Move gmain docs inline | Matthias Clasen | 2011-06-08 | 1 | -0/+16 |
* | Revert "Remove all uses of G_CONST_RETURN" | Emmanuele Bassi | 2011-03-15 | 1 | -1/+1 |
* | Remove all uses of G_CONST_RETURN | Ryan Lortie | 2011-03-15 | 1 | -1/+1 |
* | gmain: add g_source_add_child_source and g_source_remove_child_source | Dan Winship | 2010-11-26 | 1 | -5/+12 |
* | Add g_get_real_time() for wall-clock int64 micros | Ryan Lortie | 2010-11-02 | 1 | -0/+1 |
* | Switch GTimeSpec users to int64 microseconds | Ryan Lortie | 2010-11-02 | 1 | -4/+3 |
* | Deprecate g_source_get_current_time() | Ryan Lortie | 2010-10-27 | 1 | -0/+2 |
* | Add g_source_get_time() | Ryan Lortie | 2010-10-27 | 1 | -0/+2 |
* | Add g_get_monotonic_time() | Ryan Lortie | 2010-10-27 | 1 | -0/+1 |
* | Bug 618737 - "dispatch to context" functionality | Ryan Lortie | 2010-10-03 | 1 | -0/+9 |
* | Move main loop docs inline | Matthias Clasen | 2010-07-10 | 1 | -77/+297 |
* | GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_id | Havoc Pennington | 2010-05-25 | 1 | -1/+8 |
* | Add g_main_context_push_thread_default() etc | Dan Winship | 2009-07-01 | 1 | -0/+5 |
* | Move this out of gmain.c and make it part of the public API. (Part of Bug | Dan Winship | 2008-09-23 | 1 | -42/+1 |
* | Fix problems on 64-bit Windows. Avoid warnings, some of which indicated | Tor Lillqvist | 2008-07-28 | 1 | -2/+1 |
* | #define __GLIB_H_INSIDE__ around including everything. | Michael Natterer | 2008-05-05 | 1 | -1/+1 |
* | make it possible to disable single-file includes by defining | Michael Natterer | 2008-03-14 | 1 | -0/+4 |
* | Add full variant to the approximate timeout functiont | Emmanuele Bassi | 2007-06-18 | 1 | -26/+31 |
* | Fix mistake in my last commit. | Tor Lillqvist | 2007-01-15 | 1 | -1/+1 |
* | Prepare for potential Win64 build: Use gint64 for the fd field on Win64, | Tor Lillqvist | 2007-01-15 | 1 | -0/+4 |
* | Add functions for approximate timeouts | Matthias Clasen | 2006-09-10 | 1 | -0/+4 |
* | Add two new functions, g_source_set_funcs and g_source_is_destroyed, that | Matthias Clasen | 2006-06-02 | 1 | -12/+17 |
* | Add new functions | Matthias Clasen | 2006-01-03 | 1 | -0/+1 |
* | Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), | Matthias Clasen | 2004-11-08 | 1 | -1/+1 |
* | Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld) | Owen Taylor | 2004-03-01 | 1 | -0/+2 |
* | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 2004-02-14 | 1 | -19/+31 |
* | glib/giochannel.h Remove bogus (Win32-only) declaration of | Tor Lillqvist | 2003-06-05 | 1 | -12/+1 |
* | Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow | Soeren Sandmann | 2002-11-08 | 1 | -3/+3 |
* | Add a little bit of padding. | Owen Taylor | 2002-02-23 | 1 | -0/+3 |
* | Rename (private) GSource.id and id parameter to | Owen Taylor | 2001-11-28 | 1 | -2/+2 |
* | Add closure_marshal/closure_callback fields to GSourceFuncs for use by | Owen Taylor | 2001-09-03 | 1 | -0/+11 |
* | Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858) | Owen Taylor | 2001-06-30 | 1 | -1/+1 |
* | Make some changes to the way that GMainContext works: | Owen Taylor | 2001-06-30 | 1 | -1/+11 |
* | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 2001-06-26 | 1 | -2/+2 |
* | -DG_DISABLE_DEPRECATED | Owen Taylor | 2001-03-26 | 1 | -6/+10 |
* | Switch GMainLoop to be ref/unref, use to make dropping reference to | Owen Taylor | 2001-01-03 | 1 | -2/+3 |
* | Revert unauthorized changes. | Owen Taylor | 2000-12-12 | 1 | -3/+0 |