]> Pileus Git - ~andy/gtk/history - gtk/gtkbuilderparser.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkbuilderparser.c
2012-10-02 Benjamin Ottegtk: Make functions static that don't need to be non...
2012-04-20 Matthias ClasenFix a cornercase of menu parsing
2012-02-27 Javier JardónChange FSF Address
2012-01-26 Ryan LortieGtkBuilder: change format of menus
2011-12-19 Matthias ClasenGtkBuilder: pick up named submenus
2011-12-19 Matthias ClasenPass domain to the menu parser
2011-12-19 Matthias ClasenQuick-and-dirty GtkBuilder integration
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-08-22 Philip WithnallMiscellaneous string fixes
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-14 Paolo BorelliFix memory leaks when using add_objects
2009-08-14 Paolo BorelliFix duplicated id detection in gtkbuilder
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Matthias ClasenCleanup some translation handling
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-04 Matthias ClasenDon't leak RequiresInfo when parsing GtkBuilder files
2009-04-18 Matthias ClasenDon't leak RequiresInfo when parsing GtkBuilder files
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-07 Matthias ClasenTrivial formatting fix
2009-04-07 Matthias ClasenImprove GtkBuilder error reporting
2009-01-01 Matthias Clasen2.15.0
2008-12-08 Matthias ClasenMake gtk_builder_get_translation_domain() useful for...
2008-07-16 Paolo BorelliBug 447998 - GtkBuilder does not support building parts...
2008-07-03 Matthias ClasenSet properties in the order in which they are specified...
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