summaryrefslogtreecommitdiff
path: root/libs/ardour/selection.cc
AgeCommit message (Expand)Author
2018-08-24Monitor should be *really* unselectablePaul Davis
2018-08-24no reason for 2 template types in CoreSelection::select_adjacent_stripable()Paul Davis
2018-08-24a couple more explanatory comments, and rename a variable to be more clearPaul Davis
2018-08-24fix comment (method is now a template)Paul Davis
2018-08-24add new methods to ARDOUR::CoreSelection to centralize selecting next/prev st...Paul Davis
2017-08-06Remove some debug outputRobin Gareus
2017-08-05"Selected" is a PresentationInfo Property.Robin Gareus
2017-05-11re-order per-object and global selection change signalsPaul Davis
2017-05-11emit per-Stateful PropertyChanged signal when Stripables become selectedPaul Davis
2017-05-10Selection::get_stripables() needs to recurse into an Automatable's child Auto...Paul Davis
2017-05-08iterator std::set::erase (iterator) is C++11Robin Gareus
2017-05-08when removing Stripables from CoreSelection by ID, be sure to remove all poss...Paul Davis
2017-05-06MSVC won't allow us to erase an item referenced by const_iteratorJohn Emmas
2017-05-05add missing files from selection development branch(es)Paul Davis