summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.cc
AgeCommit message (Expand)Author
2013-01-19Fix undefined return value.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-07-10add braces and move a destructor into its .cc filePaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews th...Carl Hetherington
2011-02-17Minor tidying-up.Carl Hetherington
2010-12-12Small cleanups.Carl Hetherington
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-08-05Clean up handling of track vs region automation a bit.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-07-31Make Clear option work for MIDI automation tracks. Fixes part of #3137.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-05-25Make discrete mode work for MIDI automation views. Fixes #3178.Carl Hetherington
2010-05-25Allow region-based automation axes to report whether theyCarl Hetherington
2010-05-25Fix bug in a previous commit of mine; AutomationStreamViews create their own ...Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-05-22Handle automation modes better with region-based (MIDI) automation. Should f...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
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