summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2015-11-14Fix #6673 - another prematurely closed undo transaction.nick_m
2015-10-25Markers use the selection change stack.nick_m
2015-10-24ResizeNoteDrag selection click behaves as NoteDrag's does.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-08Allow to override A/V-lock (when moving audio)Robin Gareus
2015-08-20fix "locked" + "locked to video" bug.Robin Gareus
2015-07-23rename Marker classRobin Gareus
2015-07-16merge fixBen Loftis
2015-06-29make editor_drag.h fully self-contained as a header file (it was missing more...Paul Davis
2015-06-18Rework last commit, clicking on an automation line no longer adds history.nick_m
2015-06-18Don't add history by clicking a control point, fix control point selection.nick_m
2015-05-24Fix bug where inserting notes in MouseContent mode disallowed resizing.nick_m
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
2015-05-22Small cleanupnick_m
2015-05-22Clean up a bit - should be a no-opnick_m
2015-05-21Allow all drag -related modifiers to be set, re-instate "jump after trim"nick_m
2015-05-18Clean up drag modifiers.nick_m
2015-05-17Relative Snap -make it activated by the tertiary modifier during drag.nick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-05-17Cleanup relative snap code.nick_m
2015-05-16Relative snapnick_m
2015-03-26Heuraka! Nightmarish rework of DnD code.Robin Gareus
2015-03-25remove crufty variableBen Loftis
2015-03-25DnD, only use track relationshipRobin Gareus
2015-03-25Major rework of DnD.Robin Gareus
2015-02-13fix up recent cherry-picks from waves' tracksPaul Davis
2015-02-13implement axis-limited draggingPaul Davis
2015-02-13detect if drags appear to be vertical or horizontal as we cross the move thre...Paul Davis
2015-02-05implement RangeMarkerBarDrag::abortPaul Davis
2015-01-24make MouseCursors invalid cursor API be static; use to initialize default cur...Paul Davis
2015-01-23fix indentation from prior commitPaul Davis
2015-01-23[Summary] Fixed bug 45163: Trim range from right corner of timeline leads Tra...GZharun
2015-01-13Fix automation range drag and implement for MIDI.David Robillard
2014-12-20Fix various cursor problems.David Robillard
2014-12-07Unify gain and draw tools.David Robillard
2014-11-25Remove dead code.David Robillard
2014-11-24when dragging on the canvas, use x,y pointer coordinates to decide if motion ...Paul Davis
2014-09-17new code to support creating skip markersPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07use an EditorCursor when dragging in cut mode to indicate cut positionPaul Davis
2014-07-07add functionality for cut toolPaul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01Fixes for ripple mode dragColin Fletcher
2014-06-19modifications to region drag implementationPaul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-08introduce Drag::_trackview_only which indicates that all y-axis positions for...Paul Davis
2014-06-01disable snap fades to 'other' region (for now)Robin Gareus
2014-05-31towards region-trims preserving fade durationRobin Gareus
2014-05-19adding a new track via copy-region-drag now works (and shares code with the n...Paul Davis
2014-05-07Ripple mode: tidy upColin Fletcher