summaryrefslogtreecommitdiff
path: root/gmain.c
Commit message (Expand)AuthorAgeFilesLines
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-2937/+0
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-15/+37
* unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2001-05-271-1/+6
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-081-3/+0
* Use the new GRealThread member "context" instead of a GStaticPrivate toSebastian Wilhelmi2001-04-021-6/+16
* Add missing implementation ofsource->priority, g_source_remove_poll.Owen Taylor2001-02-221-2/+34
* giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist2001-02-011-7/+10
* Socket support rewritten. It was utterly broken, and untested in fact. WeTor Lillqvist2001-01-251-60/+67
* Free the callback (g_source_set_callback): Initialize the callback32001-01-231-1/+3
* Switch GMainLoop to be ref/unref, use to make dropping reference toOwen Taylor2001-01-031-25/+80
* Unref callback->cb_data if it was still set when the source is freed.Owen Taylor2001-01-031-5/+10
* Warn if no callback. Call callback correctly. (g_io_win32_create_watch):Tor Lillqvist2000-12-141-7/+5
* don't try to use thread stuff unless G_THREADS_ENABLEDHavoc Pennington2000-12-131-3/+9
* Revert unauthorized changes.Owen Taylor2000-12-121-65/+46
* GMainContext useful in implementing some additional styles of main loopElliot Lee2000-12-121-46/+65
* Remove pollfds from the context here, not when actually freeing theOwen Taylor2000-12-101-12/+19
* Don't put anything after an #endif. Likewise.Raja R Harinath2000-12-081-3/+3
* Add a bunch of unrefs.Owen Taylor2000-12-071-2/+11
* Major change in API for creating sources to handle multiple main loopsOwen Taylor2000-12-051-596/+1942
* Several minor ANSI C fixes.Martin Baulig2000-09-291-3/+3
* Keep the check for non-NULL parameter.Tor Lillqvist2000-08-311-0/+2
* Simplify, use GetSystemTimeAsFileTime().Tor Lillqvist2000-08-311-18/+7
* fix tor's recent changes which got rid of a required variable in theTim Janik2000-07-301-0/+2
* Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist2000-07-291-32/+72
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik2000-05-191-1/+2
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-0/+4
* Warn in case of an error during the call to poll(2). Closes Bug#7564 asSebastian Wilhelmi2000-03-201-1/+3
* minor optimization.Tim Janik2000-03-011-38/+48
* s/current_time/dispatch_time/ for the dispatch() handlers. refetch theTim Janik2000-01-261-9/+12
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-16/+16
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-40/+167
* Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1999-05-081-0/+8
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-241-6/+1
* Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask'Raja R Harinath1999-03-141-4/+1
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1999-02-101-1/+1
* Release the main_loop lock around calls to prepare() and check() so thatOwen Taylor1999-02-021-17/+35
* added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik1999-01-171-11/+7
* reentrancy fixupsTim Janik1999-01-171-2/+9
* incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1999-01-171-47/+126
* Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1999-01-161-6/+213
* Call the source-specific free function when the hook is freed not when itOwen Taylor1999-01-071-22/+19
* eliminated extraneous "register" qualifiers in variable declarations.Tim Janik1999-01-041-1/+3
* avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1999-01-021-17/+11
* don't cast to timeval since timeval is for some reason not always a structGeorge Lebl1998-12-231-1/+6
* there was a reference count race for hooks during invocation loops. sinceTim Janik1998-12-211-4/+4
* default initialize source_timeout with -1 so we have a sane timeout valueTim Janik1998-12-211-2/+2
* Add #defines defining scale of priorities.Owen Taylor1998-12-191-3/+4
* Allocate space for pollfd's _after_ adding poll wake-up-pipe record.Owen Taylor1998-12-191-6/+8