summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-70/+68
* GtkBuildableParser: Add a wrapper for GMarkupParserAlexander Larsson2019-09-101-0/+319
* builderparser: Allow bind-source without bind-propertyMohammed Sadiq2019-08-101-5/+5
* builder: Fix signedness issues in apisMatthias Clasen2019-05-011-1/+1
* builder: Allow specifying objects inlineMatthias Clasen2019-02-081-10/+8
* GtkBuilder: Enforce "class" as a mandatory attribute for <object>Debarshi Ray2017-09-251-6/+15
* GtkBuilder: Prefer "type-func" over "class" when looking for the GTypeDebarshi Ray2017-08-291-13/+13
* builderparser: Remove pointless TagType structTimm Bäder2017-03-211-19/+19
* gtkbuilder: Remove unused structTimm Bäder2017-01-301-11/+0
* builderparser: Shuffle if-statements around once moreTimm Bäder2017-01-081-14/+14
* builderparser: Order string comparisons after frequencyTimm Bäder2016-10-311-65/+65
* builderparser: Save tag type instead of tag nameTimm Bäder2016-10-311-33/+53
* builderparser: Don't needlessly copy requested object namesTimm Bäder2016-10-311-11/+4
* builderparser: stack-allocate ParserDataTimm Bäder2016-10-311-27/+25
* 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