summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25Zoom session when the mouse pointer is moved up and down during a playhead drag.Carl Hetherington
2011-05-04Fix offset of verbose cursor when dragging fade-ins (#4010).Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-03-07Trim some includes.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-01-05Disable follow-playhead during drags. Fixes #3647.Carl Hetherington
2010-12-28remove unnecessary line for marker drags (marker has its own)Paul Davis
2010-12-28Remove unnecessary _have_transaction flag in TrimDrag. Fix undo when a trim ...Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-22Refactor so that all the locate-related stuff in CursorDrag is in one method....Carl Hetherington
2010-12-22Account for the fact that CursorDrag only ever drags the playhead. Fix playh...Carl Hetherington
2010-12-22Fix region resizing with grid snapping enabled (#3620).Carl Hetherington
2010-12-20Allow dragging of program change flags in MIDI regions.Carl Hetherington
2010-11-09Fix trim of multiple regions. Fixes #3528.Carl Hetherington
2010-11-07Fix zoom cursor SNAFU (#274). Increase move threshold for zoom drags so that...Carl Hetherington
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-13restore "add MIDI region on click in MIDI track" functionalityPaul Davis
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-09-09Add some debugging code for mouse drags.Carl Hetherington
2010-09-09nframes64_t -> frame{pos,cnt}_tCarl Hetherington
2010-09-09Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead dr...Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-24Tidy up region drag move code a bit.Carl Hetherington
2010-08-20Limit region-based automation to the edges of regions. Fixes #3201.Carl Hetherington
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-19Fix drag from region list onto track.Carl Hetherington
2010-08-19Snap to note start rather than mouse pointer when dragging MIDI notes. Fixes...Carl Hetherington
2010-08-18Set cursor to hint that you can drag automation up and down in object/range l...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-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-04-07Keep track of where a RegionView used to be before it was reparented for a dr...Carl Hetherington
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-01-15Stop surprising autoscroll when trimming regions; hopefully addresses #2993.Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-12Remove non-working attempt to make time selection changes undo-able. Cleanup...Carl Hetherington
2010-01-12Tiny cleanup.Carl Hetherington
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2010-01-05Refix yesterday's patch; ignore motion events that haven't moved anywhere, an...Carl Hetherington
2010-01-05Fix various confusions about move threshold when snapping. Fixes non-appeari...Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2010-01-01Prevent vertical autoscroll when dragging markers. Fixes #2980.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-22Fix comments.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis