summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder-menus.c
Commit message (Collapse)AuthorAgeFilesLines
* builder: Fix compiler warningsMatthias Clasen2015-06-021-3/+3
| | | | Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
* GtkBuilder: Improve error messagesMatthias Clasen2014-09-291-1/+1
| | | | | | | No `' looks just terrible. For quoting in non-UI contexts, we prefer either '' or "". https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkBuilder: Fix more GMenu leaks in the parserMatthias Clasen2014-06-281-0/+3
|
* GtkBuilder: Don't leak a reference to constructed GMenusMatthias Clasen2014-06-281-0/+1
| | | | | _gtk_builder_add_object adds a reference, so we need to drop our initial one.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkbuilder-menus: translation-domain can be NULLDiego Escalante Urrelo2012-02-081-1/+1
| | | | | | | GtkBuilder defaults its translation-domain to NULL, which is a perfectly fine value for d_gettext() and friends. https://bugzilla.gnome.org/show_bug.cgi?id=669638
* GtkBuilder menus: reject all attributes on <item>Ryan Lortie2012-01-311-2/+6
| | | | | These were just being silently ignored before. That's bad, since it used to be valid to have these.
* GtkBuilder: change format of menusRyan Lortie2012-01-251-0/+391
Change the format of GtkBuilder <menu> to be more in-line with the style of the rest of GtkBuilder so that we can do translation in a consistent way. The format is now substantially more difficult to hand-write, but tools should be along soon. There is an xslt program attached to the bug to help you convert your existing .ui files from the old format to the new one. https://bugzilla.gnome.org/show_bug.cgi?id=668696