incomplete merge of master into windows (requires upcoming changes to master to be...
[ardour.git] / gtk2_ardour / automation_controller.cc
2012-06-11 Carl HetheringtonRemove unused method.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-02-27 Carl HetheringtonDisplay amp automation in dB using a logarithmic fader.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2011-12-05 Paul Davisprovide sensible default step and page sizes for Automa...
2011-06-01 David RobillardDelete trailing whitespace
2011-04-06 David RobillardFix my name :)
2011-02-16 Paul Davischange some parameter names to make things a bit cleare...
2011-02-16 Paul Davisfix crash when opening MIDI controller automation track...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-01-28 Paul Davisallow derived children of BarController to set label...
2011-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-08 Carl HetheringtonLabel panner automation sliders the same as panners.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-20 Carl HetheringtonMake pan double-click entry work in percentage left...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardTidy.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-02 David RobillardFixes for GCC 4.3.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...