summaryrefslogtreecommitdiff
path: root/gmain.c
AgeCommit message (Expand)Author
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-05-19fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi
2000-03-20Warn in case of an error during the call to poll(2). Closes Bug#7564 asSebastian Wilhelmi
2000-03-01minor optimization.Tim Janik
2000-01-26s/current_time/dispatch_time/ for the dispatch() handlers. refetch theTim Janik
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist
1999-03-14Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask'Raja R Harinath
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi
1999-02-02Release the main_loop lock around calls to prepare() and check() so thatOwen Taylor
1999-01-17added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik
1999-01-17reentrancy fixupsTim Janik
1999-01-17incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1999-01-07Call the source-specific free function when the hook is freed not when itOwen Taylor
1999-01-04eliminated extraneous "register" qualifiers in variable declarations.Tim Janik
1999-01-02avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik
1998-12-23don't cast to timeval since timeval is for some reason not always a structGeorge Lebl
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik
1998-12-21default initialize source_timeout with -1 so we have a sane timeout valueTim Janik
1998-12-19Add #defines defining scale of priorities.Owen Taylor
1998-12-19Allocate space for pollfd's _after_ adding poll wake-up-pipe record.Owen Taylor
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik
1998-12-18 Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat.com>Owen Taylor
1998-12-18new function to check whether a main loop has been quitted. (g_main_new):Tim Janik
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson
1998-12-17if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus functionTim Janik
1998-12-16Updated to reflect the existence of gthread.Sebastian Wilhelmi
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-08fixes to #undef HAVE_POLL caseManish Singh
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor