summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
AgeCommit message (Expand)Author
2015-03-17initialize uninitialized variableRobin Gareus
2015-02-19fix some static-analysis warningsRobin Gareus
2015-01-17Fix note resize double undo bug.nick_m
2015-01-11clean up whitespace & debug output in 44203ceRobin Gareus
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-02Add automation track control points to undo history (and selection_op history).nick_m
2015-01-02Removed unrelated change in Selection::set_state () (clear_points()).nick_m
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-3132/64bit compatRobin Gareus
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-09-03selecting a track in the mixer, with synced selection, will now clear any obj...Ben Loftis
2014-07-07fix copy paste error in selectionBen Loftis
2014-07-07remove leftover cruft from link-region-and-track removalBen Loftis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-02-26severe rationalization (still incomplete) of behaviour of cut + copy.Paul Davis
2014-02-25ensure that track selection operations call ::set_selected() for tracks, allo...Paul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-19do NOT deselect markers when clearing object selection - markers are outside ...Paul Davis
2012-12-13fix more range selection issuesPaul Davis
2012-12-13make sure we never use ID of zero for range selections, fixing a very minor g...Paul Davis
2012-12-13various fixes for "advanced" operations on range selections. ctrl-drags now a...Paul Davis
2012-11-26explicitly enforce selection rules to avoid some corner cases and avoid user ...Ben Loftis
2012-11-18fix O(N^M) behaviour of control point selection (N = number of control points...Paul Davis
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-17Deselect other control points on normal selection.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-02-05clear marker selection as part of Selection::clear(); fixes "error" that prev...Paul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-27Don't add markers to the selection multiple times when adding a list.Carl Hetherington
2011-12-05fix minor logic error with linked region & track selectionsPaul Davis
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-10-20Save marker selection state in instant.xml (#4203).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Prevent the point selection straying -ve when control points are positioned c...Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-03-22Fix crash on getting state of selected MIDI region automation tracks (fixes #...Carl Hetherington
2011-01-04Unselect regions on tracks when the tracks are hidden. Fixes #3653.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15fix crash caused when deleting a region without a playlist PLUS make it impos...Paul Davis
2010-09-14Fix another assertion failure if a saved selection doesn't correspond to the ...Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-30Fix another crash on session creation if the stored selection no longer exist...Carl Hetherington