summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
Commit message (Expand)AuthorAgeFilesLines
* GtkBuilder: Improve error messagesMatthias Clasen2014-09-291-4/+4
* GtkBuilder: added template parent type check.Juan Pablo Ugarte2014-05-021-1/+25
* GtkBuilder: improved parsing error report for invalid properties and signals.Juan Pablo Ugarte2014-05-011-34/+70
* GtkBuilder: fixed a few minor memory leaks.Juan Pablo Ugarte2014-05-011-29/+26
* Added bindings support to GtkBuilder by introducing 3 new <property> attribut...Juan Pablo Ugarte2014-04-181-6/+45
* Fix typo (GTK_ENABLE_DEBUG vs. G_ENABLE_DEBUG).John Lindgren2014-03-211-1/+1
* GtkBuilder: Make IDs optionalMatthias Clasen2013-11-181-4/+4
* Fix string allocation handling with GtkBuilder translationsKalev Lember2013-06-081-8/+8
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-7/+6
* GtkBuilder: Add private _gtk_builder_extend_with_template()Tristan Van Berkom2013-04-081-11/+122
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-5/+5
* Fix a cornercase of menu parsingMatthias Clasen2012-04-201-4/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkBuilder: change format of menusRyan Lortie2012-01-251-46/+2
* GtkBuilder: pick up named submenusMatthias Clasen2011-12-191-12/+28
* Pass domain to the menu parserMatthias Clasen2011-12-191-8/+9
* Quick-and-dirty GtkBuilder integrationMatthias Clasen2011-12-191-0/+43
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-2/+1
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* Miscellaneous string fixesPhilip Withnall2010-08-221-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+1
* Fix memory leaks when using add_objectsPaolo Borelli2009-08-141-1/+6
* Fix duplicated id detection in gtkbuilderPaolo Borelli2009-08-141-2/+4
* Cleanup some translation handlingMatthias Clasen2009-06-151-35/+1
* Don't leak RequiresInfo when parsing GtkBuilder filesMatthias Clasen2009-05-031-1/+2
* Trivial formatting fixMatthias Clasen2009-04-061-2/+2
* Improve GtkBuilder error reportingMatthias Clasen2009-04-061-9/+27
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-011-1/+0
* Make gtk_builder_get_translation_domain() useful for subparsers.Matthias Clasen2008-12-081-4/+30
* Bug 447998 - GtkBuilder does not support building parts of the xml treePaolo Borelli2008-07-161-4/+82
* Set properties in the order in which they are specified in the xml file.Matthias Clasen2008-07-031-0/+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-7/+7
* Added support for parsing required toolkit versions (so that uiTristan Van Berkom2008-05-251-3/+93
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-7/+22
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-22/+7
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-181-2/+0
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-1/+5
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-12/+20
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-8/+21
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-121-8/+4
* use the right type for "subparser_data" and remove the (gpointer*) cast.Michael Natterer2008-01-301-2/+2
* Allow domains to be overridden in <interface>'s if a translation-domain isJohan Dahlin2008-01-061-2/+2
* Leak less in error pathsMatthias Clasen2007-11-101-4/+21
* More robustness improvements of the parserMatthias Clasen2007-11-101-9/+9
* Don't assert on misplaced signal elementsMatthias Clasen2007-11-101-3/+5
* Handle misplaced property elements without asserting.Matthias Clasen2007-11-101-1/+5
* Add GString 'text' to the property info structure. Used to accumulateRyan Lortie2007-11-081-49/+57
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-0/+2
* Allow empty property nodes so we can set empty strings. (#486420, XavierJohan Dahlin2007-10-241-27/+0