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