Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstre...
[ardour.git] / gtk2_ardour / editor_drag.cc
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-07 Carl HetheringtonKeep track of where a RegionView used to be before...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-02 Paul Davisfix (or mostly fix) ctrl-drag (copy drag) for regions
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-22 Paul Davisfinish getting rid of RegionCommand
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-09 Carl HetheringtonFix cross-track region drags.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-02-07 Carl HetheringtonRemove my attempts to autoscroll based on dragged regio...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-15 Carl HetheringtonHopefully further improve the autoscroll on trim drag.
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-12 Carl HetheringtonRemove unnecessary checks from Drag subclasses now...
2010-01-11 Carl HetheringtonFix confusion about last_pointer_* variables under...
2010-01-08 Carl HetheringtonUpdate verbose cursor correctly when y drags are clamped.
2010-01-08 Carl HetheringtonFix a few more cases of aborting drags.
2010-01-08 Carl HetheringtonMake a new action "escape", bound to the Escape key...
2010-01-06 Carl HetheringtonStop crossfades disappearing on region view drags.
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-02 Carl HetheringtonFix confusion between model and view points when draggi...
2010-01-02 Carl HetheringtonDon't allow drag of automation range unless the mouse...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-22 Carl HetheringtonRefactor and clean up some confusion in dragging code.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonRemove confusing track / group members in TimeSelection...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-11 Nick MainsbridgeRemove unused pre_drag_region_selection, fix ugly regio...
2009-12-10 Nick MainsbridgeFix layering while dragging regions over higher ordered...
2009-12-06 Sampo SavolainenEliminate double reversible commit from time stretch...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-11-12 Paul Davistidy up (a bit) locations editing widget ; use pixbuf...
2009-11-08 Paul Davisfix 2 action group registrations, and reorder initializ...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-28 Carl HetheringtonPatch from oofus to fix mantis 1867.
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-23 Carl HetheringtonClean up and simplify code to find marks before and...
2009-10-22 David RobillardFix whitespace.
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-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-09-15 Carl HetheringtonFix some warnings.
2009-09-12 Paul Davisfix note selection behaviour, hopefully ... perhaps
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-09 Paul Davisre-use canvas note items when the model changes ; sligh...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-08-28 Carl HetheringtonRemove some unnecessary code. Preserve selection when...
2009-08-26 Carl HetheringtonWhen a track is in "stacked" mode, allow regions to...
2009-08-24 Carl HetheringtonSlightly modified patch from lincoln to fix mantis...
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...