new mouse mode (Draw (notes)); switch into internal mode when draw is selected; notab...
[ardour.git] / gtk2_ardour / editor_drag.cc
2012-01-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
2012-01-19 Paul Davisenter and exit node edit mode with dbl-click in any...
2012-01-07 Paul Davissnap tempo marker drags to the nearest beat
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-05 Paul Davisfix some more crashes with tempo map manipulations
2012-01-04 Paul Davisrestore correct behaviour of undo/redo for tempo map...
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-30 Carl HetheringtonClean up comments to create_note_at, since it no longer...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-29 Paul Davisavoid crash on region drag end trying to access TimeAxi...
2011-12-28 Paul Davisa huge set of changes to tempo+meter handling. testing...
2011-12-27 Carl HetheringtonFix another bug wrt visual appearance of layered regions in
2011-12-27 Carl HetheringtonFix up confusion with relayering after movement drags in
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-21 Paul Davisfollowup to the previous tempo-dragging commit: use...
2011-12-21 Paul Davissimilar to treatment of meter markers, remove tempo...
2011-12-13 Paul Davisfix meter marker drags by not using a fake marker till...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-11 Carl HetheringtonYet another bug in previous commit.
2011-12-11 Carl HetheringtonFix some bugs I introduced with the last commit.
2011-12-11 Carl HetheringtonMove note creation code into a Drag; fix snapping of...
2011-12-03 Carl HetheringtonFix somewhat unlikely crash on doing add note; start...
2011-11-23 Carl HetheringtonRemove code to zoom on up/down mouse movement when...
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-11-13 Carl HetheringtonRe-show region views that we hid when dragging things on
2011-10-22 Carl HetheringtonFix snap of note drags when the region position is...
2011-10-22 Carl HetheringtonFix check on dragging MIDI notes to a point before...
2011-10-22 Carl HetheringtonCope with drags of selections that include regions...
2011-10-19 David RobillardTrim include tree.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
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...
next