]> Pileus Git - ~andy/gtk/history - gtk/gtkapplicationwindow.c
GtkApplication: add menu API
[~andy/gtk] / gtk / gtkapplicationwindow.c
2011-12-19 Ryan LortieGtkApplication: add menu API
2011-12-19 Ryan LortieGtkApplication: document relationship to gdkthreads
2011-12-19 Ryan LortieGtkApplicationWindow: deal with remote actions
2011-12-19 Ryan LortieMove X property handling to GtkApplicationWindow
2011-12-19 Ryan LortieGtkApplicationWindow: share one GActionMuxer
2011-12-19 Matthias ClasenDocumentation additions
2011-12-19 Matthias ClasenGtkApplicationWindow: Always install accelerators
2011-12-19 Matthias ClasenGtkApplicationWindow: Set the accel group on constructe...
2011-12-19 Matthias ClasenGtkApplicationWindow: Add a GtkAccelGroup
2011-12-19 Matthias ClasenAdd an example
2011-12-19 Matthias ClasenUpdate GtkApplicationWindow docs
2011-12-19 Ryan LortieSplit off GMenuModel -> GtkMenuBar code
2011-12-19 Ryan LortieWatch "shell shows menu" settings for changes
2011-12-19 Matthias ClasenNever add separators to menubars
2011-12-19 Ryan LortieGtkApplicationWindow: nuke some g_print spew
2011-12-19 Ryan LortieGtkApplcationWindow: plug two obvious leaks
2011-12-19 Colin WaltersGtkApplicationWindow: Consistently unparent menubar
2011-12-19 Ryan LortieGtkApplicationWindow: clean up menubar logic
2011-12-19 Ryan Lortieintroduce GtkModelMenuItem
2011-12-19 Matthias ClasenOnly add separators when a section actually ends
2011-12-19 Colin WaltersGtkApplicationWindow: Further sanitize handling of...
2011-12-19 Colin WaltersGtkApplication: Merge app menu and menubar
2011-12-19 Matthias ClasenGtkApplicationWindow: Make mnemonics work for stateful...
2011-12-19 Colin WaltersGtkApplicationWindow: Don't unref a NULL object
2011-12-19 Ryan LortieAdapt to changes in GLib API
2011-12-19 Matthias ClasenWhitespace fixes
2011-12-19 Matthias ClasenGtkApplicationWindow: more docs
2011-12-19 Matthias ClasenGtkApplicationWindow: mark a string for translation
2011-12-19 Matthias ClasenSome coding style fixes
2011-12-19 Matthias ClasenSome initial docs
2011-12-19 Colin WaltersGtkApplicationWindow: Use dispose for GObjects
2011-12-19 Colin Waltersgtkapplicationwindow: Pick up gtk-shell-shows-app-menu...
2011-12-19 Ryan LortieGtkApplicationWindow: wire up action activations
2011-12-19 Ryan LortieGtkApplicationWindow: implement GActionMap
2011-12-19 Ryan Lortieadd GtkApplicationWindow