summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.h
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-11SoloSelection: gui part.Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-07cut buffer must not mess around with libardour selectionPaul Davis
2017-05-05use CoreSelection for track selectionPaul Davis
2017-02-24the daily dose of const'nessRobin Gareus
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2016-10-15Note selection state uses note event_id_t.nick_m
2016-04-11add some more Editor Selection lua bindingsRobin Gareus
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-07-23rename Marker classRobin Gareus
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
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-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-07-08Small comment.Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...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-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-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-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17make private (non-usable) copy constructor for Selection compile, to follow c...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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul 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
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-07Re-work edit group selection in line with suggestions from Paul.Carl Hetherington
2007-08-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis