hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gobject / gsignal.c
2015-07-10 Ryan Lortiegsignal: add a clarification to the docs
2014-10-11 Benjamin Ottesignal: Keep only one list of emissions
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-06-24 Edward Herveygvalue: New g_value_init_from_instance
2014-05-31 Matthias ClasenDocument g_signal_handlers_destroy
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-01 Matthias ClasenGObject: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Don't use the code tag
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use <footnote>
2013-12-04 Colin Waltersgsignal: Signal connection ids are always > 0 if successful
2013-12-03 Matthias ClasenRemove g_trap_instance_signals as well
2013-09-02 Martin Pittgobject-2.0: Annotate another GSignal function taking...
2013-09-02 Emmanuele Bassigobject-2.0: Annotate GSignal functions taking instances
2013-07-29 Matthias ClasenTrivial typo fix
2013-05-24 Ryan Lortiegsignal: remove some pointless locking
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-02-22 Ryan Lortiegsignal: improve warning output
2013-02-21 Alexander Larssonsignals: Ensure we ref handler in emission fast path
2013-02-21 Alexander Larssonsignals: No need to use atomics for Handler refcount
2013-01-17 Ryan Lortiegsignal: fix closure invalidation code
2012-10-13 Ryan Lortiegsignal: really fix closure invalidation
2012-10-08 Ryan Lortie[gsignal] fix up a crasher in previous commit
2012-10-08 Matthias Clasen[gsignal] disconnect invalidated closures
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)
next