summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/actions.cc
AgeCommit message (Expand)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-19use a new unhandled (thus far) exception rather than ::abort() when an action...Paul Davis
2019-03-09Work-around crash when printing bindingsRobin Gareus
2019-02-28NO-OP: whitespaceRobin Gareus
2019-02-28Abort when Action cast failedRobin Gareus
2019-01-13additional API to make it nicer to get an existing action groupPaul Davis
2018-12-11add ActionManager::get_actions() to fetch all actions created in ActionGroups...Paul Davis
2018-12-10add basic concept of an "owner" for an action group, to allow later groupingPaul Davis
2018-12-10add ActionManager::set_sensitive() for Gtk::ActionGroupPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2017-08-09Separate set_toggleaction_state () APIRobin Gareus
2016-08-04workaround changes in glibmm 2.49.xNils Philippsen
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-07minor optimization when search for actionsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22remove all action-registering API from Gtkmm2ext::ActionManagerPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29hand-merge libs/gtkmm2ext part of f49d31a82 from Tracks; provides a way to di...Paul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-07-04add ActionManager::enable_accelerators(), which takes all known Actions and r...Paul Davis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2013-08-26'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (req...John Emmas
2012-06-07Slightly grubby hack to fix up the state of the Window->Mixer menu item when ...Carl Hetherington
2012-04-17MCP: somewhat functional (?) full keybinding GUIPaul Davis
2012-04-17MCP: various work on the button binding GUIPaul Davis
2012-04-17add back semantically-different version of previously removed ::get_action() ...Paul Davis
2012-04-17remove unusued ActionManager::get_action() variantPaul Davis
2012-01-27fix inconsistent display on selection clocks when in join-object-range mode, ...Paul Davis
2012-01-24provide ActionManager::do_action() as a way to trigger any action item as if ...Paul Davis
2011-12-04use the correct display for key acceleratorsPaul Davis
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington
2010-12-06Don't crash if get_action() is called before the UI manager is created. Sort...Carl Hetherington
2010-08-24Fix port matrix menu checkbox when the window is closed. Make the port matri...Carl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis