summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
Commit message (Expand)AuthorAgeFilesLines
* builder: Allow 'primary' as a modifier valueMatthias Clasen2016-03-051-1/+1
* Don't use g_print for debug outputMatthias Clasen2016-02-281-6/+8
* Cosmetic changesMatthias Clasen2015-10-201-13/+13
* builder: Avoid some unnecessary overheadMatthias Clasen2015-10-201-19/+18
* Clean up debug featuresMatthias Clasen2015-09-091-1/+1
* builder: Move a functionMatthias Clasen2015-09-071-46/+0
* builder: Minor refactoringMatthias Clasen2015-09-071-4/+1
* Code cleanupMatthias Clasen2015-07-311-9/+4
* gtkbuilderparser: Add some assertionsMatthias Clasen2015-07-171-0/+3
* GtkBuilder: Emit a more detailed error for templatesMatthias Clasen2015-04-301-10/+15
* Convert more GtkBuilder to g_markup_collect_attributesMatthias Clasen2015-04-301-284/+215
* Formatting fixesMatthias Clasen2015-04-301-256/+242
* GtkBuilder: Report more lookup failures as GErrorMatthias Clasen2015-04-291-31/+11
* GtkBuilder: Report 'invalid ID' errorsMatthias Clasen2015-04-271-2/+37
* GtkBuilder: Unify builder error messagesMatthias Clasen2015-04-261-9/+6
* Fix a misleading condition3.15.7Matthias Clasen2015-02-151-5/+5
* 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