summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)Author
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
2008-06-22Fix compiler warning in format string check.Stefan Kost
2008-06-22Migrating docs.Stefan Kost
2007-08-14g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell
2006-09-30Fix some issues with PLT entries.Matthias Clasen
2005-12-31Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen
2005-12-30Remove the handler trash stack, which is now unused.Matthias Clasen
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas
2005-09-05Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen
2005-03-14Make work again.Matthias Clasen
2004-11-28applied patch by sven@gimp.org (#153727) to reduce signal connection4
2004-10-04Improve the warning if G_SIGNAL_NO_HOOKS is set. (#154299, Nickolay V.Matthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-07-12Don't choke on a zero handler_id.Matthias Clasen
2004-06-23Fix a couple of typos.Matthias Clasen
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik
2003-08-18added optimizations to skip NOP signal emissions.Tim Janik
2003-03-06Fix 0/FALSE confusion. (#107662, Morten Welinder)Matthias Clasen
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen
2002-12-15Move some docs inline.Matthias Clasen
2002-12-05Explain allowed signal names in more detail.Matthias Clasen
2002-12-01More docs.Matthias Clasen
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor
2002-05-20When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor
2002-03-21fix extraneous include.Tim Janik
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik
2001-12-13implemented closure chaining.Tim Janik
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik
2001-11-12G_TOKEN_ERROR is also an end of stream condition.Tim Janik
2001-07-11Add some generated files.Darin Adler
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik
2001-05-28fixed bad faux-pass, forgot to release signal lock when restartingTim Janik
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik
2001-04-29made hook ids a gulong.Tim Janik
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik
2001-03-22catch G_SIGNAL_RUN_FIRST with a return value.Tim Janik
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik
2001-03-08eek, fixed old hook detail storage code.Tim Janik
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik