summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
AgeCommit message (Expand)Author
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
2010-08-30Respect link of region and track selection when setting via a list of Selecta...Carl Hetherington
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-08-20Fix my broken logic for control point selection.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-11Hopefully fix up automation control point selection (finally).Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-01-05Fixes to permit drags of multiply-selected automation control points.Carl Hetherington
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-13Remove confusing track / group members in TimeSelection struct; time selectionCarl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis