summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Document the gtkbuilder xml file betterMatthias Clasen2012-01-301-31/+8
* Add resource support for GtkBuilderAlexander Larsson2012-01-161-3/+190
* Fix doc buildMatthias Clasen2012-01-071-1/+3
* GtkBuilder: support parsing GVariant propertiesRyan Lortie2012-01-061-0/+36
* Some more menu-related docsMatthias Clasen2011-12-191-0/+8
* Quick-and-dirty GtkBuilder integrationMatthias Clasen2011-12-191-0/+7
* Don't use g_value_set_charMatthias Clasen2011-11-011-1/+1
* Clarify that gtk_builder_connect_signals can only be connected onceJohan Dahlin2011-07-071-2/+4
* Make GtkBuilder do not delay construct properties that can be resolvedJuan Pablo Ugarte2011-06-291-10/+10
* Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT properties"Juan Pablo Ugarte2011-06-031-2/+2
* gtkbuilder.c: gtk_builder_value_from_string() also support GdkRGBA valuesJavier Jardón2011-05-021-1/+1
* 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