]> Pileus Git - ~andy/gtk/history - gtk/gtkapplicationwindow.c
label: Fix memleak
[~andy/gtk] / gtk / gtkapplicationwindow.c
2013-01-21 Cosimo Cecchiapplicationwindow: fix mem leak
2012-09-17 Ryan Lortiegtkmodelmenu: simplify logic, expose bind API
2012-09-17 Ryan LortieGtkAccelLabel: add manual accel API
2012-08-20 Ryan LortieGtkApplicationWindow: drop GActionMuxer use
2012-08-20 Ryan LortieRemove private appwindow observer creation API
2012-08-20 Lars UebernickelApplicationWindow: setup accels with widget muxer
2012-08-20 Ryan Lortiegtkmodelmenu: move to new action regime
2012-08-20 Lars UebernickelAdd two users of gtk_widget_insert_action_group
2012-07-23 Matthias ClasenAdd an example for handling app menu fallback
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-05-03 Christian Perschapplication: Add unique IDs for GtkApplicationWindow
2012-04-30 Ryan LortieGtkApplication: adjust to GApplication changes
2012-04-30 Ryan LortieGtkApplication: fixes for NULL session bus
2012-04-20 Matthias ClasenCosmetic
2012-04-16 Kalev Lemberapplication-window: Move desktop file handling code...
2012-04-13 Cosimo Cecchiapplication-window: try to use the desktop name in...
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2012-01-26 Matthias ClasenAdd some menu markup documentation
2012-01-25 Matthias ClasenGtkApplicationWindow: Some more docs
2012-01-25 Matthias ClasenAdd API to create menus from models
2012-01-23 Ryan LortieGtkApplication: change the accel prefix we use
2012-01-21 Matthias ClasenGtkApplicationWindow: Improve app menu label
2012-01-20 Matthias ClasenGtkApplicationWindow: Fix resize grip positioning
2012-01-18 Ryan Lortiemove menus over from GLib
2012-01-15 Matthias ClasenGtkApplicationWindow: another size allocation fix
2012-01-14 Matthias ClasenGtkApplicationWindow: Fix size-request logic
2012-01-14 Matthias ClasenGtkApplicationWindow: Fix size-allocation logic
2012-01-11 Ryan LortieRename gtk_application_window_get_observer
2012-01-09 Matthias ClasenFix wrong refencences in the docs
2012-01-09 Ryan LortieAdd new GtkActionable interface
2011-12-20 Matthias ClasenGtkApplicationWindow: fix a typo
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