summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions (an...Paul Davis
2018-07-31Cleanup trigger_script_by_name() debug/error messagesRobin Gareus
2018-07-16make sandbox = false, for scripts called by Editor::trigger_script_by_name()Nikolaus Gullotta
2018-07-03permit editing velocity bars optionPaul Davis
2018-07-03set up core stuff for velocity display optionPaul Davis
2018-02-26Rename SMPTE enum back to Timecode.Ben Loftis
2018-02-26Fix a rather large naming thinko: GridTypeSamples should be CDFrames.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2017-12-12NO-OP: whitespaceRobin Gareus
2017-12-07Lua scripting: add convenience function Editor::trigger_script_by_name().Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-08-07some structure/code for managing menu sensitivity now that VCAs are selectablePaul Davis
2017-08-06Allow to select VCAsRobin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-04-29Add a "select topmost" track editor actionRobin Gareus
2017-03-09Allow Edit -> Crop to work with edit point set to mouseTim Mayberry
2017-03-09Allow Separate using Loop/Punch range to work with edit point set to mouseTim Mayberry
2017-03-04Remove space between _ and (Len Ovens
2017-03-04Add reset region gain action for selected regionsTim Mayberry
2017-02-19Update menu for LuaRobin Gareus
2017-02-15classify all region actions based on how they get a list of regions to operat...Paul Davis
2017-02-09This is the wrong approach to this problem.5.6Paul Davis
2017-02-073 actions (trim-front, trim-back, set-sync-position) do not need to be region...Paul Davis
2017-02-06Add several new categories and re-sort some keybindings so they display more ...Ben Loftis
2017-01-28move 10 more actions from Editor/* to Common/*Paul Davis
2017-01-28move 15 actions out of Editor/* namespace, and into Common/*Paul Davis
2017-01-12Move some actions into the global group:Robin Gareus
2016-12-19Separate is an Editor action (like Delete), not a Region action.Ben Loftis
2016-12-13Fix for non-cxx11 enabled buildsTim Mayberry
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
2016-12-11fix typo in 914224fRobin Gareus
2016-12-10Add editor actions to set tempo and meterRobin Gareus
2016-12-06Rename Duplicate Range action to Duplicate and assign existing Alt+d key bindingTim Mayberry
2016-10-15Editor up/down arrow keys: snap to track (not 60px)Robin Gareus
2016-09-27add "quantize" action for control surface accessPaul Davis
2016-09-06move kbd focus reset method into ARDOUR_UI where it (probably) belongsPaul Davis
2016-09-06do not set the focus widget to be a toplevel window in Editor::reset_focus.Paul Davis
2016-08-27single action punch in5.2Paul Davis
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Make bbt ruler visible in default session.nick_m
2016-07-08fix region action sensitivity issues.Paul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-03Actions - make set-tempo-from-edit-range sensitive to time selection.nick_m
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-04-27towards fixing optional tooltipsRobin Gareus