summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-13gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey1-12/+8
2009-03-13when defaulting to the only item in the array, check if this is indeed theKristian Rietveld1-3/+6
2008-11-28Fix some documentation typosMatthias Clasen1-10/+10
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship1-2/+2
2008-07-21Reviewed by Tim Janik:Michael Natterer1-23/+11
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer1-1/+282
2008-07-02Fix up section commentsMatthias Clasen1-9/+8
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-144/+149
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-33/+34
2008-06-22Fix compiler warning in format string check.Stefan Kost1-2/+2
2008-06-22Migrating docs.Stefan Kost1-1/+550
2007-08-14g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell1-2/+2
2006-09-30Fix some issues with PLT entries.Matthias Clasen1-2/+2
2005-12-31Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen1-8/+0
2005-12-30Remove the handler trash stack, which is now unused.Matthias Clasen1-3/+0
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik1-48/+7
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas1-2/+4
2005-09-05Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen1-5/+8
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik1-53/+30
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen1-37/+57
2005-03-14Make work again.Matthias Clasen1-1/+7
2004-11-28applied patch by sven@gimp.org (#153727) to reduce signal connection41-21/+64
2004-10-04Improve the warning if G_SIGNAL_NO_HOOKS is set. (#154299, Nickolay V.Matthias Clasen1-1/+7
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2004-07-12Don't choke on a zero handler_id.Matthias Clasen1-1/+0
2004-06-23Fix a couple of typos.Matthias Clasen1-3/+3
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor1-0/+16
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik1-24/+29
2003-08-18added optimizations to skip NOP signal emissions.Tim Janik1-1/+88
2003-03-06Fix 0/FALSE confusion. (#107662, Morten Welinder)Matthias Clasen1-6/+6
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-478/+0
2002-12-15Move some docs inline.Matthias Clasen1-1/+1
2002-12-05Explain allowed signal names in more detail.Matthias Clasen1-5/+13
2002-12-01More docs.Matthias Clasen1-1/+470
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor1-0/+4
2002-05-20When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor1-13/+24
2002-03-21fix extraneous include.Tim Janik1-0/+1
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede1-2/+2
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik1-31/+51
2001-12-13implemented closure chaining.Tim Janik1-158/+348
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik1-2/+2
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-0/+14
2001-11-12G_TOKEN_ERROR is also an end of stream condition.Tim Janik1-2/+2
2001-07-11Add some generated files.Darin Adler1-0/+2
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-50/+76
2001-05-28fixed bad faux-pass, forgot to release signal lock when restartingTim Janik1-98/+101
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-22/+82
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik1-0/+18
2001-04-29made hook ids a gulong.Tim Janik1-47/+55
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor1-1/+1