summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
AgeCommit message (Expand)Author
2016-08-20Extending an empty selection selects the clicked region.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-08fix region action sensitivity issues.Paul Davis
2016-06-05tweak API of SelectablePaul Davis
2016-06-05use new RouteGroup property namesPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31remove no-longer-used TrackSelectionChanged signal from ControlProtocolPaul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-01GUI updates for transient reworkRobin Gareus
2016-03-11add region & range loudnless reportRobin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-10-20Don't use the all_route_group() in Editor::set_selected_track_as_side_effect ().nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-17Include "Transform..." into MIDI region menu.André Nusser
2015-10-08Fix "Select All * Edit Point" when used as shortcut. -fixes #6626André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-30Gray out "strip silence" and "rhtyhm ferret" for midi regions.André Nusser
2015-09-25fix crash at session-close, amend dec4790dRobin Gareus
2015-09-20update SFDB settings when track selection changesRobin Gareus
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