summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-05-31fix conditional used to decide whether to copy old config filesPaul Davis
2016-05-31adjust theme search pathPaul Davis
2016-05-31make pane divider placement a little saferPaul Davis
2016-05-31infrastructure for finding theme filesPaul Davis
2016-05-31fix default pane divider cursor for vertical panesPaul Davis
2016-05-31shrink down pane divider/handle widthPaul Davis
2016-05-31fix pane behaviour when children are hidden/shownPaul Davis
2016-05-31explicitly expose dividersPaul Davis
2016-05-31more sensible API for Pane::set_child_minsizePaul Davis
2016-05-31provide a mechanism to avoid allocating too small of a space to a Pane childPaul Davis
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31new RecordSafeControl controlPaul Davis
2016-05-31various work on Pane, including cursors, more styling stuff, and making the f...Paul Davis
2016-05-31Pane: use style-provided colors, and change colors on enter/leave/draggingPaul Davis
2016-05-31fix use of widget allocation origin in Gtkm2mext::PanePaul Davis
2016-05-31set default pane divider position to 0.5Paul Davis
2016-05-31working but incomplete version of new Pane replacement widgetPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31no-op: explanatory commentsPaul Davis
2016-05-31no-op: explanatory commentsPaul Davis
2016-05-31fix typo in definition of solo-safe automation control (fixes solo)Paul Davis
2016-05-31reduce number of Controls attempted for auto-slave-on-assign; use just a sing...Paul Davis
2016-05-31add new API to InstrumentInfo to get program names in a very slightly differe...Paul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31remove useless code recently added to RouteGroupPaul Davis
2016-05-31basics of printing bindings as HTMLPaul Davis
2016-05-31VCA: fix numbering scheme to allow contiguous numbers after removing the last...Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31no-op: move some declarationsPaul Davis
2016-05-31don't store shared_ptr<VCA> in functor for Drop or DropReferences signal from...Paul Davis
2016-05-31use (possibly null) macros to mark VCAs for boost shared ptr debuggingPaul Davis
2016-05-31add macro for boost shared ptr debugging of VCAsPaul Davis
2016-05-31provide mechanism for "drop all slaves" for VCA masterPaul Davis
2016-05-31fix issues with route group assignment to control masterPaul Davis
2016-05-31fix some bugs with unassigning from a control masterPaul Davis
2016-05-31provisional code to support assigning an entire RouteGroup to a VCA masterPaul Davis
2016-05-31add ::n_vcas() method to VCAManagerPaul Davis
2016-05-31add slaved_to() and slaved() methods to VCAPaul Davis
2016-05-31add generic ::slaved() method to RoutePaul Davis
2016-05-31use correct signal to select route from generic MIDI, and add explanatory com...Paul Davis
2016-05-31remove now-redundant control protocol route-selection signalsPaul Davis
2016-05-31remove no-longer-used TrackSelectionChanged signal from ControlProtocolPaul Davis
2016-05-31use correct types in arguments to Session::get_remote_nth...()Paul Davis
2016-05-31remove no-effect handling of route active-status change in Mackie Control codePaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31remove any reference to Route in Generic MIDI support (basically a NO-OP)Paul Davis
2016-05-31improve/extend Session::controllable_by_descriptor()Paul Davis