Patch from tophatdave to improve display of timestretch in
[ardour.git] / gtk2_ardour / editor_drag.cc
2012-05-27 Carl HetheringtonPatch from tophatdave to improve display of timestretch in
2012-05-10 Paul Davisimplement undo/redo for xfade trimmin
2012-05-10 Paul Davisif an xfade involves only 2 regions, clamp its length...
2012-05-10 Paul Davisfix dragging of end xfades
2012-05-10 Paul Davisbasic xfade dragging
2012-05-09 Paul Davisskeleton for crossfade edge dragging
2012-05-07 Paul Davishide xfades while dragging region(s)
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-23 Carl HetheringtonMinor simplification.
2012-04-21 Carl HetheringtonRemove some unused code.
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-03-22 Carl HetheringtonRemove unused op parameter to temporal_zoom_by_frame...
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-03-09 Carl HetheringtonRemove unused RegionGainDrag; fix logic in adding new
2012-02-08 Paul Davismouse draw mode can draw AND select (and trim) notes...
2012-01-31 Paul Davisfix for crash while drag-creating a new MIDI note and...
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-30 Carl HetheringtonDon't autoscroll right if we are moving left, and vice...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-25 Paul Davisin non-note-edit mouse object mode, single click on...
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davismore fixups of various things including cursors when...
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.
next