summaryrefslogtreecommitdiff
path: root/gi/_gtktemplate.py
Commit message (Expand)AuthorAgeFilesLines
* Gtk.Template: Accept PathLike objects as a filenameAndrej Shadura2022-03-271-1/+2
* Fix regression in marshalling partial() objectsChristoph Reiter2021-03-301-2/+5
* gtk overrides: Add support for builder scopeJean Felder2020-12-061-9/+40
* Gtk.Template: Fix template support for GTK4Jean Felder2020-12-061-1/+41
* gtktemplate: Do not crash on multiple init_template callsJean Felder2020-04-171-1/+1
* gtktemplate: Don't error out when loading a resource that is only available i...Christoph Reiter2018-07-201-2/+13
* Gtk.Template: Remove init_template() from instance, not classKai Willadsen2018-07-071-1/+1
* Gtk.Template: Allow marking children as "internal-child"gtk-template-child-internalChristoph Reiter2018-04-161-2/+5
* Add a minimal implementation of Gtk.Template. See #52Christoph Reiter2018-04-121-0/+218