]> Pileus Git - ~andy/gtk/history - gtk/gtkbuilder.c
Avoid adding unnecessary trailing newlines to g_warning calls.
[~andy/gtk] / gtk / gtkbuilder.c
2008-01-06 Johan DahlinAvoid adding unnecessary trailing newlines to g_warning...
2008-01-05 Mathias HasselmannAvoid some compiler warnings (#507000).
2007-11-27 Ryan Lortieadd clarification stating that the construct_child...
2007-11-27 Ryan Lortieremove concept of root objects and just refcount all...
2007-11-11 Ryan LortieConvert delayed_properties hashtable to linked list...
2007-11-10 Matthias ClasenDon't leak buffer if an error occurs.
2007-11-09 Matthias Clasendon't leak 'filename' field memory when loading more...
2007-10-30 Emmanuele BassiChain up to the parent's finalize virtual function.
2007-10-24 Johan DahlinImprove gtk_builder_get_type_from_name() documentation...
2007-10-24 Johan DahlinParse signals after <child> tags and add tests. (#46879...
2007-10-22 Johan DahlinUse gtk_ascii_tolower/toupper instead of the C library...
2007-09-14 Matthias Clasen2.12.0
2007-09-04 Fernando Herreracopy filename to builder->priv instead of holding a...
2007-07-06 Johan DahlinAdd a missing semi-colon in the doc string, spotted...
2007-07-05 Matthias ClasenPixbuf properties
2007-07-03 Matthias ClasenFix some doc typos
2007-06-30 Johan DahlinImprove error handling for enum/flags, rename the conve...
2007-06-30 Johan DahlinMake boolean string parsing consistent, #452464
2007-06-30 Matthias Clasendocumentation updates
2007-06-29 Johan DahlinImprove reference counting, #447967
2007-06-27 Johan DahlinPrint out the name of the right object in the warning...
2007-06-27 Johan DahlinAdd GtkBuilder and GError arguments to gtk_builder_valu...
2007-06-26 Johan DahlinFix a bunch of small bugs when parsing property values
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-16 Christian PerschDon't use "typename" C++ keyword as parameter name...
2007-06-15 Matthias ClasenDocumentation fixes
2007-06-15 Johan DahlinUse gsize instead of unsigned and gulong instead of...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535