limit automation event density - fixes #5928
[ardour.git] / libs / evoral / src / ControlList.cpp
2014-06-07 Robin Gareuslimit automation event density - fixes #5928
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-20 Paul Davisadd option to skip guard points when adding new control...
2014-02-19 Paul Davisadd option to skip guard points when adding new control...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Tim MayberryFix for isnan using MinGW compiler
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-08-01 Paul Davisfixes for windows branch build failures under linux...
2013-07-31 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-23 John Emmas'std::isnan' is not available in MSVC (at least, not...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-03 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-02 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-02 Paul Davisfix (?) behaviour when punching into automation write...
2013-01-15 Paul Daviscontrol lists should use the default value of their...
2012-12-08 Paul Davisfix automation/control list behaviour when manually...
2012-11-15 Paul Davisadd a "guard" point after a write/touch automation...
2012-11-14 Paul Davislikely fixes for most remaining issues with data in...
2012-09-17 Paul Davisfix missing variable initialization
2012-09-09 Paul Daviscomment tweaks from a second reading
2012-09-09 Paul Davisremove unused code
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-09 Paul Davisautomation fixes/changes: when add a new control point...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2011-12-31 Carl HetheringtonDon't round control list events when x-scaling them...
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-20 Carl HetheringtonFix assertion failure when merging a set of nascent...
2011-04-06 David RobillardFix my name :)
2011-03-08 Carl HetheringtonAllow out-of-time-order writes to nascent event list...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-07 Paul Davisadd "shift" method used in 2.X and now a3 to move data...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-20 Carl HetheringtonDon't write undo records for automation that moves...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
next