summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-09-19fix possible endless loop in silence detectionRobin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Don't try and split a region when dragging, should fix bug #6338Tim Mayberry
2015-09-10Check that a route has a track before trying to insert time on it.Colin Fletcher
2015-08-27clean-up previous commitBen Loftis
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-07-16merge fix againBen Loftis
2015-07-16merge fixBen Loftis
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-06-17Update 'Cut time' to match 'Insert time', and fix cut-time moving range markersColin Fletcher
2015-06-17Use 'Insert time' dialogue for 'Cut time' too.Colin Fletcher
2015-06-17Insert time: don't unlock markers we're not going to move anywayColin Fletcher
2015-06-17Insert time: fix moving of range markersColin Fletcher
2015-06-17Use a better pattern to avoid abort_reversible_command().nick_m
2015-06-17Unbreak region brush drag wrt undo, avoid some dangling commands in the guinick_m
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-04-21minor tweaks to Cut Time dialog. Use an enum to tell preferred_edit_location...ben
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
2015-03-25consistent message session start->end. Robin Gareus
2015-03-21only temp. disable visual state saving.Robin Gareus
2015-03-21vertical fit: hide tracks in-betweenRobin Gareus
2015-03-19vertical scroll stop on automation lanesRobin Gareus
2015-01-30remove locate before loop, which was causing intermittent loop behaviorBen 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-07now that regions and range selections are exclusive, the separate actions to ...Ben Loftis
2015-01-07MusicalTime => Beats.David Robillard
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-26fix "alt+g" duplicate range selection.Robin Gareus
2014-12-25Context menu for applying edits to note selection.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-20Fix various cursor problems.David Robillard
2014-12-19Implement configurable region selection after splitColin Fletcher
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-07Fix alignment of automation paste.David Robillard
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-12-06Fix crash on shift+rclick of region to remove.David Robillard