]> Pileus Git - ~andy/gtk/history - gtk/gtkbuilder.c
Add notes to GtkBuilder docs about the possible error domains, closed bgo #560147
[~andy/gtk] / gtk / gtkbuilder.c
2010-04-06 Tristan Van BerkomAdd notes to GtkBuilder docs about the possible error...
2010-04-06 Tristan Van BerkomFixed gtk_builder_value_from_string_type() to always...
2010-02-25 Florian MüllnerAdd introspection annotation for gtk_builder_get_object
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-07 Matthias ClasenFix a GtkBuilder crash
2008-07-16 Paolo BorelliBug 447998 - GtkBuilder does not support building parts...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-04-16 Tristan Van BerkomChain up in buildable_finish()
2008-03-07 Johan Dahlin- Treat enums like enums and not values - Avoid invalid...
2008-03-07 Johan DahlinImplement GtkBuildable on GtkIconFactory, to make it...
2008-03-01 Johan DahlinAdd missing g_return_val_if_fail checks for public...
2008-03-01 Johan DahlinDo not use g_error for a few more errors, instead set...
2008-02-20 Marc-Andre Lureaufix missing call to g_type_class_unref in case of error...
2008-02-10 Philip WithnallImprove the documentation for gtk_builder_connect_signa...
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