]> Pileus Git - ~andy/gtk/history - examples/bloatpad.c
Whitespace fixes
[~andy/gtk] / examples / bloatpad.c
2011-12-19 Matthias ClasenWhitespace fixes
2011-12-19 Ryan Lortiebloatpad: move action/menu setup to ::startup
2011-12-19 Ryan Lortiebloatpad: port to GActionMap for application
2011-12-19 Ryan Lortiebloatpad: use GtkBuilder for constructing menus
2011-12-19 Matthias ClasenBloatpad: Add a View menu for fullscreen
2011-12-19 Matthias ClasenBloatpad: Don't leak a menu model
2011-12-19 Colin Waltersbloatpad: Be 640x480 by default
2011-12-19 Colin Waltersbloatpad: Fix Edit to be a submenu
2011-12-19 Colin WaltersGtkApplication: Merge app menu and menubar
2011-12-19 Matthias ClasenBloatpad: Add mnemonics to the menu
2011-12-19 Ryan LortieAdapt to changes in GLib API
2011-12-19 Matthias ClasenDrop GtkApplicationMenuButton for now
2011-12-19 Matthias ClasenDrop an unused variable
2011-12-19 Matthias ClasenDon't call g_object_unref on a variant
2011-12-19 Ryan Lortiebloatpad: use GtkApplicationMenuButton
2011-12-19 Ryan Lortiebloatpad: add 'win.fullscreen' action
2011-12-19 Ryan Lortiebloatpad: make "about" a window action
2011-12-19 Ryan LortieGtkApplicationWindow: implement GActionMap
2011-12-19 Ryan Lortieport bloatpad to the new APIs
2011-12-19 Matthias Clasenbloatpad: Add an example app menu
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-06 Matthias ClasenMove the GtkApplication example to the right place