summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-04Use exit-status macros for compatibility 3/3Robin Gareus
2019-03-07Remove unused region_edit_menu & edit-point actionRobin Gareus
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2017-08-07some structure/code for managing menu sensitivity now that VCAs are selectablePaul Davis
2016-09-06add ActionManager::rec_sensitive_actions and put "add track/bus" in this grou...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-16rework processor box: handle n/a pluginsRobin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-04-10don't mention ardour.menus explicitly if an error loading menu file ocurrsPaul Davis
2014-04-10provide a non-hard-coded menu file name to ActionManager when loading menusPaul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-05-08cleanup menus/actions mess exposed on OS X; remove video items from OS X menu...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-11-17allow use of Return, KP_Enter and more in key binding editor; better display ...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-06-29editor toggle button fix from lincoln; refresh location display when loop ran...Paul Davis
2009-06-17pack zoom controls into upper right of editor table/packerPaul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-10-12add keybinding editorPaul Davis
2007-06-27Use PBD::find_file_in_search_path instead of find_config_file in ActionManage...Tim Mayberry
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis