summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik1-5/+5
2001-03-22catch G_SIGNAL_RUN_FIRST with a return value.Tim Janik1-0/+10
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-19/+8
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-2/+3
2001-03-08eek, fixed old hook detail storage code.Tim Janik1-4/+14
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-108/+192
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-18/+20
2001-02-21Add g_signal_connect define to make porting from gtk_signal_connect easy.Jonathan Blandford1-1/+1
2001-02-17include string.hHavoc Pennington1-2/+2
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-20/+26
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik1-0/+5
2001-02-04s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik1-0/+17
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-21/+9