summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_time_axis.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-06-14avoid crash after removing a VCAPaul Davis
2016-06-10make sure editor can follow visibility changes for VCAsPaul Davis
2016-06-08add ::set_height() for VCATimeAxisViewPaul Davis
2016-06-06repeat previous commit's approach, but for VCATimeAxisViewPaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-03fix both canvas scrolling and interleaving of VCA + Routes in editorPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-05-31minor state tweaks for VCA time axis solo+mute buttonsPaul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis