summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-7/+22
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-22/+7
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-181-2/+0
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-1/+5
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-12/+20
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-8/+21
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-121-8/+4
* use the right type for "subparser_data" and remove the (gpointer*) cast.Michael Natterer2008-01-301-2/+2
* Allow domains to be overridden in <interface>'s if a translation-domain isJohan Dahlin2008-01-061-2/+2
* Leak less in error pathsMatthias Clasen2007-11-101-4/+21
* More robustness improvements of the parserMatthias Clasen2007-11-101-9/+9
* Don't assert on misplaced signal elementsMatthias Clasen2007-11-101-3/+5
* Handle misplaced property elements without asserting.Matthias Clasen2007-11-101-1/+5
* Add GString 'text' to the property info structure. Used to accumulateRyan Lortie2007-11-081-49/+57
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-0/+2
* Allow empty property nodes so we can set empty strings. (#486420, XavierJohan Dahlin2007-10-241-27/+0
* svn path=/trunk/; revision=18842Hans Breuer2007-09-171-1/+3
* Duplicate the string returned by d[n]gettext before it is potentiallyJan Arne Petersen2007-08-231-2/+3
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-071-4/+10
* Use g_strdup on the translated string instead of g_strndup() + the lengthJohan Dahlin2007-08-071-1/+1
* Support old-style message contexts, too.Matthias Clasen2007-07-081-3/+10
* Parse last_modification_time attribute in <signal> tagJohan Dahlin2007-07-081-0/+3
* Add support for context and comments on propertiesMatthias Clasen2007-07-081-3/+38
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-7/+7
* Be pickyMatthias Clasen2007-06-301-3/+1
* Move type-func to <object> instead of <child>, add a test to make sureJohan Dahlin2007-06-301-32/+36
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-301-3/+59
* Use the attribute name in the error message instead of the value.Johan Dahlin2007-06-281-5/+5
* Plug leaks in error code pathsJohan Dahlin2007-06-271-4/+10
* Set an error if we encounter properties without values set (#451303,Johan Dahlin2007-06-271-0/+24
* Swap argument order to dgettext (#448299, Jan Arne Petersen)Johan Dahlin2007-06-161-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+851