summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2016-12-14when dragging or copying multiple regions, respect position lock style.nick_m
2016-12-13Further fixes to non-cxx11 enabled buildsTim Mayberry
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
2016-12-13only set the exact musical position of the primary region for move/copy drag.nick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-12-06Fix crash when track creation failed draging regionJulien ROGER
2016-11-23decouple midi region note range and height from midi streamview.nick_m
2016-11-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21only spray percussive hits during create drag if the grid is in use.nick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
2016-11-21NoteCreateDrag scope fix - should be a no-op.nick_m
2016-11-21use a minimum note length of whatever 1 px is in beats in NoteCreateDrag.nick_m
2016-11-20NoteCreateDrag starts on button press.nick_m
2016-11-20NoteCreateDrag::grid_frames works over a tempo change.nick_m
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
2016-11-17magnetic snap uses note divisor appropriately.nick_m
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11clamp setting tempo via vertical drag.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-27Prevent duplicate moves when selecting regions on shared playlistsRobin Gareus