ardour.git
2016-05-31 Paul Davisstyle colors for Pane
2016-05-31 Paul DavisPane: use style-provided colors, and change colors...
2016-05-31 Paul Davisinitial sort-of-mostly-working integration of new Pane
2016-05-31 Paul Davisfix use of widget allocation origin in Gtkm2mext::Pane
2016-05-31 Paul Davisset default pane divider position to 0.5
2016-05-31 Paul Davisworking but incomplete version of new Pane replacement...
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisuse standard method to identify context click on patch...
2016-05-31 Paul Davismake double-click on patch change launch patch change...
2016-05-31 Paul Davisno-op: explanatory comments
2016-05-31 Paul Davisno-op: explanatory comments
2016-05-31 Paul Davisfix typo in definition of solo-safe automation control...
2016-05-31 Paul Davisreduce number of Controls attempted for auto-slave...
2016-05-31 Paul Davisslight improvement of MIDI program names in verbose...
2016-05-31 Paul Davisadd new API to InstrumentInfo to get program names...
2016-05-31 Paul Davisstop playing silly games with widget packing when editi...
2016-05-31 Paul Davisminor state tweaks for VCA time axis solo+mute buttons
2016-05-31 Paul Davismake VCA strips sensitive to solo model
2016-05-31 Paul Davisdo not accidentally try to select VCA time axis views...
2016-05-31 Paul Davisinitial implementation of VCA time axis views
2016-05-31 Paul Davismake selectability of a TimeAxisView be overridable
2016-05-31 Paul Davisnot quite as many magic numbers when deciding if a...
2016-05-31 Paul Davisno-op: move comment to make scope more clear
2016-05-31 Paul Davisfix wierd TimeAxisView initial attachment for the name...
2016-05-31 Paul Davispre-size TimeAxisView controls_table to something more...
2016-05-31 Paul Davisconvert editor routes code to use Stripable
2016-05-31 Paul Davisremove useless code recently added to RouteGroup
2016-05-31 Paul Davishacked up incomplete use of print-key-bindings-as-html
2016-05-31 Paul Davisbasics of printing bindings as HTML
2016-05-31 Paul Davismake Escape (cancel drag or selection) work in mixer...
2016-05-31 Paul Davismake various button press events work on VCA strip...
2016-05-31 Paul Davismake create group with master actually create (and...
2016-05-31 Paul DavisVCA: fix numbering scheme to allow contiguous numbers...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisno-op: move some declarations
2016-05-31 Paul Davisno-op; change comment
2016-05-31 Paul Davisdon't store shared_ptr<VCA> in functor for Drop or...
2016-05-31 Paul Davisuse (possibly null) macros to mark VCAs for boost share...
2016-05-31 Paul Davisadd macro for boost shared ptr debugging of VCAs
2016-05-31 Paul Davisadd header required when boost shared ptr debugging...
2016-05-31 Paul Davisuse correct GTK response code, given YES/NO buttons
2016-05-31 Paul Davistypo fixes
2016-05-31 Paul Davismake drop button on VCA strip actually work
2016-05-31 Paul Davisprovide mechanism for "drop all slaves" for VCA master
2016-05-31 Paul Davisremove name button from vca strip; add drop button
2016-05-31 Paul Davisrearrange group tabs menu
2016-05-31 Paul Davisfix issues with route group assignment to control master
2016-05-31 Paul Davisfix some bugs with unassigning from a control master
2016-05-31 Paul Davismore work on presenting GUI actions to connect Route...
2016-05-31 Paul Davisuse new ::slaved_to() method in VCA master strip
2016-05-31 Paul Davisprovisional code to support assigning an entire RouteGr...
2016-05-31 Paul Davisadd ::n_vcas() method to VCAManager
2016-05-31 Paul Davisadd slaved_to() and slaved() methods to VCA
2016-05-31 Paul Davisadd generic ::slaved() method to Route
2016-05-31 Paul Davisa start at the group/master menu related structure
2016-05-31 Paul Davisadd route dialog should always show up wherever the...
2016-05-31 Paul Davisallow context click on blank space in VCA packer to...
2016-05-31 Paul Davisvca: make Remove context menu option work
2016-05-31 Paul Davisactual implementation of VCA spill for mixer
2016-05-31 Paul Davisbasics of spill control in place (actual change in...
2016-05-31 Paul Davisuse ArdourButton for the vertical space/button/label...
2016-05-31 Paul Davishack to ArdourButton to get sizing correct for 90 ...
2016-05-31 Paul Daviscode consolidation
2016-05-31 Paul Davisvertical VCA names in VCA strips
2016-05-31 Paul Davisuse correct signal to select route from generic MIDI...
2016-05-31 Paul Davisfix GUI handling of surface select requests to include...
2016-05-31 Paul Davisremove now-redundant control protocol route-selection...
2016-05-31 Paul Davisremove no-longer-used TrackSelectionChanged signal...
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davisremove no-effect handling of route active-status change...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisremove any reference to Route in Generic MIDI support...
2016-05-31 Paul Davisimprove/extend Session::controllable_by_descriptor()
2016-05-31 Paul Davisfix implementation of Session::get_remote_nth_stripable()
2016-05-31 Paul Davisadd required MuteControl method
2016-05-31 Paul Davisexpand and correct accepted syntax for ControllableDesc...
2016-05-31 Paul Davisfix thinko in use of sizeof() for bitshifting
2016-05-31 Paul Davisconvert faderport to use Stripable instead of Route
2016-05-31 Paul Davismake ::muted_by_others_soloing() part of the Muteable API
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davisfix crash in mackie code caused by assumption that...
2016-05-31 Paul Davisfix an issue with the add bus/track dialog name templat...
2016-05-31 Paul Davisclean up debug output for OrderKeys
2016-05-31 Paul Davisimprove debug output
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisuse Session::notify_presentation_info_changed() rather...
2016-05-31 Paul Davismissing initialization
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davismanually fix rebase/merge issues for Mackie Control...
2016-05-31 Paul Davistemporarily remove Session::new_midi_track from lua api
2016-05-31 Paul Davismake mackie surfaces aware of VCAs
2016-05-31 Paul Davisconvert Mackie Control Surface support to use Stripable...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to Stripable
2016-05-31 Paul Davismore const value_as_string fixes
2016-05-31 Paul Davisfix check for order max in PresentationInfo::parse...
2016-05-31 Paul Davisadd Session::get_stripables()
next