summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
AgeCommit message (Expand)Author
2014-01-11fix merge with masterPaul Davis
2014-01-10Fix whitespace (no functional changes).David Robillard
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-31fix up visibility control for automation linesPaul Davis
2013-12-31just use show() and hide() to manage control point visibility in automation l...Paul Davis
2013-12-28convert automation line from Canvas::Curve to Canvas::PolyLine (note: this me...Paul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2013-07-10Revert "replace "-inf" with UTF8 infinity symbol"Robin Gareus
2013-07-10replace "-inf" with UTF8 infinity symbolRobin Gareus
2013-04-18reset xfade colors after theme changePaul Davis
2013-04-17remove all calls to Outline::set_outline_width (1) because this is "wrong" wh...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-07fix drags of a single control point in a line where that is the only control ...Paul Davis
2012-12-19fix push-drags of automation data - previously we did not resync the model wi...Paul Davis
2012-11-19minor tweaksPaul Davis
2012-11-17substantive change to automation line dragging code to avoid O(N^4) behaviour...Paul Davis
2012-09-17Revert shade on playhead cursor (SVN 13048).Carl Hetherington
2012-07-17add translucent "shade" to playhead cursor (may remove this in the future)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-06-10Fix incorrect display of automation lines after points areCarl Hetherington
2012-05-31Fix incorrect automation point drags when a drag is started with push held an...Carl Hetherington
2012-05-31Push of automation points is done on the GUI side, so no need to do it on syn...Carl Hetherington
2012-05-31Remove some more unwanted roundings from control point frame to pixel convers...Carl Hetherington
2012-05-31Allow movement of several vertically-colinear points at the same time.Carl Hetherington
2012-05-31Handle discontiguous control point selections properly when dragging.Carl Hetherington
2012-05-31Remove suspect pixel-based control point x position clamping; this may cause ...Carl Hetherington
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-28Remove duplicate include.Carl Hetherington
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-15A few tweaks to make Ardour build in GCC -std=c++0x mode.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-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Remove duplicate connect_to_list() call.Carl Hetherington
2011-02-01Tiny cleanup.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis