summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2020-04-14Fix #8012 to some extent.Johannes Mueller
2019-11-09Preview video frame when draggingRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-04-08NO-OP: whitespace, indentRobin Gareus
2019-03-30AutomationRangeDrag tweaks for stacked layer viewRobin Gareus
2019-03-30Remove unused variableRobin Gareus
2019-03-29cont'd AutomationRangeDrag updates -- safety commitRobin Gareus
2019-03-27Implement multi-region AutomationRange drag/dropRobin Gareus
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-02-09new_snap: Snapped Cursor ( squashed commit )Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Disable tempo end/twist drag for meter-locked tempinick_m
2017-07-22Fix various issues wrt BBTRulerDragnick_m
2017-07-20CursorZoomDrag rework:Ben Loftis
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-03-05tempo editing updatesnick_m
2017-03-05rework percussive hit spraying.nick_m
2017-02-27back to using shift-ctrl for pinch drag. set colours of affected curves.nick_m
2017-02-27rework tempo editing.nick_m
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