summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
AgeCommit message (Collapse)Author
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.
2018-02-19Remove unused widget.Ben Loftis
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to ↵Paul Davis
foo_sample
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-03-11Update color stripable color-picker(s)Robin Gareus
* consistent behavior (Route, VCA) * non-modal * a single color picker for each RouteUI/VCA at most * fix bug: VCA picker staying around even when VCA was deleted
2017-02-02Right-click on a VCA to assign it to the selected channels.Ben Loftis
2017-01-16Prepare generic spill ([mix]busses)Robin Gareus
2017-01-05VCA number-label: match track/bus header behaviorRobin Gareus
2016-12-21Properly calculate VCA bottom padding & align faderRobin Gareus
2016-07-12remove VCA drop buttonPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-09mixer-gui visibility management for VCAsPaul Davis
2016-06-09color management and handling for VCAsPaul Davis
2016-06-09use ControlSlaveUI in VCAMasterStripPaul Davis
2016-06-08change format of state_id() return value for VCAMasteStrip to follow other ↵Paul Davis
objects' conventions
2016-06-07GUI tweaks and work on VCA mixer displayPaul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-05-31stop playing silly games with widget packing when editing a route name in ↵Paul Davis
the edito Use a FloatingTextEntry instead. All clever functionality from previous implementation has been retained.
2016-05-31make VCA strips sensitive to solo modelPaul Davis
2016-05-31make various button press events work on VCA strip vertical button; improve ↵Paul Davis
spacing
2016-05-31remove name button from vca strip; add drop buttonPaul Davis
2016-05-31vca: make Remove context menu option workPaul Davis
Also cancel spill view if relevant, during VCA Master Strip deletion
2016-05-31basics of spill control in place (actual change in mixer display, not done)Paul Davis
2016-05-31use ArdourButton for the vertical space/button/label in VCAMasterStripPaul Davis
2016-05-31code consolidationPaul Davis
2016-05-31vertical VCA names in VCA stripsPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
remote control ID and "order keys" have been removed.
2016-05-31make VCA delete button workPaul Davis
2016-05-31use Slavable API in GUIPaul Davis
2016-05-31improve clean-up of GUI VCA-related objectsPaul Davis
2016-05-31start adding a context menu for VCA stripsPaul Davis
2016-05-31GUI tweaks for VCAMasterStrip, including renamingPaul Davis
2016-05-31remove VCA active buttonPaul Davis
2016-05-31update VCA assign buttons to show status for VCA stripsPaul Davis
2016-05-31add GUI support for slaving VCAs to other VCAsPaul Davis
2016-05-31add solo/mute controls to VCAMasterStripPaul Davis
2016-05-31add VCAMasterStrip::set_selected()Paul Davis
2016-05-31GUI modifications to improve VCA strips and their placement in the mixerPaul Davis
Note that this includes some changes that actually make mixer pane settings get restored, which has been broken for some time. Of course, they are not restored perfectly, yet.
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31fix API of VCA stripPaul Davis
Conflicts: gtk2_ardour/master_faders.cc
2016-05-31skeleton versions of VCA master stripsPaul Davis