Age | Commit message (Expand) | Author | Files | Lines |
2003-09-12 | Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. | Owen Taylor | 1 | -0/+16 |
2003-08-19 | adapt to new gbsearcharray.h code. (g_value_register_transform_func): turn | Tim Janik | 1 | -24/+29 |
2003-08-18 | added optimizations to skip NOP signal emissions. | Tim Janik | 1 | -1/+88 |
2003-03-06 | Fix 0/FALSE confusion. (#107662, Morten Welinder) | Matthias Clasen | 1 | -6/+6 |
2003-02-07 | Remove all docs from gobject at Tims request. Documentation is only for | Matthias Clasen | 1 | -478/+0 |
2002-12-15 | Move some docs inline. | Matthias Clasen | 1 | -1/+1 |
2002-12-05 | Explain allowed signal names in more detail. | Matthias Clasen | 1 | -5/+13 |
2002-12-01 | More docs. | Matthias Clasen | 1 | -1/+470 |
2002-11-04 | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 1 | -0/+4 |
2002-05-20 | When printing errors, handle NULL returns from g_type_debug(). (#73559, | Owen Taylor | 1 | -13/+24 |
2002-03-21 | fix extraneous include. | Tim Janik | 1 | -0/+1 |
2002-03-13 | glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to | Erwann Chenede | 1 | -2/+2 |
2001-12-18 | added some assertions to test g_signal_get_invocation_hint(). | Tim Janik | 1 | -31/+51 |
2001-12-13 | implemented closure chaining. | Tim Janik | 1 | -158/+348 |
2001-11-26 | typedef GType to gulong instead of gsize, if possible. | Tim Janik | 1 | -2/+2 |
2001-11-14 | add API for chaining: g_signal_chain_from_overridden() and | Tim Janik | 1 | -0/+14 |
2001-11-12 | G_TOKEN_ERROR is also an end of stream condition. | Tim Janik | 1 | -2/+2 |
2001-07-11 | Add some generated files. | Darin Adler | 1 | -0/+2 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 1 | -50/+76 |
2001-05-28 | fixed bad faux-pass, forgot to release signal lock when restarting | Tim Janik | 1 | -98/+101 |
2001-05-27 | unlock context when bailing out with a warning. (g_main_context_check): | Tim Janik | 1 | -22/+82 |
2001-05-14 | new function to check whether a handler is still connected to an instance | Tim Janik | 1 | -0/+18 |
2001-04-29 | made hook ids a gulong. | Tim Janik | 1 | -47/+55 |
2001-04-18 | Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon) | Owen Taylor | 1 | -1/+1 |
2001-04-01 | applied patch from owen to implement GParamSpecUnichar. | Tim Janik | 1 | -5/+5 |
2001-03-22 | catch G_SIGNAL_RUN_FIRST with a return value. | Tim Janik | 1 | -0/+10 |
2001-03-18 | removed archaic gpointer derived_data; relict and added a GData member | Tim Janik | 1 | -19/+8 |
2001-03-09 | test program. covers run first/last/cleanup signal handlers, return value | Tim Janik | 1 | -2/+3 |
2001-03-08 | eek, fixed old hook detail storage code. | Tim Janik | 1 | -4/+14 |
2001-03-08 | destruction cleanup. there's one ->finalize_hook member in the hooklist | Tim Janik | 1 | -108/+192 |
2001-03-07 | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 1 | -18/+20 |
2001-02-21 | Add g_signal_connect define to make porting from gtk_signal_connect easy. | Jonathan Blandford | 1 | -1/+1 |
2001-02-17 | include string.h | Havoc Pennington | 1 | -2/+2 |
2001-02-17 | changed collect_format, collect_value() and lcopy_format, lcopy_value() in | Tim Janik | 1 | -20/+26 |
2001-02-16 | incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com> | Tim Janik | 1 | -0/+5 |
2001-02-04 | s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals, | Tim Janik | 1 | -0/+17 |
2001-01-31 | adapt to work with new CVS gtk-doc, leaving the old rules in place caused | Tim Janik | 1 | -21/+9 |
2000-12-29 | got rid of outdated dmalloc support. provide g_try_malloc() and | Tim Janik | 1 | -7/+21 |
2000-12-15 | use g_signal_newc | Havoc Pennington | 1 | -14/+38 |
2000-12-12 | fixed dealing with collection/lcopy of NULL values. | Tim Janik | 1 | -48/+342 |
2000-11-29 | fix elliots "logic fix" that dereferences NULL nodes if C handlers are | Tim Janik | 1 | -1/+1 |
2000-11-28 | Fix warnings. | Elliot Lee | 1 | -3/+3 |
2000-11-05 | When appending handlers and not matching on signal_id, use | Owen Taylor | 1 | -1/+1 |
2000-11-05 | fixed a bag full of subtle bugs of immensive screw-up potential in | Tim Janik | 1 | -125/+199 |
2000-11-03 | prefix internal functions with '_'. renamed g_signal_connect_closure() to | Tim Janik | 1 | -8/+82 |
2000-11-01 | destroy all signals that the finalized obejct type introduced. | Tim Janik | 1 | -67/+173 |
2000-10-30 | opened up a new section on signals. | Tim Janik | 1 | -9/+0 |
2000-10-30 | renamed owen's g_type_signals(), added required mutex locks. | Tim Janik | 1 | -20/+23 |
2000-10-29 | Fix problem where signals with "_" in them appeared twice in the result | Owen Taylor | 1 | -1/+10 |
2000-10-29 | Add g_type_signals() - a function to list all signals for a given type. | Owen Taylor | 1 | -0/+36 |