enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / automation_list.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-24 Robin Gareushand over automationlist undo state ownership (mem...
2016-04-10 Robin Gareusadd a C++ lifetime MementoCommand API
2015-11-02 nick_mAutomationList::set_automation_state () only needs...
2015-11-01 nick_mFix missing undo for record mute automation.
2015-11-01 nick_mClean up _before XMLNode in AutomationList if no automa...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-07-16 Ben Loftismerge fix
2015-06-17 nick_mFix thinko in automation write undo.
2015-04-25 Robin Gareusprepare trim automation
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-09 Paul Davismake AutomationList::operator==() private and abort...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-31 Robin Gareusdo not thin() automation event list on load.
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-12-23 Robin Gareusfix #5035 - restore pan automation state
2012-11-14 Paul Davisadd missing <<endmsg
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-06-04 Paul Davismake ARDOUR::AutomationList state management full local...
2012-05-30 Paul Davisrevert previous change
2012-05-30 Paul Davistry not thinning when loading old-school automation...
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-20 Carl HetheringtonFix an assertion failure when stopping the transport...
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-20 Carl HetheringtonAdd assert.
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-07-20 Carl HetheringtonMake AutomationLists clear their events when their...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-04-01 Carl HetheringtonNo-op: rename a few variables and add/fix some comments.
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-03-07 Sakari BergenFix compiler warnings
2009-03-02 Paul Davisremove unneeded code in line_drag that was probably...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-09 Carl HetheringtonApply fix for 2546 from lincoln. Many thanks.
2008-12-23 Carl HetheringtonBug fixes so that region split does not clobber region...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-19 David RobillardTidy.