summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder-menus.c
Commit message (Collapse)AuthorAgeFilesLines
* 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