summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
2010-11-07Fix zoom cursor SNAFU (#274). Increase move threshold for zoom drags so that...Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21Make object/range link work with stacked region mode. Fixes #3468.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-18Disable region drags in internal edit mode. Fixes #3456.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-16prevent drags on nascent-captured regionsPaul Davis
2010-09-15Copy-edit.Carl Hetherington
2010-09-13restore "add MIDI region on click in MIDI track" functionalityPaul Davis
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-08-27Remove what I'm pretty sure was a hack to work around the bug we used to have...Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-18Set cursor to hint that you can drag automation up and down in object/range l...Carl Hetherington
2010-08-14Add note edit dialog. Fixes #3346.Carl Hetherington
2010-08-13Add shortcut for link object/range mode. Fixes #3242.Carl Hetherington
2010-08-13Set tooltips correctly so that range button gets a tooltip of its keyboard sh...Carl Hetherington
2010-08-11Hopefully fix up automation control point selection (finally).Carl Hetherington
2010-08-10Hopefully fix up region click + drag which I broke yesterday.Carl Hetherington
2010-08-10Improve ctrl-click behaviour of automation points. Should fix #3385.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-22Don't offer to trim regions in internal edit mode, again due to the lack of a...Carl Hetherington
2010-07-16Don't tempt the user with visual cues that they can adjust fades when they ca...Carl Hetherington
2010-07-09Give internal edit mode its own cursor. Deselect everything when entering in...Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-22Allow range selections to be started in non-region areas. Fixes #3255.Carl Hetherington
2010-06-17new fade in/out handle cursors from chrisg (maybe to be improved); show MIDI ...Paul Davis
2010-06-17new trim cursors from chrisg, fix up hotspots for said cursors, make Editor c...Paul Davis
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-06-02zero-pad seconds field of verbose canvas cursor, fixes #3216Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-29create new MIDI regions on streamitem click in "note draw" mode as well as ob...Paul Davis
2010-05-27Allow the region gain automation tool to create standard automation events. ...Carl Hetherington
2010-05-25Implement shift-right-click to delete MIDI note (#3170)Carl Hetherington
2010-05-25stop range mode stuff from showing up when in internal edit modePaul Davis
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-18change tooltip of mouse select button to indicate MIDI note editing role or r...Paul Davis
2010-05-17Fix crash on attempting a TimeFX drag but not clicking on a region.Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Remove some hang-overs of the old horizontal scrollbar. Hence allow most thi...Carl Hetherington
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-05-05Fix SNAFU on region trimming with grid enabled caused by my recent supposed fix.Carl Hetherington