summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/selection.h
AgeCommit message (Collapse)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
"i18n.h" needs to be included last (after any includes that may indirectly pull in getext or libintl etc)
2018-08-24no reason for 2 template types in CoreSelection::select_adjacent_stripable()Paul Davis
2018-08-24add new methods to ARDOUR::CoreSelection to centralize selecting next/prev ↵Paul Davis
stripables
2017-08-06Emit SelectionChange when VCA is removedRobin Gareus
chicken/egg: Stripable d'tor which calls remove_stripable_by_id() will only be called when the Stripable is destroyed. But as long as the GUI selection holds a shared-ptr reference to the Stripable, it won't be destroyed.
2017-05-08allow Session to call Session::remove_stripable_by_id()Paul Davis
2017-05-06The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets ↵John Emmas
used outside of libardour)
2017-05-05add missing files from selection development branch(es)Paul Davis