remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / selection.cc
2017-08-06 Robin GareusRemove some debug output
2017-08-05 Robin Gareus"Selected" is a PresentationInfo Property.
2017-05-11 Paul Davisre-order per-object and global selection change signals
2017-05-11 Paul Davisemit per-Stateful PropertyChanged signal when Stripable...
2017-05-10 Paul DavisSelection::get_stripables() needs to recurse into an...
2017-05-08 Robin Gareusiterator std::set::erase (iterator) is C++11
2017-05-08 Paul Daviswhen removing Stripables from CoreSelection by ID,...
2017-05-06 John EmmasMSVC won't allow us to erase an item referenced by...
2017-05-05 Paul Davisadd missing files from selection development branch(es)