add missing include
[ardour.git] / gtk2_ardour / window_manager.cc
2016-08-16 Paul Davisfix issue with WM close/delete ("X") button not working...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-13 Paul Davisfix save/restore of preferences torn-off-window state
2016-07-12 Paul Davisdo not show windows derived from ArdourDialog at startup.
2016-06-13 Paul Davisuse WindowProxy::signal_(map|unmap) to keep window...
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul DavisWindow Manager object should use global action map...
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davissmall rationalization of naming and code for managing...
2016-02-22 Paul Davisclean up registration of toggle window actions
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-01 Robin Gareushandle GUIs of missing or disabled plugins
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-14 Paul Davistweak API of WindowProxy, and remove all unnecessary...
2013-10-11 John EmmasMerge branch 'windows' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-08 Paul Daviswindow proxy should delete its window during its destructor
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-31 Paul Davisremove compile errors (still will not link and JACKPort...
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-10 Robin Gareusfix ProxyBase::save_pos_and_size
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-07 Robin Gareuswindow delete/hide is managed by WMProxy (amend to...
2013-07-07 Robin Gareusmake window-manager session-aware
2013-07-07 Robin Gareusfix save/restore [plugin] window pos&size (without...
2013-06-14 Paul Davismerge with master
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-08 Robin GareusNOOP - use PBD's std::string to number functions
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Paul Davissome clarifying comments on WindowManager::set_transien...
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-21 Robin Gareusremember plugin-UI type (custom/basic) with session.
2013-05-08 Paul Davismerge with master
2013-05-08 Paul Davisdon't set transient-for on OS X, where it is not necessary
2013-05-08 Paul Davischange namespace/naming of WindowManager classes; regis...
2013-05-07 Paul Daviswork work on window mgmt: offer the change to mark...
2013-05-07 Paul Davisvarious changes to window visibility mgmt, including...
2013-05-06 Paul Davisdrop WIN_POS_MOUSE on a managed window if we have store...
2013-05-05 Paul Davismerge with master
2013-05-05 Paul Davisthe big rework of window management. probably not compl...
2013-05-05 Paul DavisVisibilityTracker needs to inherit from sigc::tracker...