summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte2010-01-181-2/+2
* gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-12/+8
* when defaulting to the only item in the array, check if this is indeed theKristian Rietveld2009-03-131-3/+6
* Fix some documentation typosMatthias Clasen2008-11-281-10/+10
* add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship2008-09-261-2/+2
* Reviewed by Tim Janik:Michael Natterer2008-07-211-23/+11
* Bug 541208 – Functions to easily install and use signals without classMichael Natterer2008-07-041-1/+282
* Fix up section commentsMatthias Clasen2008-07-021-9/+8
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-144/+149
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-33/+34
* Fix compiler warning in format string check.Stefan Kost2008-06-221-2/+2
* Migrating docs.Stefan Kost2008-06-221-1/+550
* g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell2007-08-141-2/+2
* Fix some issues with PLT entries.Matthias Clasen2006-09-301-2/+2
* Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen2005-12-311-8/+0
* Remove the handler trash stack, which is now unused.Matthias Clasen2005-12-301-3/+0
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-48/+7
* Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas2005-09-081-2/+4
* Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen2005-09-051-5/+8
* reverted notify_mutex introduction, since this prevents parallelizedTim Janik2005-07-301-53/+30
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-37/+57
* Make work again.Matthias Clasen2005-03-141-1/+7
* applied patch by sven@gimp.org (#153727) to reduce signal connection42004-11-281-21/+64
* Improve the warning if G_SIGNAL_NO_HOOKS is set. (#154299, Nickolay V.Matthias Clasen2004-10-041-1/+7
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Don't choke on a zero handler_id.Matthias Clasen2004-07-121-1/+0
* Fix a couple of typos.Matthias Clasen2004-06-231-3/+3
* Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor2003-09-121-0/+16
* adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik2003-08-191-24/+29
* added optimizations to skip NOP signal emissions.Tim Janik2003-08-181-1/+88
* Fix 0/FALSE confusion. (#107662, Morten Welinder)Matthias Clasen2003-03-061-6/+6
* Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen2003-02-071-478/+0
* Move some docs inline.Matthias Clasen2002-12-151-1/+1
* Explain allowed signal names in more detail.Matthias Clasen2002-12-051-5/+13
* More docs.Matthias Clasen2002-12-011-1/+470
* Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor2002-11-041-0/+4
* When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor2002-05-201-13/+24
* fix extraneous include.Tim Janik2002-03-211-0/+1
* glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede2002-03-131-2/+2
* added some assertions to test g_signal_get_invocation_hint().Tim Janik2001-12-181-31/+51
* implemented closure chaining.Tim Janik2001-12-131-158/+348
* typedef GType to gulong instead of gsize, if possible.Tim Janik2001-11-261-2/+2
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-0/+14
* G_TOKEN_ERROR is also an end of stream condition.Tim Janik2001-11-121-2/+2
* Add some generated files.Darin Adler2001-07-111-0/+2
* up version number to 1.3.7, interface age 0, binary age 0.Tim Janik2001-06-281-50/+76
* fixed bad faux-pass, forgot to release signal lock when restartingTim Janik2001-05-281-98/+101
* unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2001-05-271-22/+82
* new function to check whether a handler is still connected to an instanceTim Janik2001-05-141-0/+18
* made hook ids a gulong.Tim Janik2001-04-291-47/+55