summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderprivate.h
Commit message (Expand)AuthorAgeFilesLines
* GtkBuilder: Export the template parsing entry pointMatthias Clasen2015-04-301-6/+6
* GtkBuilder: Report more lookup failures as GErrorMatthias Clasen2015-04-291-0/+6
* GtkBuilder: Add new convenience APIMatthias Clasen2015-04-271-0/+5
* GtkBuilder: Introduce some private helpersMatthias Clasen2015-04-271-0/+13
* GtkBuilder: improved parsing error report for invalid properties and signals.Juan Pablo Ugarte2014-05-011-4/+5
* Added bindings support to GtkBuilder by introducing 3 new <property> attribut...Juan Pablo Ugarte2014-04-181-1/+12
* GtkBuilder: Make IDs optionalMatthias Clasen2013-11-181-0/+2
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-3/+3
* GtkBuilder: Add private _gtk_builder_extend_with_template()Tristan Van Berkom2013-04-081-0/+11
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkBuilder: change format of menusRyan Lortie2012-01-251-0/+8
* Add resource support for GtkBuilderAlexander Larsson2012-01-161-0/+2
* Forgotten fileMatthias Clasen2011-12-191-0/+6
* Quick-and-dirty GtkBuilder integrationMatthias Clasen2011-12-191-0/+3
* Improve GtkBuilder error reportingMatthias Clasen2009-04-061-0/+2
* Bug 447998 - GtkBuilder does not support building parts of the xml treePaolo Borelli2008-07-161-0/+6
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* Added support for parsing required toolkit versions (so that uiTristan Van Berkom2008-05-251-0/+7
* gdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoosersettings.cMichael Natterer2008-03-141-3/+0
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-0/+4
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-0/+2
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-0/+6
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-1/+2
* Avoid some compiler warnings (#507000).Mathias Hasselmann2008-01-051-1/+1
* Forgotten fileMatthias Clasen2007-11-081-0/+1
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-0/+2
* Add support for context and comments on propertiesMatthias Clasen2007-07-081-0/+1
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-3/+7
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-301-0/+3
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+111