summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
AgeCommit message (Expand)Author
2016-11-15Fix crash when selecting MIDI noteTim Mayberry
2016-11-15change note selection node name - should fix 7110nick_m
2016-11-14potential fix for #7110 (older sessions have no id)Robin Gareus
2016-10-15Note selection state uses note event_id_t.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-05tweak API of SelectablePaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-03-28fix gain automation copy/paste -- #6842Robin Gareus
2016-01-29use new selection API to avoid double signal when a track or tracks are SET a...Paul Davis
2016-01-29modify Selection API to provide (default-valued) "with_signal" argument to al...Paul Davis
2016-01-14Change handling of Midi note selection to eliminate signal emission/delays.Tim Mayberry
2015-10-20Add error check to region gain control point selection undo.nick_m
2015-10-20Add region gain point selection undo.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-07-23rename Marker classRobin Gareus
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