summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_list.cc
AgeCommit message (Expand)Author
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-03-07Fix compiler warningsSakari Bergen
2009-03-02remove unneeded code in line_drag that was probably copy/pasted from control_...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-09Apply fix for 2546 from lincoln. Many thanks.Carl Hetherington
2008-12-23Bug fixes so that region split does not clobber region gain envelopes.Carl Hetherington
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Plugin automation fixes from torbenh.David Robillard
2008-09-19Tidy.David Robillard