summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21Don't update region list during region trim. Fixes #3467.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-21restore a moved placement of the assert taken out in the previous commitPaul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-18Disable region drags in internal edit mode. Fixes #3456.Carl Hetherington
2010-09-17copy edit commentPaul Davis
2010-09-17fix reversed direction of MIDI note drag previewPaul Davis
2010-09-17fix errors in midi note drag preview (#3446)Paul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15cleaner version of previous commitPaul Davis
2010-09-15(optionally) play note(s) as they are moved around on the pitch axis (finishe...Paul Davis
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-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-25Snap to grid when drawing MIDI regions. Fixes #3412.Carl Hetherington
2010-08-24Tidy up region drag move code a bit.Carl Hetherington
2010-08-22forward port of 7539 from 2.xPaul Davis
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-08-13Fix bug whereby region could not be dragged to the start of the session.Carl Hetherington
2010-08-10Improve ctrl-click behaviour of automation points. Should fix #3385.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-09Update note name correctly during drag. Fixes #3382.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Clean up handling of track vs region automation a bit.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-08-02Suspend transport timecode transmission during playhead drag. Should fix #3324.Carl Hetherington
2010-07-08Send MTC/MMC on the initial playhead grab as well as on subsequent movement.Carl Hetherington
2010-07-07Transmit MTC on playhead drag, as per #3239.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-07-05Do MMC on playhead drag more efficiently by not doing an actual locate.Carl Hetherington
2010-07-04Locate during playhead drag, the primary motive being to get MMC to be sent d...Carl Hetherington
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-28Disable midi model updates during trim drags. Speeds the drags up at the cos...Carl Hetherington
2010-06-17new fade in/fade out colors from chrisgPaul Davis
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