another PresentationInfo sort order fix.
[ardour.git] / libs /
2016-05-31 Paul Davisinfrastructure for finding theme files
2016-05-31 Paul Davisfix default pane divider cursor for vertical panes
2016-05-31 Paul Davisshrink down pane divider/handle width
2016-05-31 Paul Davisfix pane behaviour when children are hidden/shown
2016-05-31 Paul Davisexplicitly expose dividers
2016-05-31 Paul Davismore sensible API for Pane::set_child_minsize
2016-05-31 Paul Davisprovide a mechanism to avoid allocating too small of...
2016-05-31 Paul Davisuse new record safe control in surface support
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisnew RecordSafeControl control
2016-05-31 Paul Davisvarious work on Pane, including cursors, more styling...
2016-05-31 Paul DavisPane: use style-provided colors, and change colors...
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 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 Davisadd new API to InstrumentInfo to get program names...
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 Davisbasics of printing bindings as HTML
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 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 Davisprovide mechanism for "drop all slaves" for VCA master
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 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 Davisuse correct signal to select route from generic MIDI...
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 Davisclean up debug output for OrderKeys
2016-05-31 Paul Davisimprove debug output
2016-05-31 Paul Davisremove debug output
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 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()
2016-05-31 Paul Davisimplementation side of Controllable::get_user_string...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to VCA
2016-05-31 Paul Davisadd Stripable analogs for Route signals and methods...
2016-05-31 Paul Davisfwd declaration of Stripable and associated lists
2016-05-31 Paul DavisAdd PanControllable::get_user_string() (provide indirec...
2016-05-31 Paul Davisremove irrelevant, out of date and incorrect comment
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davisgeneralize VCA assign/unassign code.
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisnew files
2016-05-31 Paul Davisimprove cleanup of VCA related objects
2016-05-31 Paul Davisfix compiler issues with pair<T1,T2> construction
2016-05-31 Paul Davisfix chaining of masters for boolean controls
2016-05-31 Paul Davismove new fractional pane utility functions into libs...
2016-05-31 Paul Davisfix solo isolate controls
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davisfix backend logic for PFL/AFL when mastered
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
2016-05-31 Paul Davisfix solo control to use VCA logic as worked out for...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisfix call to base class
2016-05-31 Paul Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davismove SlavableAutomationControl into its own header
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
next