summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
AgeCommit message (Collapse)Author
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-08-08Add method to show/hide VCA (and Mixbus) Mixer paneRobin Gareus
2018-06-14context menus should have acceleratorsPaul Davis
2018-02-12Re-pack Editor Toolbar:Ben Loftis
Move zoom tools to right of toolbar. Tweak numeric (mode) keybindings to more closely match the order they appear in the UI. Add some new default keybindings.
2018-02-11SoloSelection: gui part.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
Separate Snap from Grid. Lots of naming changes. Multiple simultaneous snap options allowed. Grid is one of the possible Snap options. Grid uses the same data as the rulers. Replace complicated tempo_lines with simple grid_lines. The Grid is zoom-scale-sensitive along with the rulers. If you are zoomed out, grid becomes coarser.
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-09-18basic GUI framework for setting Disk I/O optionsPaul Davis
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-07-21Main Menu: some re-organization of session- and global-centric windows.Ben Loftis
2017-07-12First draft of a template management dialogJohannes Mueller
Goal is to a simple dialog that can rename and remove templates. This is helpful in order to keep the template list tidy. So far it works for session templates. Track templates tbd.
2017-03-15Add GUI-Idle debugging/profiling utilRobin Gareus
2017-03-08The return of the Mixbus Send-options (allow aux-feedback override)Robin Gareus
2017-03-04Add reset region gain action for selected regionsTim Mayberry
2017-02-19Update menu for LuaRobin Gareus
- remove "Session > Scripting" entry point - change ActionScripts to LuaScripts (all of them sans DSP)
2017-02-13GUI action Transport/RecordCountInRobin Gareus
2017-01-18Add GUI action to record with prerollRobin Gareus
2016-12-27Enable session-archive featureRobin Gareus
2016-12-19Separate is an Editor action (like Delete), not a Region action.Ben Loftis
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
Add Zoom to Selection (Horizontal) action to access previous behavior. Remove Editor::temporal_zoom_region as it was duplicate code and broken for both_axes Should Resolve: #7112
2016-09-27hide unfinished "Archive" feature for 5.4 releaseRobin Gareus
2016-09-20GUI support to archive sessionRobin Gareus
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-06-02Remove references to a "master faders" window. We went the other way.Paul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
the visibility button isn't actually working correctly
2016-05-25fix menu order: consistent for region and range bounceRobin Gareus
2016-05-16cleanup menu file, backport Mixbus #ifdef'sRobin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-05-01make region > Edit context menus identicalRobin Gareus
2016-05-01NO-OP use spaces throughout the menu file, remove trailing whitespace.Robin Gareus
2016-04-29remove "Lua DSP Proc" context meuuRobin Gareus
2016-04-20special case send panning for MBRobin Gareus
since the route does not use Ardour pannersi"link panners" here only affects send <> send linking.
2016-04-13use correctly named action to put preferences into the global menu bar on OS XPaul Davis
2016-04-13fix use of C++ style comments in cpp file (avoids warning on OS X)Paul Davis
2016-03-27get started with Pin Manager - currently display-only.Robin Gareus
2016-03-11and without typo :)Robin Gareus
2016-03-11add region & range loudnless reportRobin Gareus
2016-02-25Fixes preferences context menu not being shownMathias Buhr
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-23Add GUI to instantiate session-scriptsRobin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-23Add GUI to instantiate Lua DSP ProcessorsRobin Gareus
2016-02-22provide an alternate action for controlling prefs visibility in the main menuPaul Davis
2016-02-22add context menus for tabbable visibility buttonsPaul Davis
2016-02-22additional GTKOSX => __APPLE__ changes missed in previous commitPaul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
We don't need this functionality anymore as we build on 15 years experience plus the new tabbed structure
2016-02-22hopefully get dynamic tabbable menu state right this timePaul Davis
2016-02-22break out window ops for Tabbables into show/hide/attach/detachPaul Davis
2016-02-22remove "toggle-foo" style actions related to editor/mixer windows and ↵Paul Davis
provide new methods that just use Tabbable::make_visible()
2016-02-22the basics of tabbedPaul Davis