summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-04-07Keep track of where a RegionView used to be before it was reparented for a dr...Carl Hetherington
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-01-15Stop surprising autoscroll when trimming regions; hopefully addresses #2993.Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-12Remove non-working attempt to make time selection changes undo-able. Cleanup...Carl Hetherington
2010-01-12Tiny cleanup.Carl Hetherington
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2010-01-05Refix yesterday's patch; ignore motion events that haven't moved anywhere, an...Carl Hetherington
2010-01-05Fix various confusions about move threshold when snapping. Fixes non-appeari...Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2010-01-01Prevent vertical autoscroll when dragging markers. Fixes #2980.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-22Fix comments.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-20Fixes to pointer constraints when copying in lock edit mode; make them behave...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-10more MIDI editing cleanups, mostly fixing subtleties. Will break loading the ...Paul Davis
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...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-26Fix automation control point dragging.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-14Prevent vertical autoscroll when dragging the playhead.Carl Hetherington
2009-06-10Fix cursor dragging in mouse gain mode.Carl Hetherington
2009-06-10Cleanup to snap handling; fixes #2688Carl Hetherington
2009-06-10support scrubbing via new Drag abstraction (probably could be split off 100% ...Paul Davis
2009-06-10Fix drag of region gain control points and lines.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-06-02Clean up use of first_move, move thresholding etc.Carl Hetherington
2009-06-01Some small cleanups to dragging.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington