summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2014-12-06Adapt range when copying between automation types.David Robillard
2014-12-06Support paste between automation lanes.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Add comment about parameters to coverage() including the end point.Colin Fletcher
2014-11-25Remove dead code.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-18Fix incredibly unlikely NULL pointer dereference.David Robillard
2014-11-18Fix zoom out limiting logic to actually limit minimum zoom.David Robillard
2014-11-16Support cut/copy/paste of MIDI notes and controllers at the same time.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-16Don't add spurious points when copy/pasting automation.David Robillard
2014-11-16Reset repeated paste state on cut/copy.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-14Fix MIDI note cut/copy/paste.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-13Fix crash when deleting overlapped regions.David Robillard
2014-10-29fix vertical canvas scrolling Robin Gareus
2014-10-21a few tweaks to zoom computations so that zoom-to-range works correctlyPaul Davis
2014-10-02Don't select newly created regions after splitting selected regions (except o...Colin Fletcher
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-09-17do not stupidly try to save punch/loop/session ranges during clear_ranges opPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-09-13Make zoom-to-session include regions currently being recordedColin Fletcher
2014-09-06fundamentally change ArdourButton PangoLayout handlingRobin Gareus
2014-09-03fix Play Loop from range context menuBen Loftis
2014-08-31update track-header width when removing track(s).Robin Gareus
2014-07-24several fixes to make processor selection and deletion feel right, for both m...Ben Loftis