summaryrefslogtreecommitdiff
path: root/gtk2_ardour/window_manager.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10add nominal owners for all action groupsPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-11-29Delete temporary Window Proxy for dialogsRobin Gareus
2016-08-16fix issue with WM close/delete ("X") button not working for window proxied di...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-13fix save/restore of preferences torn-off-window statePaul Davis
2016-07-12do not show windows derived from ArdourDialog at startup.Paul Davis
2016-06-12use WindowProxy::signal_(map|unmap) to keep window toggle actions in their co...Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22Window Manager object should use global action map, since bindings are part o...Paul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22small rationalization of naming and code for managing plugin GUI visibilityPaul Davis
2016-02-22clean up registration of toggle window actionsPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22save/restore tabbable statePaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-01handle GUIs of missing or disabled pluginsRobin Gareus
2013-10-14tweak API of WindowProxy, and remove all unnecessary get() calls in functions...Paul Davis
2013-10-07window proxy should delete its window during its destructorPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-10fix ProxyBase::save_pos_and_sizeRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-07-07make window-manager session-awareRobin Gareus
2013-07-07fix save/restore [plugin] window pos&size (without save)Robin Gareus
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-06-07some clarifying comments on WindowManager::set_transient_forPaul Davis
2013-05-21remember plugin-UI type (custom/basic) with session.Robin Gareus
2013-05-07don't set transient-for on OS X, where it is not necessaryPaul Davis
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-05-06drop WIN_POS_MOUSE on a managed window if we have stored coordinates and afte...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis