Age | Commit message (Expand) | Author | Files | Lines |
2007-04-03 | invoke GObjectClass.constructed() only for newly constructed objects, and | Ryan Lortie | 1 | -0/+5 |
2006-09-30 | Fix some issues with PLT entries. | Matthias Clasen | 1 | -2/+5 |
2006-08-29 | fixed to print usage and version info on STDOUT (#322502). | Tim Janik | 1 | -1/+1 |
2006-08-26 | Fix some typos. (#351741, Kjartan Maraas) | Matthias Clasen | 1 | -1/+1 |
2006-08-23 | changed return value of g_value_dup_object(), fixes #343292. | Sven Neumann | 1 | -1/+1 |
2006-08-16 | conditionally thaw the notify queue after construction, so we don't | Tim Janik | 1 | -26/+49 |
2006-03-07 | added case3 to hand out the original floating flag handler. required by | Tim Janik | 1 | -0/+5 |
2005-12-22 | renamed GUnowned to GInitiallyUnowned. | Tim Janik | 1 | -4/+4 |
2005-12-22 | implemented G_TYPE_GTPYE. applied patch from matthias which implements | Tim Janik | 1 | -17/+63 |
2005-11-23 | added floating reference count. g_object_is_floating(): | Tim Janik | 1 | -1/+44 |
2005-08-31 | Intern the signal name. | Matthias Clasen | 1 | -1/+1 |
2005-08-31 | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 1 | -1/+1 |
2005-08-01 | turned all modifications to the first 32 integer bits in a closure into | Tim Janik | 1 | -1/+1 |
2005-07-31 | use g_datalist_set_flags() and g_datalist_unset_flags() to allow proper | Tim Janik | 1 | -2/+2 |
2005-07-30 | reverted notify_mutex introduction, since this prevents parallelized | Tim Janik | 1 | -45/+24 |
2005-07-15 | Make refcounting threadsafe by using atomic operations. (#166020, Wim | Matthias Clasen | 1 | -45/+78 |
2005-05-05 | Add g_object_add/remove_toggle_ref() functions to get notification when a | Owen Taylor | 1 | -5/+116 |
2005-03-14 | Make work again. | Matthias Clasen | 1 | -1/+4 |
2004-09-16 | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 1 | -1/+2 |
2003-11-29 | fix g_object_set() whithin _init() implementations not working for | Tim Janik | 1 | -3/+23 |
2003-11-27 | variant of class_peek() which works for static types only. | Tim Janik | 1 | -47/+72 |
2003-10-21 | Add a new GParamSpecOverride type that is a pointer to a different | Owen Taylor | 1 | -15/+242 |
2003-09-12 | Make the g_value_set_x_take_ownership() functions "official" part of the | Matthias Clasen | 1 | -0/+7 |
2003-08-28 | removed stray change from previous commit. | Manish Singh | 1 | -7/+0 |
2003-08-08 | Improve the wording of the warning for invalid | Matthias Clasen | 1 | -1/+8 |
2003-05-30 | Order refs/unrefs so setting the same object back is safe. (#112861, | Owen Taylor | 1 | -6/+9 |
2003-02-07 | Remove all docs from gobject at Tims request. Documentation is only for | Matthias Clasen | 1 | -43/+0 |
2002-12-18 | Add docs. | Matthias Clasen | 1 | -0/+22 |
2002-12-15 | Move some docs inline. | Matthias Clasen | 1 | -0/+8 |
2002-12-02 | More GSignal docs. | Matthias Clasen | 1 | -0/+13 |
2002-07-05 | Remove debugging message, approved by Tim Janik. | Anders Carlsson | 1 | -2/+0 |
2002-05-06 | [ merged from stable ] | Owen Taylor | 1 | -1/+0 |
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 | -1/+1 |
2002-03-03 | placed a comment about not changing CArray until we have | Tim Janik | 1 | -0/+20 |
2002-02-21 | Fix implicit conversions between void * and function pointer (Miroslaw | Owen Taylor | 1 | -2/+2 |
2002-02-19 | provide marshaller specific value_set_*_take_ownership() variants. | Tim Janik | 1 | -0/+21 |
2002-01-24 | return gulong instead of guint. | Tim Janik | 1 | -1/+1 |
2001-11-12 | G_TOKEN_ERROR is also an end of stream condition. | Tim Janik | 1 | -3/+0 |
2001-10-03 | s/retrive/retrieve/ | jacob berkman | 1 | -1/+1 |
2001-09-10 | removed extraneous GObject* returns from a couple functions that are very | Tim Janik | 1 | -14/+8 |
2001-09-04 | gobject.c (g_object_base_class_finalize): typo fix. | Matthias Clasen | 1 | -1/+1 |
2001-08-18 | add an object member to the structure. (weak_refs_notify): pass | James Henstridge | 1 | -1/+3 |
2001-08-06 | added new function g_nullify_pointer(). | Sven Neumann | 1 | -0/+24 |
2001-07-02 | congrats tim, introducing of-by-one errors like on my very first day of C | Tim Janik | 1 | -2/+3 |
2001-07-02 | added g_list_insert_before(). | Tim Janik | 1 | -50/+164 |
2001-06-30 | g_signal_newc() => g_signal_new(). | Owen Taylor | 1 | -8/+8 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 1 | -14/+13 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -262/+193 |
2001-05-24 | gpointer, not gpointer *. | Owen Taylor | 1 | -1/+1 |