Alter snap modifier so that it turns the grid on when it's off as well as vice-versa.
[ardour.git] / gtk2_ardour / editor_drag.cc
2009-08-24 Carl HetheringtonAlter snap modifier so that it turns the grid on when...
2009-08-24 Carl HetheringtonDon't use pointer_frame_offset for playhead cursor...
2009-08-24 Carl HetheringtonSmall cleanup.
2009-08-22 Carl HetheringtonFix crash on drag selection.
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-04 Carl HetheringtonModified patch from drmoore to fix mantis 2808 (drag...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonFix uninitialised variable.
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-21 Carl HetheringtonPatch from Lincoln to fix crashes on region trim.
2009-06-14 Carl HetheringtonPrevent vertical autoscroll when dragging the playhead.
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-06-12 Carl HetheringtonHopefully fix assertion failures in gnomecanvas when...
2009-06-10 Carl HetheringtonCleanup to snap handling; fixes #2688
2009-06-10 Paul Davissupport scrubbing via new Drag abstraction (probably...
2009-06-09 Carl HetheringtonFix previous commit in debug mode.
2009-06-09 Carl HetheringtonFix a drag crash and some warnings.
2009-06-09 Carl HetheringtonFix daft bugs causing crashes on dragging tempo markers.
2009-06-08 Carl HetheringtonRemove unused variable.
2009-06-08 Carl HetheringtonFix oddities when dragging regions below the bottom...
2009-06-08 Carl HetheringtonFix dragging crash.
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...