Require gtk-doc 1.8.
[platform/upstream/glib.git] / glib / gmain.c
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...
2004-11-08 Manish Singhglib/gasyncqueue.c glib/ghook.c g_return_if_fail -...
2004-11-08 Matthias ClasenMake g_io_channel_ref(), g_main_context_ref(), g_hook_r...
2004-11-08 Matthias ClasenInitialize child_watch_count to 1, so that we don't...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-10-08 Matthias ClasenDocument that GLib supports only a single callback...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-05-10 Matthias ClasenMerge from 2.4:
2004-04-22 Matthias ClasenOnly set time_is_current to FALSE if context->timeout...
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2004-03-19 Owen TaylorFix the accidental revert of the fixes from #112222...
2004-03-14 Owen Taylorif _POLL_EMUL_H is defined, undefine HAVE_POLL to prefe...
2004-03-11 Matthias ClasenRemove an extra semicolon. Spotted by Kjartan Maraas.
2004-03-04 Sebastian WilhelmiUse the atomic integer operations for GMainContext...
2004-03-02 Owen Taylor=== Released 2.3.5 === GLIB_2_3_5
2004-03-01 Owen TaylorDon't call waitpid() on a source that has already exited.
2004-03-01 Owen TaylorPatch from J. Ali Harlow
2004-03-01 Owen TaylorClarify doc comment.
2004-03-01 Owen TaylorFix leftover references to g_main_context_depth() in...
2004-03-01 Owen TaylorAdd g_main_depth() (Request from Tim Janik and Stefan...
2004-02-28 Hans Breuerupdated externals, including those from bug #135386
2004-02-25 Hans Breueradded g_hash_table_find and a bunch of g_queue_*
2004-02-18 Matthias ClasenInclude signal.h for SIGCHLD. (#134622, Damien Carbery)
2004-02-18 Sebastian WilhelmiSet context->wake_up_pipe only for G_THREADS_ENABLED.
2004-02-14 Matthias ClasenWrap waitpid() as a GSource. This is a partial implemen...
2003-11-01 Owen TaylorSet the return value from the result of g_main_context_...
2003-08-25 Owen TaylorWhen DISABLE_MEM_POOLS is set, loop through and free...
2003-08-15 Tor Lillqvist[Win32] Don't exceed handle array bounds. Warn if there...
2003-08-07 Owen TaylorMake the default priority for idle sources G_PRIORITY_D...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-07-09 Manish Singhcheck if context->poll_chunk is set before trying to...
2003-06-06 Owen TaylorWhen dispatching a source that is !CAN_RECURSE, tempora...
2003-06-05 Tor Lillqvistglib/giochannel.h Remove bogus (Win32-only) declaration of
2003-04-07 Owen TaylorWhen waiting for the main loop to be freed up, wait...
2003-03-06 Matthias ClasenFix FALSE/NULL confusion. (#107646, Morten Welinder)
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2002-10-26 Tor LillqvistDon't set on Win32, only causes trouble.
2002-09-01 Soeren SandmannDocumentation fixes: (#75255, Martin Schulze; #76104...
2002-08-06 Sebastian WilhelmiFactor out g_main_context_init_pipe from g_main_context...
2002-07-25 Owen TaylorRemove reference in the docs to @notify parameter....
2002-06-13 Owen TaylorMake interval unsigned to match g_timeout_source_new...
2002-05-26 Matthias ClasenRemove references to nonexisting functions
2002-03-05 Matthias ClasenFinish docs. (#67064)
2002-02-13 Havoc Penningtonnever dispatch sources of mixed priority, because while...
2002-02-06 Owen TaylorHandle NULL entries (already dispatched) in pending_dis...
2002-02-06 Owen TaylorUnref pending dispatches when discarding them.
2002-02-03 Manish Singheek, correct typo
2002-02-03 Manish Singhglib/gmain.c remove references to deprecated functions...
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-13 Matthias ClasenRevert mistaken change: it is UNIX, not Unix.
2001-11-28 Owen TaylorRename (private) GSource.id and id parameter to
2001-11-01 Havoc Penningtonfix to the locking so we don't hang
2001-10-31 Sebastian WilhelmiUse the right conditional (G_THREADS_ENABLED instead...
2001-10-29 Sebastian WilhelmiConditionalize thread related calls. (#63091)
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-19 Owen TaylorFix handling of user data when locating sources. (...
2001-09-17 Tor Lillqvistglib/gmain.c Mark the _funcs tables for export.
2001-09-10 Owen TaylorDoc fixes.
2001-09-03 Owen TaylorAdd closure_marshal/closure_callback fields to GSourceF...
2001-08-30 Sebastian WilhelmiDon't free cached_poll_array, when adding new poll...
2001-08-20 Owen TaylorEliminate use of floating point when determining if...
2001-07-17 Sebastian WilhelmiAdd some assertions. Simplify and fix g_main_context_re...
next