summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.cc
AgeCommit message (Expand)Author
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...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-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Factor out region layering.David Robillard
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-09-21Fix crash on dragging a region with a visible automation region that has no l...David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2007-09-11Always show CC region, whether empty or not (ie whether MidiModel contains an...David Robillard
2007-09-06Fix automation region stacking.David Robillard
2007-09-06Deep "automation regions" support.David Robillard