=== Released 2.2.0 ===
[platform/upstream/glib.git] / gobject / gsignal.c
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-05 Matthias ClasenExplain allowed signal names in more detail.
2002-12-01 Matthias ClasenMore docs.
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-05-20 Owen TaylorWhen printing errors, handle NULL returns from g_type_d...
2002-03-21 Tim Janikfix extraneous include.
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2001-12-18 Tim Janikadded some assertions to test g_signal_get_invocation_h...
2001-12-13 Tim Janikimplemented closure chaining.
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-11-12 Tim JanikG_TOKEN_ERROR is also an end of stream condition.
2001-07-11 Darin AdlerAdd some generated files.
2001-06-28 Tim Janikup version number to 1.3.7, interface age 0, binary...
2001-05-28 Tim Janikfixed bad faux-pass, forgot to release signal lock...
2001-05-27 Tim Janikunlock context when bailing out with a warning. (g_main...
2001-05-14 Tim Janiknew function to check whether a handler is still connec...
2001-04-29 Tim Janikmade hook ids a gulong.
2001-04-18 Owen TaylorChange C++ comments for FIXME's to C comments. (Patch...
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-22 Tim Janikcatch G_SIGNAL_RUN_FIRST with a return value.
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-09 Tim Janiktest program. covers run first/last/cleanup signal...
2001-03-08 Tim Janikeek, fixed old hook detail storage code.
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-21 Jonathan BlandfordAdd g_signal_connect define to make porting from gtk_si...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-15 Havoc Penningtonuse g_signal_newc
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-11-29 Tim Janikfix elliots "logic fix" that dereferences NULL nodes...
2000-11-28 Elliot LeeFix warnings.
2000-11-05 Owen TaylorWhen appending handlers and not matching on signal_id...
2000-11-05 Tim Janikfixed a bag full of subtle bugs of immensive screw...
2000-11-03 Tim Janikprefix internal functions with '_'. renamed g_signal_co...
2000-11-01 Tim Janikdestroy all signals that the finalized obejct type...
2000-10-30 Tim Janikopened up a new section on signals.
2000-10-30 Tim Janikrenamed owen's g_type_signals(), added required mutex...
2000-10-29 Owen TaylorFix problem where signals with "_" in them appeared...
2000-10-29 Owen TaylorAdd g_type_signals() - a function to list all signals...
2000-10-27 Tim Janikpublically define GSignalInvocationHint structure that...
2000-10-27 Tim Janikfixed deadlock scenarion where g_signal_lookup() would...
2000-10-25 Tim Janikadded newly added gobject/ headers.