Update gspawn-win*helper* Visual C++ projects
[platform/upstream/glib.git] / gobject / gsignal.c
2012-06-22 Colin Waltersgsignal: Properly handle NULL nodes
2012-03-14 Mike GorseInvalidate single_va_closure when adding an emission...
2012-03-09 Alexander LarssonFix crash in signal emission optimization
2012-03-09 Alexander Larssonsignal emission: Allocate instance_and_param with alloca
2012-03-07 Emmanuele Bassigobject: Fix a compiler warning
2012-03-06 Alexander LarssonFix unused variable warning
2012-03-05 Matthias ClasenFix a compiler warning
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-03 Alexander Larssonfastpath: Do allow NO_RECURSE fastpath for NOP emissions
2012-03-02 Alexander LarssonMask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing...
2012-03-02 Alexander LarssonOptimize single-handler va_marshaller case
2012-03-02 Alexander LarssonUse builtin marshallers and va_marshallers if possible
2012-03-02 Alexander LarssonAdd g_signal_set_va_marshaller
2012-03-02 Alexander LarssonAdd GRealClosure and move meta_marshallers there
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-07 Marc-André LureauAdd G_SIGNAL_DEPRECATED
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-08-21 Pavel Holejsovsky[gi] Add signal annotations
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-13 Matthias ClasenTrivial typo fix
2011-08-08 Matthias ClasenDocument libffi as new dependency
2011-07-19 Johan DahlinUse a generic marshaller if one is not specified
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-15 Christian PerschAdd G_SIGNAL_MUST_COLLECT
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-13 Ryan LortieGSignal: fix trivial docs typo
2010-10-13 Ryan LortieGObject: add g_signal_accumulator_first_wins
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
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...
next