Age | Commit message (Expand) | Author | Files | Lines |
2008-07-02 | Fix up section comments | Matthias Clasen | 1 | -8/+5 |
2008-06-22 | remove trailing whitespace from newly added gtk-doc comments and | Michael Natterer | 1 | -118/+129 |
2008-06-22 | moved includes back to the top of the files (before gtk-doc SECTION | Michael Natterer | 1 | -13/+17 |
2008-06-21 | Migrating docs. | Stefan Kost | 1 | -0/+43 |
2008-06-21 | Add --sgml-mode to allow sgml in doc-fragments (which somehow works before | Stefan Kost | 1 | -0/+1 |
2008-06-21 | Add titles back from tmpl. | Stefan Kost | 1 | -0/+1 |
2008-06-21 | Migrating docs. | Stefan Kost | 1 | -3/+309 |
2008-02-23 | Typo fix | Matthias Clasen | 1 | -1/+1 |
2006-09-11 | reimplemented floating flag handling by atomically accessing a reserved | Tim Janik | 1 | -8/+9 |
2005-11-23 | added floating reference count. g_object_is_floating(): | Tim Janik | 1 | -0/+11 |
2005-09-22 | fix pspec->name assignment which needs to be strdup()ed for non | Tim Janik | 1 | -9/+11 |
2005-09-01 | Don't forget to free the tmp string | Matthias Clasen | 1 | -0/+1 |
2005-08-31 | Intern the name here, since we need the quark anyway when sending change | Matthias Clasen | 1 | -3/+5 |
2005-08-31 | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 1 | -1/+1 |
2005-07-30 | reverted notify_mutex introduction, since this prevents parallelized | Tim Janik | 1 | -3/+1 |
2005-07-15 | Make refcounting threadsafe by using atomic operations. (#166020, Wim | Matthias Clasen | 1 | -49/+13 |
2005-03-26 | Don't do the second lookup if the name was already canonical. (#171502, | Matthias Clasen | 1 | -1/+1 |
2005-03-22 | cast away any constness on assignment. | Manish Singh | 1 | -5/+5 |
2005-03-21 | Don't copy strings which are marked as static. Don't allow non-canonical | Matthias Clasen | 1 | -7/+47 |
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-10-21 | Add a new GParamSpecOverride type that is a pointer to a different | Owen Taylor | 1 | -15/+109 |
2003-09-12 | Make the g_value_set_x_take_ownership() functions "official" part of the | Matthias Clasen | 1 | -0/+7 |
2003-02-07 | Remove all docs from gobject at Tims request. Documentation is only for | Matthias Clasen | 1 | -21/+0 |
2002-12-16 | Remove markup from doc comment, as GObject doesn't use --sgml-mode yet. | Matthias Clasen | 1 | -4/+3 |
2002-12-15 | Move some docs inline. | Matthias Clasen | 1 | -0/+22 |
2002-12-07 | Rename to canonicalize_key. Adjust all callers. | Matthias Clasen | 1 | -3/+3 |
2002-03-19 | applied patch from Matthias Clasen <maclas@gmx.de> to check for | Tim Janik | 1 | -7/+9 |
2002-03-14 | Function to canonicalize parameter names. Faster than using g_strcanon(). | Alexander Larsson | 1 | -2/+17 |
2002-02-19 | provide marshaller specific value_set_*_take_ownership() variants. | Tim Janik | 1 | -0/+13 |
2002-02-13 | remove extraneous redefinition of G_PARAM_SPEC_CLASS(). | Tim Janik | 1 | -1/+0 |
2001-11-26 | typedef GType to gulong instead of gsize, if possible. | Tim Janik | 1 | -4/+4 |
2001-11-14 | add API for chaining: g_signal_chain_from_overridden() and | Tim Janik | 1 | -3/+3 |
2001-09-18 | up version number to 1.3.8, interface age 0, binary age 0. | Tim Janik | 1 | -6/+30 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 1 | -1/+1 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -2/+96 |
2001-04-03 | added g_list_nth_prev() which walks ->prev instead of ->next. | Tim Janik | 1 | -0/+31 |
2001-03-18 | removed archaic gpointer derived_data; relict and added a GData member | Tim Janik | 1 | -1/+2 |
2001-03-07 | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 1 | -47/+65 |
2001-02-17 | changed collect_format, collect_value() and lcopy_format, lcopy_value() in | Tim Janik | 1 | -20/+23 |
2001-01-31 | adapt to work with new CVS gtk-doc, leaving the old rules in place caused | Tim Janik | 1 | -43/+122 |
2000-12-15 | add an instance member value_type so the default value of the pspec class | Tim Janik | 1 | -2/+5 |
2000-12-13 | return whether a value got removed. | Tim Janik | 1 | -59/+160 |
2000-12-12 | fixed dealing with collection/lcopy of NULL values. | Tim Janik | 1 | -6/+162 |
2000-10-30 | made both functions return gboolean just for the little extra standard | Sebastian Wilhelmi | 1 | -1/+1 |
2000-10-25 | added newly added gobject/ headers. | Tim Janik | 1 | -1/+89 |
2000-07-19 | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. | Tor Lillqvist | 1 | -3/+3 |
2000-07-13 | default initialize the temporary default value, instead of nuking the | Tim Janik | 1 | -1/+1 |
2000-06-24 | define gstring in terms of gchar*. this typedef reflects the type name of | Tim Janik | 1 | -21/+85 |
2000-05-12 | add reserved fundamental ids for gtk types (for transition time). added | Tim Janik | 1 | -0/+318 |