moved includes back to the top of the files (before gtk-doc SECTION
[platform/upstream/glib.git] / gobject / gparam.c
2008-06-22 Michael Natterermoved includes back to the top of the files (before...
2008-06-21 Stefan KostMigrating docs.
2008-06-21 Stefan KostAdd --sgml-mode to allow sgml in doc-fragments (which...
2008-06-21 Stefan KostAdd titles back from tmpl.
2008-06-21 Stefan KostMigrating docs.
2008-02-23 Matthias ClasenTypo fix
2006-09-11 Tim Janikreimplemented floating flag handling by atomically...
2005-11-23 Tim Janikadded floating reference count. g_object_is_floating():
2005-09-22 Tim Janikfix pspec->name assignment which needs to be strdup...
2005-09-01 Matthias ClasenDon't forget to free the tmp string
2005-08-31 Matthias ClasenIntern the name here, since we need the quark anyway...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-03-26 Matthias ClasenDon't do the second lookup if the name was already...
2005-03-22 Manish Singhcast away any constness on assignment.
2005-03-21 Matthias ClasenDon't copy strings which are marked as static. Don...
2005-03-14 Matthias ClasenMake work again.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-10-21 Owen TaylorAdd a new GParamSpecOverride type that is a pointer...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
2002-12-16 Matthias ClasenRemove markup from doc comment, as GObject doesn't...
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-07 Matthias ClasenRename to canonicalize_key. Adjust all callers.
2002-03-19 Tim Janikapplied patch from Matthias Clasen <maclas@gmx.de>...
2002-03-14 Alexander LarssonFunction to canonicalize parameter names. Faster than...
2002-02-19 Tim Janikprovide marshaller specific value_set_*_take_ownership...
2002-02-13 Tim Janikremove extraneous redefinition of G_PARAM_SPEC_CLASS().
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-09-18 Tim Janikup version number to 1.3.8, interface age 0, binary...
2001-06-28 Tim Janikup version number to 1.3.7, interface age 0, binary...
2001-06-19 Tim Janikremove left-over usages of an anonymous GBoxed typedef.
2001-04-03 Tim Janikadded g_list_nth_prev() which walks ->prev instead...
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2000-12-15 Tim Janikadd an instance member value_type so the default value...
2000-12-13 Tim Janikreturn whether a value got removed.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-10-30 Sebastian Wilhelmimade both functions return gboolean just for the little...
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-07-19 Tor Lillqvistgparam.h gvalue.h gparam.c Shut up Sun's picky compiler.
2000-07-13 Tim Janikdefault initialize the temporary default value, instead...
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...
2000-05-12 Tim Janikadd reserved fundamental ids for gtk types (for transit...