summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_time_axis.h
AgeCommit message (Collapse)Author
2020-04-03move automation show/hide methods into public accessPaul Davis
Note that they are still intended to be called via a specific mechanism from Editor, not directly. Also remove unnecessary duplicate virtual decls
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2017-08-06VCA TimeAxis Context MenuRobin Gareus
NB. This calls for a vca_ui (alike route_ui) to consolidate common methods like choose_color, assign/drop slaves etc)
2017-08-06Allow to select VCAsRobin Gareus
2017-07-28Allow to rename VCAs in the editorRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
* add an abstract StripableTimeAxisView (Route TAV + VCA TAV) * move common strip-methods into STAV * Add Automation Lanes to VCA TAV * Allow ATAV without Automatable for VCA Controls
2016-06-10make sure editor can follow visibility changes for VCAsPaul Davis
2016-06-08add ::set_height() for VCATimeAxisViewPaul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and ↵Paul Davis
fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis