summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2014-07-24Remove "implicit" selection for plugin deletion.Ben Loftis
2014-07-24Revert previous select-strips-under-mouse behaviorBen Loftis
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing D...Ben Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
2014-07-15add Editor::trackviews_height() convenience function to determine height of t...Paul Davis
2014-07-14scroll up/down by tracks uses top edge as "focal point"; fix some other nasty...Paul Davis
2014-07-11restore correct functioning of fit-tracks, which was mistakenly removed becau...Paul Davis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis
2014-07-08fix thinko with split selections. also ignore follow_edits when we are split...Ben Loftis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-07-05further rationalization of the editor. after a split, ardour was switching t...Ben Loftis
2014-07-03add new regions created by split to selection after operation is completePaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuc...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01Remove unused codeColin Fletcher
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28use state Session::StateProtectorRobin Gareus