enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / automation_controller.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-03 Robin GareusReplace Gtk::ToggleButton with ArdourButton in Generic...
2016-07-03 Robin Gareusallow AutomatoinContoller to render as Knob instead...
2016-05-27 nick_mTempo ramps - rename tempo_at() -> tempo_at_frame(...
2016-03-07 Robin Gareusfix stuck touch mode
2016-03-07 Robin Gareusremove unused GUI signals (confusing dup. name)
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-10-19 nick_mSet toggled automation controller using a double.
2015-10-19 nick_mAutomation - more toggled controller twiddling.
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-19 nick_mToggled automation fixes.
2015-09-16 Tim MayberryRemove ardour_ui.h header inclusion
2015-07-16 Ben Loftismerge fix
2015-06-16 nick_mAutomation -use editor_add in gui, record straight...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-10 Robin Gareusallow MIDI bindings for boolean automation
2015-04-02 Paul Davisuse plural form for menu item
2015-03-08 Robin Gareusavoid non-integer loop conditions.
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-02 David RobillardFix automation write/touch.
2014-11-30 Robin Gareusgtk interface update for controller step/page size
2014-11-29 David RobillardFix write for boolean automation.
2014-11-29 Robin Gareusshow values on faders (fixes bug in 55c6165)
2014-11-28 David RobillardUse a button as controller for toggled parameters.
2014-11-03 David RobillardCheck whether frequency controls are audible or low...
2014-11-03 David RobillardAdd menu to set frequency controls in beats, and half...
2014-11-03 David RobillardNote selector dialog for note controls.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-01 Robin GareusNOOP, just whitespace/indenting
2014-11-01 Robin Gareusconvert interface <> internal values for all automation
2014-10-16 Robin Gareusfix midi automation sliders
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-18 Ben Loftisplugin widgets were written to use Internal values...
2014-09-03 Ben Loftisconsolidate some slider styles, and make bg darker
2014-09-02 Robin Gareusprepare Slider API cleanup
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
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...