Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / editor_drag.cc
2011-08-12 Paul Daviswhen showing a note value during a drag, clamp first...
2011-07-17 Carl HetheringtonTie note y to mouse pointer position when dragging...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-12 Paul Davisalter playhead drag threshold for vertical zoom again
2011-06-12 Paul Davisincrease threshold for drag-playhead-does-vertical...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-25 Carl HetheringtonZoom session when the mouse pointer is moved up and...
2011-05-17 Carl HetheringtonFix corruption of follow playhead state on quit (#4048).
2011-05-16 Carl HetheringtonFix undo of timestretch (#3905).
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-04 Carl HetheringtonFix offset of verbose cursor when dragging fade-ins...
2011-05-03 Carl HetheringtonPrevent note drags from moving a note before the start...
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-20 Carl HetheringtonWhen drawing MIDI regions with grid snap enabled, make...
2011-04-06 Carl HetheringtonFix prevention of region drags before time 0 (#3947).
2011-03-14 Carl HetheringtonRemove unnecessary (and wrong) check for movement,...
2011-03-14 Carl HetheringtonCheck movement threshold using the raw grab frame rathe...
2011-03-02 Carl HetheringtonComments.
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-17 Carl HetheringtonMake a shift modifier do vertical zoom in zoom mode.
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-08 Carl HetheringtonDon't catch up with the playhead after drags.
2011-01-24 Carl HetheringtonFix warning.
2011-01-23 Carl HetheringtonPatch from Lincoln to fix uncommitted reversible comman...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-16 Carl HetheringtonFix memory leak.
2011-01-05 Carl HetheringtonDisable follow-playhead during drags. Fixes #3647.
2010-12-29 Paul Davisremove line parent member from Marker, part 2
2010-12-28 Paul Davisremove unnecessary line for marker drags (marker has...
2010-12-28 Carl HetheringtonRemove unnecessary _have_transaction flag in TrimDrag...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-22 Carl HetheringtonRefactor so that all the locate-related stuff in Cursor...
2010-12-22 Carl HetheringtonUpdate transport clocks on initial grab of the playhead...
2010-12-22 Carl HetheringtonAccount for the fact that CursorDrag only ever drags...
2010-12-22 Carl HetheringtonFix region resizing with grid snapping enabled (#3620).
2010-12-20 Carl HetheringtonAllow dragging of program change flags in MIDI regions.
2010-12-14 Paul Davisfix some more incorrect casts to CanvasNote rather...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonTweak some naming slightly.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-24 Carl HetheringtonPut MIDI notes into their own canvas group, and reparen...
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-13 Carl HetheringtonRemove erroneous check.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-12 Carl HetheringtonFix build.
2010-11-11 Carl HetheringtonFurther fixes for #3529. Show marker lines the same...
2010-11-09 Carl HetheringtonFix trim of multiple regions. Fixes #3528.
2010-11-09 Carl HetheringtonMove some methods out of Editor into RegionView.
2010-09-26 Paul Daviscorrect version of: port cairo ARGB/BGRA -> pixbuf...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Carl HetheringtonDon't update region list during region trim. Fixes...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
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...
next