summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
Commit message (Expand)AuthorAgeFilesLines
* Added <mime-types> and <patterns> parsing support to GtkFileFilter.Tristan Van Berkom2011-01-271-0/+1
* Added links to the GtkTextTagTable and GtkMenuToolButton GtkBuildable documen...Tristan Van Berkom2011-01-271-3/+5
* Added links to the GtkComboBox/GtkRecentFilter GtkBuildable documentation fro...Tristan Van Berkom2011-01-261-0/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+2
* Fix gtk_builder_add_objects_from_file g-i annotationPaolo Borelli2010-12-081-1/+1
* rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-281-1/+1
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-11/+15
* GtkBuilder: Prepare for parsing GdkRGBA types.Carlos Garnacho2010-10-221-0/+16
* Remove GtkComboBoxEntry and the combo box text apiMatthias Clasen2010-10-201-1/+0
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* introspection: Fix typo in annotationFlorian Müllner2010-09-241-1/+1
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* add annotations for tranfer and scope so that methods are exported by GIJohn (J5) Palmieri2010-09-071-1/+1
* add array annotation to gtk_builder_add_objects_from_stringJohn (J5) Palmieri2010-09-071-1/+1
* gtkbuilder: Do not allocate colors when parsing GtkBuilder filesBenjamin Otte2010-08-101-5/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Move documentation to inline comments: GtkBuilderTadej Borovšak2010-04-281-0/+218
* Add notes to GtkBuilder docs about the possible error domains, closed bgo #56...Tristan Van Berkom2010-04-061-0/+20
* Fixed gtk_builder_value_from_string_type() to always assign the GErrorTristan Van Berkom2010-04-061-5/+10
* Add introspection annotation for gtk_builder_get_objectFlorian Müllner2010-02-251-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-7/+7
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-1/+1
* Fix a GtkBuilder crashMatthias Clasen2009-04-061-1/+8
* Bug 447998 - GtkBuilder does not support building parts of the xml treePaolo Borelli2008-07-161-3/+123
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Chain up in buildable_finish()Tristan Van Berkom2008-04-161-2/+10
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-6/+1
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-12/+21
* Add missing g_return_val_if_fail checks for public API.Johan Dahlin2008-03-011-0/+9
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-9/+36
* fix missing call to g_type_class_unref in case of error. (#517563)Marc-Andre Lureau2008-02-201-8/+11
* Improve the documentation for gtk_builder_connect_signals. (#514471)Philip Withnall2008-02-101-0/+6
* Avoid adding unnecessary trailing newlines to g_warning calls.Johan Dahlin2008-01-061-4/+4
* Avoid some compiler warnings (#507000).Mathias Hasselmann2008-01-051-2/+3
* add clarification stating that the construct_child function is responsibleRyan Lortie2007-11-271-1/+0
* remove concept of root objects and just refcount all objects in theRyan Lortie2007-11-271-15/+16
* Convert delayed_properties hashtable to linked list. Fixes #495769.Ryan Lortie2007-11-111-31/+16
* Don't leak buffer if an error occurs.Matthias Clasen2007-11-101-2/+2
* don't leak 'filename' field memory when loading more than one file intoMatthias Clasen2007-11-091-0/+2
* Chain up to the parent's finalize virtual function.Emmanuele Bassi2007-10-301-11/+14
* Improve gtk_builder_get_type_from_name() documentation. (#461222, MurrayJohan Dahlin2007-10-241-1/+2
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-2/+8
* Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918,Johan Dahlin2007-10-221-7/+6
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-141-1/+1
* copy filename to builder->priv instead of holding a reference to it. BugFernando Herrera2007-09-041-2/+3
* Add a missing semi-colon in the doc string, spotted by Johannes SasonkoJohan Dahlin2007-07-061-1/+1
* Pixbuf propertiesMatthias Clasen2007-07-051-28/+67