Remove all uses of G_CONST_RETURN
[platform/upstream/glib.git] / glib / gmain.c
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-12 Emilio Pozuelo MonfortDocument g_timeout_add_seconds first call latency
2011-03-07 Matthias ClasenGo back to the old logic in set_expiration
2011-02-15 Ryan LortieBug 642052 - g_timeout_add(_seconds) overflow
2011-01-28 Dan WinshipFix g_source_add_child_source docs
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-01 Damien Lespiaugmain: Add Since: 2.28 tag to g_source_{add,remove...
2010-11-26 Dan Winshipgmain: add g_source_add_child_source and g_source_remov...
2010-11-26 Dan Winshipgmain: fix some silly code in a programmer-error case
2010-11-26 Dan Winshipgmain: move finalization of GSource outside of context...
2010-11-03 Ryan LortieGMainContext: store real time as int64
2010-11-03 Ryan LortieAdd g_get_real_time() for wall-clock int64 micros
2010-11-03 Ryan LortieDrop GTimeSpec type
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-11-03 Ryan LortieGTimeout: simplify math for 'seconds' case
2010-10-27 Ryan LortieDeprecate g_source_get_current_time()
2010-10-27 Ryan Lortieswitch GTimeoutSource to use monotonic time
2010-10-27 Ryan LortieAdd g_source_get_time()
2010-10-27 Ryan LortieRename time_is_current to current_time_is_fresh
2010-10-27 Ryan LortieAdd g_get_monotonic_time()
2010-10-27 Ryan LortieAdd 'GTimeSpec' as 'struct timespec' equivalent
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-03 Ryan LortieBug 618737 - "dispatch to context" functionality
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Emmanuele Bassigmain: Define _GNU_SOURCE before including glibconfig.h
2010-09-04 Matthias ClasenMore include cleanups
2010-07-11 Matthias ClasenMove main loop docs inline
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-01 Dan WinshipAdd g_main_context_push_thread_default() etc
2009-06-20 Matthias ClasenUse pipe2 when available
2009-05-27 Matthias ClasenFix a locking problem in g_main_context_iterate()
2009-03-17 Ryan Lortietrivial spelling/whitespace fixes
2008-12-31 Matthias ClasenFix some compiler warnings
2008-09-26 Matthias ClasenAdd more docs
2008-09-25 Tor LillqvistBug 553820 - gpoll.c: undeclared identifier
2008-09-24 Sven HerzbergBe a little more explcit in the docs. Includes Owen...
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...
2008-09-23 Tor LillqvistFix embarrassing bug: I was passing an incorrect third...
2008-09-09 Matthias ClasenBug 523463 – Core dump in gmain.c:2482:IA__g_main_conte...
2008-08-21 Tor LillqvistRework the g_poll() implementation on Windows to match...
2008-08-04 Tor LillqvistMSDN says: "Do not cast a pointer to a FILETIME structu...
2008-08-04 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change...
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-07-02 Matthias ClasenAdd a g_return_val_if_fail check in both versions....
2008-06-13 Matthias ClasenDon't leak the pipes to child processes. Patch by Thiag...
2008-06-11 Tor Lillqvistglib/gmain.c Clarify what a "child pid" is in the doc...
2008-05-17 Tor LillqvistImprove debugging printouts. When G_MAIN_POLL_DEBUG...
2008-05-02 13:24:13 Tim Janikrenamed GMainDispatch.dispatching_sources to be more...
2008-04-04 Matthias ClasenMake the fix for bug 448943 work.
2008-04-03 Matthias ClasenBug 448943 – g_timeout_add_seconds() problems
2008-03-31 Tor LillqvistImprove fix for #525192 below: Use SleepEx() so that...
2008-03-31 Tor LillqvistBug 525192 - 100% CPU if run main loop with no IO sources
2008-02-26 Tor LillqvistFurther patch by Vlad Grecescu: Drop the code path...
2008-02-24 Tor LillqvistUse alertable wait functions so that I/O completion...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-10 Matthias ClasenImprove the docs. (#491974, Areg Beketovski)
2007-11-09 Matthias ClasenMore docs fixes
2007-11-09 Matthias ClasenMore doc fixes
2007-11-09 Matthias ClasenExpand the docs a bit. (#317775, Søren Sandmann)
2007-11-08 Matthias ClasenDon't leak the condvar. (#479724, Areg Beketovski)
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-09-16 Matthias ClasenFix a doc formatting problem
2007-07-22 Matthias ClasenCoding style cleanups
2007-06-18 Emmanuele BassiAdd full variant to the approximate timeout functiont
2007-06-14 Matthias ClasenFix typos
2007-03-15 Chris WilsonReplace a g_slist_prepend/g_slist_remove pair with...
2006-12-19 Matthias ClasenReadd a return which was removed as dead code a while...
2006-12-15 Matthias ClasenImprove the docs. (#345569, Tim-Philipp Müller)
2006-12-12 Matthias ClasenAdd a check for broken poll on Mac OS X.
2006-10-01 Matthias ClasenFix typos in doc comments. (#358421, Tom Tromey)
2006-09-10 Matthias ClasenAdd functions for approximate timeouts
2006-08-16 Matthias ClasenAdd Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-06-05 Matthias Clasen2.11.2 GLIB_2_11_2
2006-06-05 Matthias ClasenDon't leak the dispatch struct. (#321886)
2006-06-02 Matthias Clasenfixups
2006-06-02 Matthias ClasenMore additions
2006-06-02 Matthias ClasenAdd two new functions, g_source_set_funcs and g_source_...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
2006-01-05 Matthias ClasenClarify the documentation of source ids a bit. (#325874...
2006-01-03 Matthias ClasenSmall fixes
2006-01-03 Michael Meeksnew method to determine if the current thread is the...
2005-12-05 Tim Janikimplement chain walking for arbitrary ->next pointer...
2005-11-07 Matthias ClasenDon't call cb_funcs->unref while holding the context...
2005-11-04 Matthias ClasenExpand the docs. (#320466, Steffen Gutmann)
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-11 Kjartan MaraasRemove some dead code. Closes bug #315278.
2005-06-30 Matthias ClasenApply a patch which may make GLib work on BeOS again...
2005-04-01 Matthias ClasenAdd a note regarding waitpid(-1).
2005-03-29 Tor Lillqvist[Win32] Use GetSystemTimeAsFileTime() instead of time...
2005-03-29 Tor LillqvistIf the event fired, assign f->revents=f->events. We...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
next