summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
AgeCommit message (Expand)Author
2020-04-16change Selection object to be more clear about the status of MidiRegionViews ...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-02-24NO-OP: whitespaceRobin Gareus
2018-02-11SoloSelection: gui part.Ben Loftis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-08-06Allow to select VCAsRobin Gareus
2017-07-22Rework region selection XMLnick_m
2017-07-22Fix time selection undo for multiple time selectionsnick_m
2017-06-17Ignore Selection::set() without actual changesRobin Gareus
2017-06-09Prepare AutomationTimeAxisView for non-route (VCA) automationRobin Gareus
2017-06-07cut buffer must not mess around with libardour selectionPaul Davis
2017-05-05maintain CoreSelection order in GUI track selectionPaul Davis
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-24Add regions at once rather than individually when restoring Selection stateTim Mayberry
2017-04-19Use XMLNode::get/set_property API in Selection classTim Mayberry
2017-02-26make Selection::set (TrackViewList*) more efficient and emit less PI::Change ...Paul Davis
2017-02-26avoid doing needless duplicate work in Selection::add (TimeAxisView*)Paul Davis
2017-02-24the daily dose of const'nessRobin Gareus
2017-02-21fix crash when removing a TimeAxisView from the selectionPaul Davis
2017-02-18Prevent direct and indirect selection of VCAsRobin Gareus
2017-02-08stop a crash during selectionPaul Davis
2017-01-28minor logic changes to editor selectionPaul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
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