Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
[platform/upstream/glib.git] / gobject / gsignal.h
2005-09-22 Tim Janikfix pspec->name assignment which needs to be strdup...
2005-09-20 Matthias ClasenRemove the misleading comment about G_SIGNAL_TYPE_STATI...
2003-09-12 Owen TaylorAdd g_signal_accumulator_true_handled(), to do TRUE...
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-03-26 Owen TaylorAdd explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MAT...
2002-03-21 Tim Janikfix extraneous include.
2001-12-18 Tim Janikadded some assertions to test g_signal_get_invocation_h...
2001-12-13 Tim Janikimplemented closure chaining.
2001-12-08 Christopher BlizzardExplicitly add a cast to the last argument so that...
2001-11-22 Owen TaylorImprove the detection of invalid includes by moving...
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-11-05 Tim Janikwe need signal.h for G_BREAKPOINT().
2001-08-01 Sven Neumannadded convenience macro g_signal_connect_after().
2001-07-10 Tim Janikfix negative exponent handling (numbers<0).
2001-07-02 Tim Janikadded g_list_insert_before().
2001-06-28 Tim Janikup version number to 1.3.7, interface age 0, binary...
2001-06-19 Tim Janikremove left-over usages of an anonymous GBoxed typedef.
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-05-10 Tim Janikuse g_str_hash() algorithm to generate hashes.
2001-04-29 Tim Janikmade hook ids a gulong.
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS.
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-22 Jonathan BlandfordCommitted the wrong thing yesterday.
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2000-12-15 Havoc Penningtonuse g_signal_newc
2000-12-15 Tim Janikadd an instance member value_type so the default value...
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
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 Janikrenamed owen's g_type_signals(), added required mutex...
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-25 Tim Janikadded newly added gobject/ headers.