summaryrefslogtreecommitdiff
path: root/codegen/valagtkmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* gtkmodule: Improve error messagesNiels De Graef2023-02-201-2/+2
* gtkmodule: Recurse inner classes of ObjectTypeSymbols (2)Rico Tzschichholz2022-02-091-5/+14
* gtkmodule: Improve UI parsing and handling of nested objects and propertiesRico Tzschichholz2022-02-091-32/+102
* gtkmodule: Recurse inner classes of ObjectTypeSymbolsRico Tzschichholz2022-02-091-5/+14
* gtkmodule: Handle nested closure elements and bind them accordinglyRico Tzschichholz2021-12-061-3/+15
* gtkmodule: Improve error message for invalid signal element in ui-fileYotam Nachum2021-11-061-1/+7
* codegen: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-12/+12
* gtkmodule: Support "binding" to bind GtkCallback to class of given propertyRico Tzschichholz2020-10-221-2/+44
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-301-1/+1
* codegen: Do not create a shadowing *_private_offset variable in GtkModuleRico Tzschichholz2018-07-091-10/+0
* codegen: Support automatic properties as GtkChildRico Tzschichholz2018-04-231-2/+2
* codegen: Reuse already retrieved get_attribute_string ("GtkTemplate", "ui")Rico Tzschichholz2018-04-231-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* Improve error while method is incompatible with delegateRico Tzschichholz2017-09-021-1/+1
* codegen: Add support for "type-func" in ui-filesRico Tzschichholz2017-09-021-5/+54
* compiler: Add --gresourcesdir optionDaniel Espinosa2017-06-071-3/+3
* Require and target GLib >= 2.40Rico Tzschichholz2017-05-171-7/+0
* gtkmodule: Preserve order of required-gtype-classes for reproducibilityNiko Tyni2017-03-021-1/+1
* gtkmodule: clear out [GtkChild] on properties it not supportedLuca Bruno2015-10-181-0/+8
* gtkmodule: Respect "alias" attribute in gresourceDaiki Ueno2014-12-251-1/+7
* gtkmodule: Error out on malformed signal definitionTimm Bäder2014-05-291-0/+6
* gtkmodule: Ensure child gtypes are initialized before creating the templateLuca Bruno2014-01-281-2/+16
* gtktemplate: Handle callbacks for detailed signalsLuca Bruno2014-01-061-2/+8
* gtkmodule: Throw error on [GtkChild] in non-[GtkTemplate] classTimm Bäder2013-10-071-1/+8
* gtkmodule: Throw an error if the ui resource has no templateTimm Bäder2013-10-071-2/+10
* Align gtk templates to new gtk+/glib apiLuca Bruno2013-07-271-12/+46
* gtktemplate: Allow connecting signals of the template class itselfLuca Bruno2013-06-281-1/+1
* gtktemplate: Verbose error reporting when ui resource is not foundLuca Bruno2013-06-041-5/+6
* gtktemplate: Static type checking of [GtkChild]Luca Bruno2013-06-041-9/+39
* gtktemplate: Static type checking of [GtkCallback] using gresourcesLuca Bruno2013-06-041-47/+123
* Add support for Gtk widget templates. Created a new codegen gtkmodule.Luca Bruno2013-05-231-0/+158