change property names (not quark/strings) for RouteGroup properties to avoid collisio...
[ardour.git] / libs /
2016-06-05 Paul Davischange property names (not quark/strings) for RouteGrou...
2016-06-05 nick_mMidi regions recalculate their length in frames when...
2016-06-05 Robin Gareusplugin support for Controllable::NotAutomatable
2016-06-05 Len OvensOSC: Added feedback for /select
2016-06-05 Robin Gareusprepare for LV2 non-automatable control ports
2016-06-05 Robin Gareusrefine self-automating plugin interface
2016-06-04 nick_mFix ignored note_type in TempoMap::frames_per_beat_at().
2016-06-04 Len OvensOSC: Bug fix for no monitor, bug fix heart beat on...
2016-06-03 Robin Gareusallow latent self-automating plugins
2016-06-03 nick_mFix FramedCurve Outside fill for curve.
2016-06-03 nick_mMore FramedCurve render work
2016-06-03 nick_mFix framed curve thinko.
2016-06-03 Paul Davismove from PresentationInfo::global_order() to Presentat...
2016-06-03 Paul Davissimplify PresentationInfo concept of order so that...
2016-06-02 Paul DavisNOOP: space required
2016-06-02 Robin Gareusfix creating aux-busses from templates, reset return...
2016-06-02 Robin Gareusfix possible deadlock replacing processor state.
2016-06-02 Paul Davischange name of a Session method to makes its intended...
2016-06-02 Paul Davismark session dirty on creation/deletion of a VCA
2016-06-02 nick_mSmall cleanup in FramedCurve.
2016-06-02 nick_mFix assorted drawing bugs in framed curve.
2016-06-02 Paul Davisfix case where pane divider is not redrawn after a...
2016-06-02 Paul Davisfix styling of pane dividers (the original reason for...
2016-06-01 Len OvensOSC: Fixed some button type commands to have path only...
2016-06-01 Robin Gareussave version string with session for informational...
2016-06-01 Paul Davisfix crash during session deletion while removing VCA...
2016-06-01 Robin Gareusisspace
2016-06-01 Robin Gareusstrip trailing whitespace from lv2 log message
2016-06-01 Robin Gareusport 7e716d27 to XFadeCurve
2016-06-01 nick_mFix conditional on uninitialised idx (via n_samples...
2016-06-01 John EmmasClass 'VCAManager' needs to be visible from outside...
2016-06-01 John EmmasAccommodate recently introduced/removed source(s) in...
2016-06-01 John EmmasAccommodate recently introduced source(s) in our MSVC...
2016-06-01 John EmmasAccommodate recently introduced source(s) in our MSVC...
2016-06-01 John EmmasAccommodate recently removed source(s) in our MSVC...
2016-06-01 Robin Gareusupdate lua bindings (tempo-ramps, VCA,...)
2016-06-01 Robin Gareusadd lua/C++ dynamic_cast<>
2016-06-01 Robin Gareusremove duplicate call: MeterSection is-a MetricSection
2016-06-01 Len OvensOSC: finish /set_surface group of commands.
2016-06-01 Robin Gareusfix windows/lua bindings
2016-06-01 Robin Gareus32bit compatibility
2016-06-01 Robin Gareusallow StripWidth icon to draw properly on non-square...
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Robin Gareusallow lua binding functions with up to 9 parameters
2016-05-31 Paul Daviscomment out a DEBUG_TRACE statement that causes issues...
2016-05-31 Len OvensOSC: Paths changed, feedback added, etc.
2016-05-31 Len OvensSurfaces: Metering could only handle one surface at...
2016-05-31 Paul Davisfix conditional used to decide whether to copy old...
2016-05-31 Paul Davisadjust theme search path
2016-05-31 Paul Davismake pane divider placement a little safer
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...
next