]> Pileus Git - ~andy/gtk/history - gtk/gtkbuilderparser.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtkbuilderparser.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-05-25 Tristan Van BerkomAdded support for parsing required toolkit versions...
2008-05-20 14:27:34 Tim JanikBug 503071 - Application direction changes to right...
2008-05-11 Yair Hershkovitzcall g_i18n_init() in gettext_initialization(). do...
2008-04-18 Michael Natterergtk/gtkicontheme.h include <gdk/gdk.h> instead of ...
2008-03-07 Johan Dahlin- Treat enums like enums and not values - Avoid invalid...
2008-03-02 Johan DahlinAdd translatable/context and comment attributes on...
2008-03-01 Johan DahlinDo not use g_error for a few more errors, instead set...
2008-02-12 Matthias ClasenFix some i18n errors. Pointed out by Behdad Esfahbod.
2008-01-30 Michael Nattereruse the right type for "subparser_data" and remove...
2008-01-06 Johan DahlinAllow domains to be overridden in <interface>'s if...
2007-11-10 Matthias ClasenLeak less in error paths
2007-11-10 Matthias ClasenMore robustness improvements of the parser
2007-11-10 Matthias ClasenDon't assert on misplaced signal elements
2007-11-10 Matthias ClasenHandle misplaced property elements without asserting.
2007-11-08 Ryan LortieAdd GString 'text' to the property info structure....
2007-10-24 Johan DahlinParse signals after <child> tags and add tests. (#46879...
2007-10-24 Johan DahlinAllow empty property nodes so we can set empty strings...
2007-09-17 Hans Breuersvn path=/trunk/; revision=18842
2007-08-23 Jan Arne PetersenDuplicate the string returned by d[n]gettext before...
2007-08-07 Johan DahlinDo not assume that text is null-terminated as pointed...
2007-08-07 Johan DahlinUse g_strdup on the translated string instead of g_strn...
2007-07-08 Matthias ClasenSupport old-style message contexts, too.
2007-07-08 Johan DahlinParse last_modification_time attribute in <signal> tag
2007-07-08 Matthias ClasenAdd support for context and comments on properties
2007-06-30 Johan DahlinImprove error handling for enum/flags, rename the conve...
2007-06-30 Matthias ClasenBe picky
2007-06-30 Johan DahlinMove type-func to <object> instead of <child>, add...
2007-06-30 Johan DahlinMake boolean string parsing consistent, #452464
2007-06-28 Johan DahlinUse the attribute name in the error message instead...
2007-06-27 Johan DahlinPlug leaks in error code paths
2007-06-27 Johan DahlinSet an error if we encounter properties without values...
2007-06-16 Johan DahlinSwap argument order to dgettext (#448299, Jan Arne...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535