summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2017-07-22Remove duplicated tempo curve colour change when draggingnick_m
2017-07-22Fix various issues wrt BBTRulerDragnick_m
2017-07-20Editor Summary: Don't require user to re-click to scroll + zoom.Ben Loftis
2017-07-20CursorZoomDrag rework:Ben Loftis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-26Tweak/Change the zoom scale in RulerZoomDragTim Mayberry
2017-06-21Log-scale/relative automation point draggingRobin Gareus
2017-06-17Use Stripable::Sorter in GUI consistently.Robin Gareus
2017-06-10NoteCreateDrag - Fix incorrect note length due to use of region-relative posi...nick_m
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-22amend be62d335eeRobin Gareus
2017-04-21fix endless loop when clicking on the canvas w/o backendRobin Gareus
2017-03-07snapped pencil drawing of new midi regions cannot be zero (7271).nick_m
2017-03-07fix crash when dragging region from list.nick_m
2017-03-06more linked midi region trim drag fixes.nick_m
2017-03-06ensure no movement when draggin regions with x constrained.nick_m
2017-03-06fix undo if a midi region start trim changed the source offset.nick_m
2017-03-05tempo editing updatesnick_m
2017-03-05undoing a create note drag restores screen position.nick_m
2017-03-05rework percussive hit spraying.nick_m
2017-03-05spraying percussive hits has one undo step per drag.nick_m
2017-02-27remove 'mouse:' verbose cursor when shift-dragging a curve.nick_m
2017-02-27back to using shift-ctrl for pinch drag. set colours of affected curves.nick_m
2017-02-27highlight the tempo curve that is to be altered, modify text to suit.nick_m
2017-02-27fix verbose cursor display when shift-dragging end tempo.nick_m
2017-02-27restore pinch tempo. it now operates via shift + alt drag on the curve.nick_m
2017-02-27remove tempo end drag (the control drag on the curve). a;ter tempo marker drag.nick_m
2017-02-27fix formatting of bbtruler drag verbose cursor.nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-27rework tempo editing.nick_m
2017-02-19probable fix for crash while dragging playheadPaul Davis
2017-02-16fix constrained region drags across tracks (7242).nick_m
2017-02-08do NOT remove tracks from selection during drag selection on the basis of geo...Paul Davis
2017-02-07hotfix for cross-track dragging bug with music-locked regions.nick_m
2017-02-07NoteDrag copy modifier detection is no longer explicit.nick_m
2017-02-05midi note drags are music-based.nick_m
2017-02-04non-primary music-locked regions follow tempo changes while dragging.nick_m
2017-02-04rework RegionMotionDrag so that we can actually drag a region to zero.nick_m
2017-02-04make dragging a region from the list not crash.nick_m
2017-02-04fix thinko wrt Drag::adjusted_frame()nick_m
2017-02-04setup_snap_delta() need only take a framepos_t.nick_m
2017-02-04rework snapnick_m
2017-01-25improve range drag semanticsPaul Davis
2017-01-23implement copy-drag for MIDI notes.Paul Davis
2017-01-20GUI follow up for new-MIDI-track API changeRobin Gareus
2017-01-10never remove tracks from selection during a range dragPaul Davis
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-19Follow Edits => Follow RangeBen Loftis
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m