gobject/: fully remove gobjectalias hacks
[platform/upstream/glib.git] / gobject / gsignal.c
2010-07-07 Ryan Lortiegobject/: fully remove gobjectalias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-27 Alexander LarssonAdd dtrace and systemtap support for gobject
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-06 Stefan Kostgsignal: improve g_signal_new docs.
2010-01-18 Benjamin OtteEnsure values are memset to 0 when calling G_VALUE_COLL...
2010-01-13 Edward Herveygsignal: Use new G_VALUE_COLLECT_INIT variant
2009-03-13 Kristian Rietveldwhen defaulting to the only item in the array, check...
2008-11-28 Matthias ClasenFix some documentation typos
2008-09-26 Dan Winshipadd uint* -> int* casts in g_atomic_int calls to avoid...
2008-07-21 Michael NattererReviewed by Tim Janik:
2008-07-04 Michael NattererBug 541208 – Functions to easily install and use signal...
2008-07-02 Matthias ClasenFix up section comments
2008-06-22 Michael Nattererremove trailing whitespace from newly added gtk-doc...
2008-06-22 Michael Natterermoved includes back to the top of the files (before...
2008-06-22 Stefan KostFix compiler warning in format string check.
2008-06-22 Stefan KostMigrating docs.
2007-08-14 Cody Russellg_type_default_interface_ref() was not ensuring working...
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2005-12-31 Matthias ClasenRemove the handler trash stack, which is now unused...
2005-12-30 Matthias ClasenRemove the handler trash stack, which is now unused.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-09-05 Matthias ClasenMake the name field const. (g_signal_newv): Don't keep...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-03-14 Matthias ClasenMake work again.
2004-11-28 4applied patch by sven@gimp.org (#153727) to reduce...
2004-10-04 Matthias ClasenImprove the warning if G_SIGNAL_NO_HOOKS is set. (...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-07-12 Matthias ClasenDon't choke on a zero handler_id.
2004-06-23 Matthias ClasenFix a couple of typos.
2003-09-12 Owen TaylorAdd g_signal_accumulator_true_handled(), to do TRUE...
2003-08-19 Tim Janikadapt to new gbsearcharray.h code. (g_value_register_tr...
2003-08-18 Tim Janikadded optimizations to skip NOP signal emissions.
2003-03-06 Matthias ClasenFix 0/FALSE confusion. (#107662, Morten Welinder)
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
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.