]> Pileus Git - ~andy/gtk/history - examples/bloatpad.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / examples / bloatpad.c
2012-11-04 Matthias ClasenBump GLib dependency to 2.35
2012-09-20 Ryan Lortiegtkapplication: fix some crashing "leak fixes"
2012-09-17 Ryan LortieGtkModelMenuItem: add a submenu action attribute
2012-07-11 Micah CarrickFix typo replacing action "Parse" with "Paste"
2012-02-21 Ryan Lortiebloatpad: adjust to G(tk)Application 'quit' change
2012-02-06 Matthias ClasenMark strings as translable in bloatpad
2012-01-26 Ryan LortieGtkBuilder: change format of menus
2012-01-24 Matthias ClasenBloatpad: propertly escape <> in markup
2012-01-21 Matthias ClasenBloatpad: Set the application name
2012-01-11 Matthias ClasenAdd a switch
2012-01-11 Matthias ClasenBloatpad: Register with the session
2012-01-09 Ryan Lortiebloatpad: add left/centre/right toolbar buttons
2011-12-19 Ryan LortieGtkApplication: add menu API
2011-12-19 William HuaAdd accelerators to bloatpad.
2011-12-19 Ryan Lortiebloatpad: add 'New Window' menu item
2011-12-19 Matthias ClasenBloatpad: Add an accelerator in the menu
2011-12-19 Matthias ClasenBloatpad: Add an accelerator
2011-12-19 Ryan Lortiebloatpad: add proper sections to the menus
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