summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2017-02-05midi note drags are music-based.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
2016-11-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-20make it clear that there is no drag threshold for NoteCreateDrag.nick_m
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11clamp setting tempo via vertical drag.nick_m
2016-08-14Resolve potential ambiguity between the constraint modifier and the copy modi...nick_m
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-05-28Allow non-musical snap when dragging bbt ruler.nick_m
2016-05-28Force snap when dragging meters.nick_m
2016-05-28Dragging a meter sets editor snap type to bars during drag.nick_m
2016-05-27Tempo ramps - more bbt dragging work.nick_m
2016-05-27Tempo ramps - more bbt ruler dragging work.nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Tempo ramps - allow constraint-drag of first tempo.nick_m
2016-05-27Tempo ramps - pressing constraint modifier keys during tempo drag changes tem...nick_m
2016-05-27Tempo ramps - rework mouse dragging of tempo marks, derive beat_at_tempo() an...nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
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