2012-01-13 |
Alexander Larsson | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff |
2011-11-30 |
Nicola Fontana | Do not use static GTypeInfo and GInterfaceInfo |
blob | commitdiff |
2011-10-18 |
Javier Jardón | gobject: Use G_VALUE_INIT |
blob | commitdiff | diff to current |
2011-10-17 |
Ryan Lortie | gobject/gio: some last missed statics/inclues |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | locks: drop _INIT macros |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | GParamSpecPool: port from GStaticMutex to GMutex |
blob | commitdiff | diff to current |
2011-09-12 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-08-29 |
Matthias Clasen | Spelling fixes |
blob | commitdiff | diff to current |
2011-08-19 |
Stef Walter | Merge branch 'concurrent-cancellable' |
blob | commitdiff | diff to current |
2011-08-17 |
Pavel Holejsovsky | Add (allow-none) annotation for GValue setters. |
blob | commitdiff | diff to current |
2011-07-21 |
Ryan Lortie | GParam: try to avoid further invalid uses |
blob | commitdiff | diff to current |
2011-07-15 |
Ryan Lortie | GParamSpec: intern property names |
blob | commitdiff | diff to current |
2011-06-09 |
Ryan Lortie | Remove all uses of G_CONST_RETURN |
blob | commitdiff | diff to current |
2011-06-09 |
Ryan Lortie | gobject: remove -DG_DISABLE_CONST_RETURNS |
blob | commitdiff | diff to current |
2011-06-05 |
Matthias Clasen | GParamSpec: avoid unnecessary double initialization... |
blob | commitdiff | diff to current |
2011-06-03 |
Colin Walters | gobject: Use _ prefixing in private headers over G_GNUC... |
blob | commitdiff | diff to current |
2011-04-15 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-03-15 |
Emmanuele Bassi | Revert "Remove all uses of G_CONST_RETURN" |
blob | commitdiff | diff to current |
2011-03-15 |
Ryan Lortie | Remove all uses of G_CONST_RETURN |
blob | commitdiff | diff to current |
2011-01-27 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-12-27 |
Pavel Holejsovsky | Add GI annotations to GParamSpec |
blob | commitdiff | diff to current |
2010-12-19 |
Pavel Holejsovsky | Add GI annotations to GValue and GValueArray. |
blob | commitdiff | diff to current |
2010-10-04 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-10-04 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-09-03 |
Matthias Clasen | Make ordering for overridden interface properties consi... |
blob | commitdiff | diff to current |
2010-07-07 |
Ryan Lortie | gobject/: fully remove gobjectalias hacks |
blob | commitdiff | diff to current |
2010-06-10 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-21 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-16 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-16 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2009-02-23 |
Matthias Clasen | Fix "it's" vs "its" confusion throughout the source... |
blob | commitdiff | diff to current |
2008-09-26 |
Dan Winship | add uint* -> int* casts in g_atomic_int calls to avoid... |
blob | commitdiff | diff to current |
2008-08-21 |
Johan Dahlin | Revert fix for 548689 |
blob | commitdiff | diff to current |
2008-08-20 |
Johan Dahlin | Bug 548689 – The type name for GParamSpec is wrong |
blob | commitdiff | diff to current |
2008-07-02 |
Matthias Clasen | Fix up section comments |
blob | commitdiff | diff to current |
2008-06-22 |
Michael Natterer | remove trailing whitespace from newly added gtk-doc... |
blob | commitdiff | diff to current |
2008-06-22 |
Michael Natterer | moved includes back to the top of the files (before... |
blob | commitdiff | diff to current |
2008-06-21 |
Stefan Kost | Migrating docs. |
blob | commitdiff | diff to current |
2008-06-21 |
Stefan Kost | Add --sgml-mode to allow sgml in doc-fragments (which... |
blob | commitdiff | diff to current |
2008-06-21 |
Stefan Kost | Add titles back from tmpl. |
blob | commitdiff | diff to current |
2008-06-21 |
Stefan Kost | Migrating docs. |
blob | commitdiff | diff to current |
2008-02-23 |
Matthias Clasen | Typo fix |
blob | commitdiff | diff to current |
2006-09-11 |
Tim Janik | reimplemented floating flag handling by atomically... |
blob | commitdiff | diff to current |
2005-11-23 |
Tim Janik | added floating reference count. g_object_is_floating(): |
blob | commitdiff | diff to current |
2005-09-22 |
Tim Janik | fix pspec->name assignment which needs to be strdup... |
blob | commitdiff | diff to current |
2005-09-01 |
Matthias Clasen | Don't forget to free the tmp string |
blob | commitdiff | diff to current |
2005-08-31 |
Matthias Clasen | Intern the name here, since we need the quark anyway... |
blob | commitdiff | diff to current |
2005-08-31 |
Matthias Clasen | Intern type names before registering the type to avoid... |
blob | commitdiff | diff to current |
2005-07-30 |
Tim Janik | reverted notify_mutex introduction, since this prevents... |
blob | commitdiff | diff to current |
2005-07-15 |
Matthias Clasen | Make refcounting threadsafe by using atomic operations... |
blob | commitdiff | diff to current |
2005-03-26 |
Matthias Clasen | Don't do the second lookup if the name was already... |
blob | commitdiff | diff to current |
2005-03-22 |
Manish Singh | cast away any constness on assignment. |
blob | commitdiff | diff to current |
2005-03-21 |
Matthias Clasen | Don't copy strings which are marked as static. Don... |
blob | commitdiff | diff to current |
2005-03-14 |
Matthias Clasen | Make work again. |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2003-10-21 |
Owen Taylor | Add a new GParamSpecOverride type that is a pointer... |
blob | commitdiff | diff to current |
2003-09-12 |
Matthias Clasen | Make the g_value_set_x_take_ownership() functions ... |
blob | commitdiff | diff to current |
2003-02-07 |
Matthias Clasen | Remove all docs from gobject at Tims request. Documenta... |
blob | commitdiff | diff to current |
2002-12-16 |
Matthias Clasen | Remove markup from doc comment, as GObject doesn't... |
blob | commitdiff | diff to current |
2002-12-15 |
Matthias Clasen | Move some docs inline. |
blob | commitdiff | diff to current |
2002-12-07 |
Matthias Clasen | Rename to canonicalize_key. Adjust all callers. |
blob | commitdiff | diff to current |
2002-03-19 |
Tim Janik | applied patch from Matthias Clasen <maclas@gmx.de>... |
blob | commitdiff | diff to current |
2002-03-14 |
Alexander Larsson | Function to canonicalize parameter names. Faster than... |
blob | commitdiff | diff to current |
2002-02-19 |
Tim Janik | provide marshaller specific value_set_*_take_ownership... |
blob | commitdiff | diff to current |
2002-02-13 |
Tim Janik | remove extraneous redefinition of G_PARAM_SPEC_CLASS(). |
blob | commitdiff | diff to current |
2001-11-26 |
Tim Janik | typedef GType to gulong instead of gsize, if possible. |
blob | commitdiff | diff to current |
2001-11-14 |
Tim Janik | add API for chaining: g_signal_chain_from_overridden... |
blob | commitdiff | diff to current |
2001-09-18 |
Tim Janik | up version number to 1.3.8, interface age 0, binary... |
blob | commitdiff | diff to current |
2001-06-28 |
Tim Janik | up version number to 1.3.7, interface age 0, binary... |
blob | commitdiff | diff to current |
2001-06-19 |
Tim Janik | remove left-over usages of an anonymous GBoxed typedef. |
blob | commitdiff | diff to current |
2001-04-03 |
Tim Janik | added g_list_nth_prev() which walks ->prev instead... |
blob | commitdiff | diff to current |
2001-03-18 |
Tim Janik | removed archaic gpointer derived_data; relict and added... |
blob | commitdiff | diff to current |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
blob | commitdiff | diff to current |
2001-02-17 |
Tim Janik | changed collect_format, collect_value() and lcopy_forma... |
blob | commitdiff | diff to current |
2001-01-31 |
Tim Janik | adapt to work with new CVS gtk-doc, leaving the old... |
blob | commitdiff | diff to current |
2000-12-15 |
Tim Janik | add an instance member value_type so the default value... |
blob | commitdiff | diff to current |
2000-12-13 |
Tim Janik | return whether a value got removed. |
blob | commitdiff | diff to current |
2000-12-12 |
Tim Janik | fixed dealing with collection/lcopy of NULL values. |
blob | commitdiff | diff to current |
2000-10-30 |
Sebastian Wilhelmi | made both functions return gboolean just for the little... |
blob | commitdiff | diff to current |
2000-10-25 |
Tim Janik | added newly added gobject/ headers. |
blob | commitdiff | diff to current |
2000-07-19 |
Tor Lillqvist | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. |
blob | commitdiff | diff to current |
2000-07-13 |
Tim Janik | default initialize the temporary default value, instead... |
blob | commitdiff | diff to current |
2000-06-24 |
Tim Janik | define gstring in terms of gchar*. this typedef reflect... |
blob | commitdiff | diff to current |
2000-05-12 |
Tim Janik | add reserved fundamental ids for gtk types (for transit... |
blob | commitdiff | diff to current |
|