]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-12-19 Matthias ClasenUpdates
2011-12-19 Rui Matosnotebook: Use the widget state flags as a base for...
2011-12-19 Rui Matosmenuitem: Stop setting state flags on the style context...
2011-12-19 Rui Matosmenubar: Stop setting state flags on the style context...
2011-12-19 Rui Matoslabel: Use the widget state flags as a base for drawing
2011-12-19 Rui Matoslabel: Stop setting state flags on the style context...
2011-12-19 Rui Matosimage: Stop setting state flags on the style context...
2011-12-19 Rui Matosiconview: Use the widget state flags as a base for...
2011-12-19 Rui Matosiconview: Stop setting state flags on the style context...
2011-12-19 Rui Matoshsv: Stop setting state flags on the style context...
2011-12-19 Rui Matosexpander: Use the widget state flags as a base for...
2011-12-19 Rui Matoseventbox: Stop setting state flags on the style context...
2011-12-19 Rui Matosentry: Use the widget state flags as a base for drawing...
2011-12-19 Rui Matosentry: Stop setting state flags on the style context...
2011-12-19 Rui Matoscombobox: Stop setting state flags on the style context...
2011-12-19 Rui Matoscellview: Stop checking for sensitivity on draw
2011-12-19 Rui Matoscellrenderertoggle: Use the cell renderer's state flags...
2011-12-19 Rui Matoscellrenderer: Use the widget state flags as a base...
2011-12-19 Rui Matoscheckmenuitem: Clean up state flags handling on drawing
2011-12-19 Rui Matoscheckbutton: Use the widget state flags as a base for...
2011-12-19 Rui Matoscheckbutton: Stop setting state flags on the style...
2011-12-19 Rui Matoscalendar: Use the widget state flags as a base for...
2011-12-19 Rui Matoscalendar: Use the widget state flags as a base for...
2011-12-19 Rui Matosbutton: Stop setting state flags on the style context...
2011-12-19 Rui Matosarrow: Stop setting state flags on the style context...
2011-12-19 Rui Matosaccellabel: Stop setting state flags on the style conte...
2011-12-19 Rui Matoswidget: Set style flags on the style context when the...
2011-12-19 Rui Matoswidget: Always propagate state flags to all children
2011-12-19 Piotr DrągUpdated POTFILES.in
2011-12-19 Ryan Lortiebump glib depend to 2.31.6
2011-12-19 Ryan LortieGtkApplication: add menu API
2011-12-19 Ryan Lortiemissing file
2011-12-19 Ryan LortieGtkApplication: document relationship to gdkthreads
2011-12-19 Ryan LortieGtkApplicationWindow: deal with remote actions
2011-12-19 Ryan LortieGtkApplication: lock gdk on incoming messages
2011-12-19 Ryan LortieMove X property handling to GtkApplicationWindow
2011-12-19 Matthias ClasenDocument that gtk_init is called without argv
2011-12-19 Matthias ClasenFix a typo
2011-12-19 Matthias ClasenForgotten file
2011-12-19 Matthias ClasenShow off some menus
2011-12-19 Matthias ClasenSome more menu-related docs
2011-12-19 Matthias ClasenPlugman: Find the plugins menu in a better way
2011-12-19 Matthias ClasenGtkBuilder: pick up named submenus
2011-12-19 William HuaHandle menu changes.
2011-12-19 William HuaAdd accelerators to bloatpad.
2011-12-19 William HuaRefactor GMenuModel rendering for Mac OS.
2011-12-19 William Huagtkquartz-menu: fix some leaks
2011-12-19 William Huabegin adding menu accelerators
2011-12-19 Matthias ClasenTwo small fixes
2011-12-19 Matthias ClasenFix up includes
2011-12-19 Ryan Lortiebloatpad: add 'New Window' menu item
2011-12-19 William Huabegin GtkApplication menu support for Mac OS
2011-12-19 Matthias ClasenAnother plugin, for good measure
2011-12-19 Matthias ClasenSomething for the eye
2011-12-19 Matthias ClasenAdd an action too
2011-12-19 Matthias Clasenwip example for plugin/gmenu interaction
2011-12-19 Matthias ClasenUpdate testgmenu to latest api changes
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 ClasenBloatpad: Add an accelerator in the menu
2011-12-19 Matthias ClasenGtkApplication: Extract accelerators from menus
2011-12-19 Matthias ClasenIntroduce gtkaccelmapprivate.h
2011-12-19 Matthias ClasenBloatpad: Add an accelerator
2011-12-19 Matthias ClasenGtkApplication: Add API to install accelerators for...
2011-12-19 Matthias ClasenGtkApplicationWindow: Set the accel group on constructe...
2011-12-19 Matthias ClasenGtkApplicationWindow: Add a GtkAccelGroup
2011-12-19 Matthias ClasenFix a gtk-doc warning
2011-12-19 Ryan LortieGtkApplication: export windows on the bus
2011-12-19 Ryan Lortie(trivially) implement 'shutdown' in GtkApplication
2011-12-19 Matthias ClasenAdd an example
2011-12-19 Matthias ClasenUpdate GtkApplicationWindow docs
2011-12-19 Matthias ClasenWhitespace fix
2011-12-19 Matthias ClasenMake accelmap initialization more forgiving
2011-12-19 Matthias ClasenClean up includes
2011-12-19 Ryan Lortiebloatpad: add proper sections to the menus
2011-12-19 Ryan LortieSplit off GMenuModel -> GtkMenuBar code
2011-12-19 Ryan LortieWatch "shell shows menu" settings for changes
2011-12-19 Ryan LortieGtkSettings: quartz: shell always shows menus
2011-12-19 Matthias ClasenWhitespace fixes
2011-12-19 Matthias ClasenNever add separators to menubars
2011-12-19 Ryan Lortiegmenu testcase: update to glib API changes
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 LortieGtkModelMenuItem: don't leak a GVariant
2011-12-19 Ryan Lortiebloatpad: use GtkBuilder for constructing menus
2011-12-19 Ryan LortieGtkModelMenuItem: omit indicator if not required
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 Matthias ClasenOnly add a separator when a section ends
2011-12-19 Ryan Lortieintroduce GtkModelMenuItem
2011-12-19 Ryan LortieGtkSettings: add shell-shows-menubar property
2011-12-19 Matthias ClasenOnly add separators when a section actually ends
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 WaltersGtkApplicationWindow: Further sanitize handling of...
2011-12-19 Colin Waltersbloatpad: Fix Edit to be a submenu
next