Set cursor to hint that you can drag automation up and down in object/range link...
[ardour.git] / gtk2_ardour / editor_drag.h
2010-08-18 Carl HetheringtonSet cursor to hint that you can drag automation up...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-29 Carl HetheringtonFix vertical canvas autoscroll when dragging track...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-04-07 Carl HetheringtonKeep track of where a RegionView used to be before...
2010-02-07 Carl HetheringtonRemove my attempts to autoscroll based on dragged regio...
2010-01-15 Carl HetheringtonStop surprising autoscroll when trimming regions; hopef...
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-12 Carl HetheringtonRemove non-working attempt to make time selection chang...
2010-01-12 Carl HetheringtonTiny cleanup.
2010-01-08 Carl HetheringtonMake a new action "escape", bound to the Escape key...
2010-01-06 Carl HetheringtonFix some bugs in autoscroll when dragging regions.
2010-01-05 Carl HetheringtonRefix yesterday's patch; ignore motion events that...
2010-01-05 Carl HetheringtonFix various confusions about move threshold when snappi...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2010-01-01 Carl HetheringtonPrevent vertical autoscroll when dragging markers....
2009-12-22 Carl HetheringtonRefactor and clean up some confusion in dragging code.
2009-12-22 Carl HetheringtonFix comments.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-20 Carl HetheringtonFixes to pointer constraints when copying in lock edit...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-08-26 Carl HetheringtonWhen a track is in "stacked" mode, allow regions to...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-26 Carl HetheringtonFix automation control point dragging.
2009-06-25 Carl HetheringtonVarious adjustments to make more operations respect...
2009-06-14 Carl HetheringtonPrevent vertical autoscroll when dragging the playhead.
2009-06-10 Carl HetheringtonFix cursor dragging in mouse gain mode.
2009-06-10 Carl HetheringtonCleanup to snap handling; fixes #2688
2009-06-10 Paul Davissupport scrubbing via new Drag abstraction (probably...
2009-06-10 Carl HetheringtonFix drag of region gain control points and lines.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-06-02 Carl HetheringtonClean up use of first_move, move thresholding etc.
2009-06-01 Carl HetheringtonSome small cleanups to dragging.
2009-05-30 Carl HetheringtonPull dragging code out of the Editor class into its...