Age | Commit message (Expand) | Author | Files | Lines |
2001-01-03 | Switch GMainLoop to be ref/unref, use to make dropping reference to | Owen Taylor | 1 | -25/+80 |
2001-01-03 | Unref callback->cb_data if it was still set when the source is freed. | Owen Taylor | 1 | -5/+10 |
2000-12-14 | Warn if no callback. Call callback correctly. (g_io_win32_create_watch): | Tor Lillqvist | 1 | -7/+5 |
2000-12-13 | don't try to use thread stuff unless G_THREADS_ENABLED | Havoc Pennington | 1 | -3/+9 |
2000-12-12 | Revert unauthorized changes. | Owen Taylor | 1 | -65/+46 |
2000-12-12 | GMainContext useful in implementing some additional styles of main loop | Elliot Lee | 1 | -46/+65 |
2000-12-10 | Remove pollfds from the context here, not when actually freeing the | Owen Taylor | 1 | -12/+19 |
2000-12-08 | Don't put anything after an #endif. Likewise. | Raja R Harinath | 1 | -3/+3 |
2000-12-07 | Add a bunch of unrefs. | Owen Taylor | 1 | -2/+11 |
2000-12-05 | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 1 | -596/+1942 |
2000-09-29 | Several minor ANSI C fixes. | Martin Baulig | 1 | -3/+3 |
2000-08-31 | Keep the check for non-NULL parameter. | Tor Lillqvist | 1 | -0/+2 |
2000-08-31 | Simplify, use GetSystemTimeAsFileTime(). | Tor Lillqvist | 1 | -18/+7 |
2000-07-30 | fix tor's recent changes which got rid of a required variable in the | Tim Janik | 1 | -0/+2 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 1 | -32/+72 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -4/+4 |
2000-05-19 | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas | Tim Janik | 1 | -1/+2 |
2000-04-17 | Add configure test for garbage collector friendliness for GLib. If | Sebastian Wilhelmi | 1 | -0/+4 |
2000-03-20 | Warn in case of an error during the call to poll(2). Closes Bug#7564 as | Sebastian Wilhelmi | 1 | -1/+3 |
2000-03-01 | minor optimization. | Tim Janik | 1 | -38/+48 |
2000-01-26 | s/current_time/dispatch_time/ for the dispatch() handlers. refetch the | Tim Janik | 1 | -9/+12 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -16/+16 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1 | -40/+167 |
1999-05-08 | Port to BeOS by myself and Richard Offer. | CDT 1999 Shawn T. Amundson | 1 | -0/+8 |
1999-04-24 | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1 | -6/+1 |
1999-03-14 | Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' | Raja R Harinath | 1 | -4/+1 |
1999-02-24 | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 1 | -0/+7 |
1999-02-10 | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro | Sebastian Wilhelmi | 1 | -1/+1 |
1999-02-02 | Release the main_loop lock around calls to prepare() and check() so that | Owen Taylor | 1 | -17/+35 |
1999-01-17 | added a define G_HOOK_DEFERRED_DESTROY, to substitute a noop | Tim Janik | 1 | -11/+7 |
1999-01-17 | reentrancy fixups | Tim Janik | 1 | -2/+9 |
1999-01-17 | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1 | -47/+126 |
1999-01-16 | Merge in current Win32 version. Almost no Unix code touched. | Tor Lillqvist | 1 | -6/+213 |
1999-01-07 | Call the source-specific free function when the hook is freed not when it | Owen Taylor | 1 | -22/+19 |
1999-01-04 | eliminated extraneous "register" qualifiers in variable declarations. | Tim Janik | 1 | -1/+3 |
1999-01-02 | avoid unneccessary extra hook referencing (the explicit hook referencing | Tim Janik | 1 | -17/+11 |
1998-12-23 | don't cast to timeval since timeval is for some reason not always a struct | George Lebl | 1 | -1/+6 |
1998-12-21 | there was a reference count race for hooks during invocation loops. since | Tim Janik | 1 | -4/+4 |
1998-12-21 | default initialize source_timeout with -1 so we have a sane timeout value | Tim Janik | 1 | -2/+2 |
1998-12-19 | Add #defines defining scale of priorities. | Owen Taylor | 1 | -3/+4 |
1998-12-19 | Allocate space for pollfd's _after_ adding poll wake-up-pipe record. | Owen Taylor | 1 | -6/+8 |
1998-12-19 | fixed up sys/poll.h and sys/types.h inclusions. | Tim Janik | 1 | -0/+4 |
1998-12-18 | Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1 | -3/+12 |
1998-12-18 | new function to check whether a main loop has been quitted. (g_main_new): | Tim Janik | 1 | -35/+90 |
1998-12-17 | giounix.c: s/g_main_poll_add/g_main_remove_add/g | CST 1998 Shawn T. Amundson | 1 | -6/+6 |
1998-12-17 | if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function | Tim Janik | 1 | -26/+42 |
1998-12-16 | Updated to reflect the existence of gthread. | Sebastian Wilhelmi | 1 | -11/+10 |
1998-12-16 | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1 | -23/+23 |
1998-12-15 | This commit merges the glib-threads branch into the main | Owen Taylor | 1 | -20/+138 |
1998-12-08 | fixes to #undef HAVE_POLL case | Manish Singh | 1 | -1/+7 |