summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
AgeCommit message (Expand)Author
2016-10-16Fix various snap issues when dragging control points (AutomationRegionView).nick_m
2016-07-05highlight area below automation lanesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-03-26Clam points to valid values on drag end.David Robillard
2014-12-01Remove unused method.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-07limit automation event density - fixes #5928Robin Gareus
2014-03-05alter name of AutomationLine::show() to much more sensibly named ::update_vis...Paul Davis
2014-01-11fix merge with masterPaul Davis
2014-01-10Support midnam controller value labels.David Robillard
2014-01-10Fix whitespace (no functional changes).David Robillard
2013-12-28convert automation line from Canvas::Curve to Canvas::PolyLine (note: this me...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-12-19fix push-drags of automation data - previously we did not resync the model wi...Paul Davis
2012-11-17substantive change to automation line dragging code to avoid O(N^4) behaviour...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-10provide some numerical data during automation trim (range) drags, and correct...Paul Davis
2012-07-09remove extra unused argument to ::sync_model_with_view_point(s)Paul Davis
2012-05-31Fix incorrect automation point drags when a drag is started with push held an...Carl Hetherington
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-04-23Fix some confusion wrt did_push as a member and a local variable; pass push d...Carl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-21Remove some unused code.Carl Hetherington
2012-04-05Draw all automation points, rather than trying to use a heuristic to show somePaul Davis
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2011-09-28Fix problems with selecting control points in AutomationRegionViews with non-...Carl Hetherington
2011-07-13Fix crash when selecting automation points in MIDICarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-12Fix display of MIDI automation on regions with non-zero _start. Should fix #...Carl Hetherington
2010-12-12Small cleanups.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-20Limit region-based automation to the edges of regions. Fixes #3201.Carl Hetherington
2010-08-11Hopefully fix up automation control point selection (finally).Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Remove somewhat confusing view_to_model_coord_x method.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.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-20Fix list corruption when modifying a view point in y only. Should fix #3329.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington