2001-09-19 |
Owen Taylor | Fix handling of user data when locating sources. (... |
blob | commitdiff |
2001-09-17 |
Tor Lillqvist | glib/gmain.c Mark the _funcs tables for export. |
blob | commitdiff | diff to current |
2001-09-10 |
Owen Taylor | Doc fixes. |
blob | commitdiff | diff to current |
2001-09-03 |
Owen Taylor | Add closure_marshal/closure_callback fields to GSourceF... |
blob | commitdiff | diff to current |
2001-08-30 |
Sebastian Wilhelmi | Don't free cached_poll_array, when adding new poll... |
blob | commitdiff | diff to current |
2001-08-20 |
Owen Taylor | Eliminate use of floating point when determining if... |
blob | commitdiff | diff to current |
2001-07-17 |
Sebastian Wilhelmi | Add some assertions. Simplify and fix g_main_context_re... |
blob | commitdiff | diff to current |
2001-07-11 |
Darin Adler | Add some generated files. |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Rename GSourceFuncs::destroy to GSourceFuncs::finalize... |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Make some changes to the way that GMainContext works: |
blob | commitdiff | diff to current |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
blob | commitdiff | diff to current |
2001-05-27 |
Tim Janik | unlock context when bailing out with a warning. (g_main... |
blob | commitdiff | diff to current |
2001-05-08 |
Sebastian Wilhelmi | Moved func and arg members from GRealThread to GThread... |
blob | commitdiff | diff to current |
2001-04-02 |
Sebastian Wilhelmi | Use the new GRealThread member "context" instead of... |
blob | commitdiff | diff to current |
2001-02-22 |
Owen Taylor | Add missing implementation ofsource->priority, g_source... |
blob | commitdiff | diff to current |
2001-02-01 |
Tor Lillqvist | giochannel.h giowin32.c Stylistic cleanups. Use G_STRLO... |
blob | commitdiff | diff to current |
2001-01-25 |
Tor Lillqvist | Socket support rewritten. It was utterly broken, and... |
blob | commitdiff | diff to current |
2001-01-23 |
3 | Free the callback (g_source_set_callback): Initialize... |
blob | commitdiff | diff to current |
2001-01-03 |
Owen Taylor | Switch GMainLoop to be ref/unref, use to make dropping... |
blob | commitdiff | diff to current |
2001-01-03 |
Owen Taylor | Unref callback->cb_data if it was still set when the... |
blob | commitdiff | diff to current |
2000-12-14 |
Tor Lillqvist | Warn if no callback. Call callback correctly. (g_io_win... |
blob | commitdiff | diff to current |
2000-12-13 |
Havoc Pennington | don't try to use thread stuff unless G_THREADS_ENABLED |
blob | commitdiff | diff to current |
2000-12-12 |
Owen Taylor | Revert unauthorized changes. |
blob | commitdiff | diff to current |
2000-12-12 |
Elliot Lee | GMainContext useful in implementing some additional... |
blob | commitdiff | diff to current |
2000-12-10 |
Owen Taylor | Remove pollfds from the context here, not when actually... |
blob | commitdiff | diff to current |
2000-12-08 |
Raja R Harinath | Don't put anything after an #endif. Likewise. |
blob | commitdiff | diff to current |
2000-12-07 |
Owen Taylor | Add a bunch of unrefs. |
blob | commitdiff | diff to current |
2000-12-05 |
Owen Taylor | Major change in API for creating sources to handle... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
blob | commitdiff | diff to current |
2000-08-31 |
Tor Lillqvist | Keep the check for non-NULL parameter. |
blob | commitdiff | diff to current |
2000-08-31 |
Tor Lillqvist | Simplify, use GetSystemTimeAsFileTime(). |
blob | commitdiff | diff to current |
2000-07-30 |
Tim Janik | fix tor's recent changes which got rid of a required... |
blob | commitdiff | diff to current |
2000-07-29 |
Tor Lillqvist | Finally, a new and improved IO Channel and condition... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-05-19 |
Tim Janik | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK... |
blob | commitdiff | diff to current |
2000-04-17 |
Sebastian Wilhelmi | Add configure test for garbage collector friendliness... |
blob | commitdiff | diff to current |
2000-03-20 |
Sebastian Wilhelmi | Warn in case of an error during the call to poll(2... |
blob | commitdiff | diff to current |
2000-03-01 |
Tim Janik | minor optimization. |
blob | commitdiff | diff to current |
2000-01-26 |
Tim Janik | s/current_time/dispatch_time/ for the dispatch() handle... |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-05-08 |
CDT 1999 Shawn T... | Port to BeOS by myself and Richard Offer. |
blob | commitdiff | diff to current |
1999-04-24 |
Tor Lillqvist | Support added for building using a GNU toolchain on... |
blob | commitdiff | diff to current |
1999-03-14 |
Raja R Harinath | Remove widechar tests and defines. (fd_set): Change... |
blob | commitdiff | diff to current |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
blob | commitdiff | diff to current |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
blob | commitdiff | diff to current |
1999-02-02 |
Owen Taylor | Release the main_loop lock around calls to prepare... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | reentrancy fixups |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interf... |
blob | commitdiff | diff to current |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
blob | commitdiff | diff to current |
1999-01-07 |
Owen Taylor | Call the source-specific free function when the hook... |
blob | commitdiff | diff to current |
1999-01-04 |
Tim Janik | eliminated extraneous "register" qualifiers in variable... |
blob | commitdiff | diff to current |
1999-01-02 |
Tim Janik | avoid unneccessary extra hook referencing (the explicit... |
blob | commitdiff | diff to current |
1998-12-23 |
George Lebl | don't cast to timeval since timeval is for some reason... |
blob | commitdiff | diff to current |
1998-12-21 |
Tim Janik | there was a reference count race for hooks during invoc... |
blob | commitdiff | diff to current |
1998-12-21 |
Tim Janik | default initialize source_timeout with -1 so we have... |
blob | commitdiff | diff to current |
1998-12-19 |
Owen Taylor | Add #defines defining scale of priorities. |
blob | commitdiff | diff to current |
1998-12-19 |
Owen Taylor | Allocate space for pollfd's _after_ adding poll wake... |
blob | commitdiff | diff to current |
1998-12-19 |
Tim Janik | fixed up sys/poll.h and sys/types.h inclusions. |
blob | commitdiff | diff to current |
1998-12-18 |
Owen Taylor | Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat... |
blob | commitdiff | diff to current |
1998-12-18 |
Tim Janik | new function to check whether a main loop has been... |
blob | commitdiff | diff to current |
1998-12-17 |
CST 1998 Shawn T... | giounix.c: s/g_main_poll_add/g_main_remove_add/g |
blob | commitdiff | diff to current |
1998-12-17 |
Tim Janik | if !G_THREADS_ENABLED, eat the trailing semicolon with... |
blob | commitdiff | diff to current |
1998-12-16 |
Sebastian Wilhelmi | Updated to reflect the existence of gthread. |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
blob | commitdiff | diff to current |
1998-12-08 |
Manish Singh | fixes to #undef HAVE_POLL case |
blob | commitdiff | diff to current |
1998-12-02 |
Owen Taylor | Merge main loop into head. This probably breaks Win32... |
blob | commitdiff | diff to current |
|