| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak RequiresInfo when parsing GtkBuilder files | Matthias Clasen | 2009-05-03 | 1 | -1/+2 |
* | Trivial formatting fix | Matthias Clasen | 2009-04-06 | 1 | -2/+2 |
* | Improve GtkBuilder error reporting | Matthias Clasen | 2009-04-06 | 1 | -9/+27 |
* | 2.15.0GTK_2_15_0 | Matthias Clasen | 2009-01-01 | 1 | -1/+0 |
* | Make gtk_builder_get_translation_domain() useful for subparsers. | Matthias Clasen | 2008-12-08 | 1 | -4/+30 |
* | Bug 447998 - GtkBuilder does not support building parts of the xml tree | Paolo Borelli | 2008-07-16 | 1 | -4/+82 |
* | Set properties in the order in which they are specified in the xml file. | Matthias Clasen | 2008-07-03 | 1 | -0/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 1 | -7/+7 |
* | Added support for parsing required toolkit versions (so that ui | Tristan Van Berkom | 2008-05-25 | 1 | -3/+93 |
* | Bug 503071 - Application direction changes to right to left even if theres | 14:27:34 Tim Janik | 2008-05-20 | 1 | -7/+22 |
* | call g_i18n_init() in gettext_initialization(). do gettext_initialization | Yair Hershkovitz | 2008-05-11 | 1 | -22/+7 |
* | gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. | Michael Natterer | 2008-04-18 | 1 | -2/+0 |
* | - Treat enums like enums and not values - Avoid invalid free, in case of | Johan Dahlin | 2008-03-07 | 1 | -1/+5 |
* | Add translatable/context and comment attributes on <col> tags under a | Johan Dahlin | 2008-03-02 | 1 | -12/+20 |
* | Do not use g_error for a few more errors, instead set the GError sent in | Johan Dahlin | 2008-03-01 | 1 | -8/+21 |
* | Fix some i18n errors. Pointed out by Behdad Esfahbod. | Matthias Clasen | 2008-02-12 | 1 | -8/+4 |
* | use the right type for "subparser_data" and remove the (gpointer*) cast. | Michael Natterer | 2008-01-30 | 1 | -2/+2 |
* | Allow domains to be overridden in <interface>'s if a translation-domain is | Johan Dahlin | 2008-01-06 | 1 | -2/+2 |
* | Leak less in error paths | Matthias Clasen | 2007-11-10 | 1 | -4/+21 |
* | More robustness improvements of the parser | Matthias Clasen | 2007-11-10 | 1 | -9/+9 |
* | Don't assert on misplaced signal elements | Matthias Clasen | 2007-11-10 | 1 | -3/+5 |
* | Handle misplaced property elements without asserting. | Matthias Clasen | 2007-11-10 | 1 | -1/+5 |
* | Add GString 'text' to the property info structure. Used to accumulate | Ryan Lortie | 2007-11-08 | 1 | -49/+57 |
* | Parse signals after <child> tags and add tests. (#468793, Benjamin Otte) | Johan Dahlin | 2007-10-24 | 1 | -0/+2 |
* | Allow empty property nodes so we can set empty strings. (#486420, Xavier | Johan Dahlin | 2007-10-24 | 1 | -27/+0 |
* | svn path=/trunk/; revision=18842 | Hans Breuer | 2007-09-17 | 1 | -1/+3 |
* | Duplicate the string returned by d[n]gettext before it is potentially | Jan Arne Petersen | 2007-08-23 | 1 | -2/+3 |
* | Do not assume that text is null-terminated as pointed out by Christopher | Johan Dahlin | 2007-08-07 | 1 | -4/+10 |
* | Use g_strdup on the translated string instead of g_strndup() + the length | Johan Dahlin | 2007-08-07 | 1 | -1/+1 |
* | Support old-style message contexts, too. | Matthias Clasen | 2007-07-08 | 1 | -3/+10 |
* | Parse last_modification_time attribute in <signal> tag | Johan Dahlin | 2007-07-08 | 1 | -0/+3 |
* | Add support for context and comments on properties | Matthias Clasen | 2007-07-08 | 1 | -3/+38 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -7/+7 |
* | Be picky | Matthias Clasen | 2007-06-30 | 1 | -3/+1 |
* | Move type-func to <object> instead of <child>, add a test to make sure | Johan Dahlin | 2007-06-30 | 1 | -32/+36 |
* | Make boolean string parsing consistent, #452464 | Johan Dahlin | 2007-06-30 | 1 | -3/+59 |
* | Use the attribute name in the error message instead of the value. | Johan Dahlin | 2007-06-28 | 1 | -5/+5 |
* | Plug leaks in error code paths | Johan Dahlin | 2007-06-27 | 1 | -4/+10 |
* | Set an error if we encounter properties without values set (#451303, | Johan Dahlin | 2007-06-27 | 1 | -0/+24 |
* | Swap argument order to dgettext (#448299, Jan Arne Petersen) | Johan Dahlin | 2007-06-16 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -0/+851 |