summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
AgeCommit message (Expand)Author
2015-07-16merge fixBen Loftis
2015-06-29correctly track range selection trim and drag creation w.r.t playback priorityPaul Davis
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
2015-06-18Don't add history by clicking a control point, fix control point selection.nick_m
2015-04-24fix last-minute code rearrangement in last commit that broke the intended fun...Paul Davis
2015-04-24make track selection after set-range-selection-from-region-selection be sensiblePaul Davis
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-03-25Fix some strings incorrectly marked for translation.nick_m
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2015-01-09make set_selection_from_region do something visibleBen Loftis
2015-01-07Fix select all before/after edit point.David Robillard
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-29Fix internal select all.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-08-12Clicking already-selected region should clear other selections. Thanks to nick_mBen Loftis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
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-03if a Range end is trimmed, in follow-edits mode, locate to the range end so i...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02start-range and finish-range should graphically show the range being created....Ben Loftis
2014-07-02remove implicit range. start-range and end-range work better. documentation...Ben Loftis
2014-06-18explanatory commentPaul Davis
2014-02-25amending dc38ec88342219005ee9bde850ff62ac168ba284 so that an empty rubber ban...Paul Davis
2014-02-25a rubber-band drag or other selection op that actually selects nothing should...Paul Davis
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-13videotimlineRobin Gareus
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-12-22add Delete button to patch change dialog when editing itPaul Davis
2012-11-28edit operations should depend on the existence of an explicit range, NOT the ...Ben Loftis
2012-11-26region selections and moves should have optional preroll when playhead follow...Ben Loftis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-15change semantics for select-all operation: if no track is selected, use the c...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-08Patch from colinf to sensitize region-related actions even in non-object mode...Carl Hetherington
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-07Fix region context menu fade items to reflect reality.Carl Hetherington
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-03-14Finish off fix for crash on region context menu (#4766).Carl Hetherington
2012-03-14look for RegionMenuMIDI action in the right action groupPaul Davis