summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-28Revert "add new action and loop marker menu item for setting up loop record"Paul Davis
2015-09-28add new action and loop marker menu item for setting up loop recordPaul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-08-13fix two oddities in stringsPaul Davis
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-05-26replace tool pixel icons with vector drawingRobin Gareus
2015-05-18use Go To instead of GotoBen Loftis
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-04-24expose set-range-selection-from-region-selection operation in more placesPaul Davis
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
2015-04-05Lock, Lock & LockRobin Gareus
2015-03-26fix thinko on bounce actionsBen Loftis
2015-01-11remove track-selection requirement so fit_selected_tracks works as coded. ch...Ben Loftis
2015-01-08change Split menu entry to say Split/Separate (it was already doing that anyw...Ben Loftis
2015-01-08Show Measure Lines instead of Show MeasuresBen Loftis
2015-01-07now that regions and range selections are exclusive, the separate actions to ...Ben Loftis
2015-01-02Add automation track control points to undo history (and selection_op history).nick_m
2015-01-02Make editor undo/redo actions sensitive at appropriate times.nick_m
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-28MIDI transform dialog.David Robillard
2014-12-22consolidate zoom-to-range and zoom-to-regions into: zoom-to-selection. ToDo:...Ben Loftis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-07Unify gain and draw tools.David Robillard
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-09-17add action and menu item to control use of skip playbackPaul Davis
2014-07-29Consistent styling for toolbar buttons.David Robillard
2014-07-24Add track-rec/mute/solo actions to menu, so users can bind themBen Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
2014-07-14(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save spa...Ben Loftis
2014-07-14remove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing t...Ben Loftis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-06Q and W jump between markers. this puts them right next to Tab which creates...Ben Loftis
2014-07-04rename the action that cycles through edit modes, since there are more than twoPaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-02start-range and finish-range should graphically show the range being created....Ben Loftis
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher