Updating zoom mouse cursor on modifier press. Fixes #274.
[ardour.git] / gtk2_ardour / editor_drag.cc
2010-09-21 Carl HetheringtonUpdating zoom mouse cursor on modifier press. Fixes...
2010-09-21 Paul Davisrestore a moved placement of the assert taken out in...
2010-09-21 Paul Davislincoln's patch that makes us pay attention to region...
2010-09-18 Carl HetheringtonDisable region drags in internal edit mode. Fixes...
2010-09-17 Paul Daviscopy edit comment
2010-09-17 Paul Davisfix reversed direction of MIDI note drag preview
2010-09-17 Paul Davisfix errors in midi note drag preview (#3446)
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-15 Paul Daviscleaner version of previous commit
2010-09-15 Paul Davis(optionally) play note(s) as they are moved around...
2010-09-13 Paul Davisrestore "add MIDI region on click in MIDI track" functi...
2010-09-09 Carl HetheringtonAllow drags of automation in time ranges where the...
2010-09-09 Carl HetheringtonAdd some debugging code for mouse drags.
2010-09-09 Carl Hetheringtonnframes64_t -> frame{pos,cnt}_t
2010-09-09 Carl HetheringtonFix confusion with _pointer_frame_offset and snapping...
2010-09-07 Carl HetheringtonLincoln's patch to tidy up region fade visuals. Fixes...
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-25 Carl HetheringtonSnap to grid when drawing MIDI regions. Fixes #3412.
2010-08-24 Carl HetheringtonTidy up region drag move code a bit.
2010-08-22 Paul Davisforward port of 7539 from 2.x
2010-08-20 Carl HetheringtonLimit region-based automation to the edges of regions...
2010-08-20 Carl HetheringtonAllow drag when creating a MIDI region. Fixes #3363.
2010-08-19 Carl HetheringtonFix drag from region list onto track.
2010-08-19 Carl HetheringtonSnap to note start rather than mouse pointer when dragg...
2010-08-18 Carl HetheringtonSet cursor to hint that you can drag automation up...
2010-08-13 Carl HetheringtonFix bug whereby region could not be dragged to the...
2010-08-10 Carl HetheringtonImprove ctrl-click behaviour of automation points....
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-09 Carl HetheringtonUpdate note name correctly during drag. Fixes #3382.
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-05 Carl HetheringtonClean up handling of track vs region automation a bit.
2010-08-04 Carl HetheringtonAllow rubberband selection of MIDI automation points...
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-08 Carl HetheringtonSend MTC/MMC on the initial playhead grab as well as...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-04 Carl HetheringtonLocate during playhead drag, the primary motive being...
2010-06-29 Carl HetheringtonFix vertical canvas autoscroll when dragging track...
2010-06-28 Carl HetheringtonDisable midi model updates during trim drags. Speeds...
2010-06-17 Paul Davisnew fade in/fade out colors from chrisg
2010-06-17 Paul Davisnew fade in/out handle cursors from chrisg (maybe to...
2010-06-17 Paul Davisnew trim cursors from chrisg, fix up hotspots for said...
2010-06-17 Paul Davisadd left/right side trim cursors and use them for regio...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-08 Carl HetheringtonClean up a bit. Fix non-relative note dragging mode...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-26 Carl HetheringtonOn resizing an unselected MIDI note, make it the only...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonRemove some hang-overs of the old horizontal scrollbar...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-05-05 Carl HetheringtonFix SNAFU on region trimming with grid enabled caused...
2010-05-01 Carl HetheringtonRemove unnecessary snap in Editor::single_*_trim, as...
2010-04-27 Carl HetheringtonDon't report an error when the user cancels a time...
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...
next