Use Stripable::Sorter in GUI consistently.
[ardour.git] / gtk2_ardour / editor_drag.cc
2017-06-17 Robin GareusUse Stripable::Sorter in GUI consistently.
2017-06-09 nick_mNoteCreateDrag - Fix incorrect note length due to use...
2017-05-05 Paul Davisuse CoreSelection for track selection
2017-04-21 Robin Gareusamend be62d335ee
2017-04-21 Robin Gareusfix endless loop when clicking on the canvas w/o backend
2017-03-06 nick_msnapped pencil drawing of new midi regions cannot be...
2017-03-06 nick_mfix crash when dragging region from list.
2017-03-06 nick_mmore linked midi region trim drag fixes.
2017-03-05 nick_mensure no movement when draggin regions with x constrained.
2017-03-05 nick_mfix undo if a midi region start trim changed the source...
2017-03-04 nick_mtempo editing updates
2017-03-04 nick_mundoing a create note drag restores screen position.
2017-03-04 nick_mrework percussive hit spraying.
2017-03-04 nick_mspraying percussive hits has one undo step per drag.
2017-02-27 nick_mremove 'mouse:' verbose cursor when shift-dragging...
2017-02-27 nick_mback to using shift-ctrl for pinch drag. set colours...
2017-02-27 nick_mhighlight the tempo curve that is to be altered, modify...
2017-02-27 nick_mfix verbose cursor display when shift-dragging end...
2017-02-27 nick_mrestore pinch tempo. it now operates via shift + alt...
2017-02-27 nick_mremove tempo end drag (the control drag on the curve...
2017-02-27 nick_mfix formatting of bbtruler drag verbose cursor.
2017-02-27 nick_mcomplete changes to tempo type.
2017-02-27 nick_mrework tempo editing.
2017-02-19 Paul Davisprobable fix for crash while dragging playhead
2017-02-15 nick_mfix constrained region drags across tracks (7242).
2017-02-08 Paul Davisdo NOT remove tracks from selection during drag selecti...
2017-02-06 nick_mhotfix for cross-track dragging bug with music-locked...
2017-02-06 nick_mNoteDrag copy modifier detection is no longer explicit.
2017-02-04 nick_mmidi note drags are music-based.
2017-02-04 nick_mnon-primary music-locked regions follow tempo changes...
2017-02-04 nick_mrework RegionMotionDrag so that we can actually drag...
2017-02-04 nick_mmake dragging a region from the list not crash.
2017-02-04 nick_mfix thinko wrt Drag::adjusted_frame()
2017-02-04 nick_msetup_snap_delta() need only take a framepos_t.
2017-02-04 nick_mrework snap
2017-01-25 Paul Davisimprove range drag semantics
2017-01-23 Paul Davisimplement copy-drag for MIDI notes.
2017-01-20 Robin GareusGUI follow up for new-MIDI-track API change
2017-01-10 Paul Davisnever remove tracks from selection during a range drag
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-19 Ben LoftisFollow Edits => Follow Range
2016-12-18 nick_mTempoMap - rename some methods.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-13 nick_mwhen dragging or copying multiple regions, respect...
2016-12-13 Tim MayberryFurther fixes to non-cxx11 enabled builds
2016-12-13 Tim MayberryAdd option to Zoom to Selection on double click
2016-12-12 nick_monly set the exact musical position of the primary...
2016-12-11 nick_mrename MetricSection movable -> initial, but of course...
2016-12-06 Julien ROGERFix crash when track creation failed draging region
2016-11-22 nick_mdecouple midi region note range and height from midi...
2016-11-21 nick_mfilter events in HitCreateDrag, remove some code.
2016-11-21 nick_mNoteCreateDrag - remove some code
2016-11-21 Tim MayberryMake Cut mode respect snap modifer
2016-11-21 Tim MayberryShow cursor in Cut mode on button press at cutting...
2016-11-21 Tim MayberryReparent cursor used in Cut mode so that it is on top...
2016-11-20 nick_mclean up HitCreateDrag. should be a no-op.
2016-11-20 nick_mfix compilation, rename PercussiveCreateDrag -> HitCrea...
2016-11-20 nick_monly spray percussive hits during create drag if the...
2016-11-20 nick_mrework mouse hit creation (percussive mode) - mostly...
2016-11-20 nick_mNoteCreateDrag scope fix - should be a no-op.
2016-11-20 nick_muse a minimum note length of whatever 1 px is in beats...
2016-11-19 nick_mNoteCreateDrag starts on button press.
2016-11-19 nick_mNoteCreateDrag::grid_frames works over a tempo change.
2016-11-17 nick_mfix incorrect subdivision when dragging/trimming region...
2016-11-16 nick_mmagnetic snap uses note divisor appropriately.
2016-11-11 Tim MayberryAdd option to zoom using button press in the time ruler...
2016-11-10 nick_mrename Region pos_beats -> quarter_note
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_mclamp setting tempo via vertical drag.
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-10-27 Robin GareusPrevent duplicate moves when selecting regions on share...
2016-10-25 nick_mclean up ghost note wrt create drag.
2016-10-15 nick_mFix various snap issues when dragging control points...
2016-10-15 nick_mFix incorrect musical position in NoteDrag::total_dx.
2016-10-09 nick_mInterpret start & length_beats properties as double...
2016-09-22 nick_mFix bug where drawing long notes placed the new note...
2016-09-11 Tim MayberryFix #7015, Crash while aborting Region trim using Esc key
2016-08-31 nick_mNoteCreateDrag uses quarter-notes.
2016-08-23 nick_mDon't attempt to snap to the current musical grid when...
2016-08-19 nick_mRevert last commit (269a08a2b1).
2016-08-19 nick_mAllow both types of constrained drag (again).
2016-08-15 Paul Davisallow constrained-drag of MIDI notes to work
2016-08-13 nick_mResolve potential ambiguity between the constraint...
2016-08-13 nick_mEnsure BBTRulerDrag operates within the tempo map.
2016-08-13 nick_mEnsure positive length whan drag-adding new midi region.
2016-07-22 nick_mRemove the temporary note group in MidiRegionView,...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Paul DavisGUI side of : once the user has explicitly set the...
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-09 nick_mStop passing references to things that may disappear...
2016-07-09 nick_mCheck meter/tempo section exists in copy drag.
2016-07-09 nick_mPaste uses exact beats. rework _start_beats calculation...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-07-09 nick_mMake some musical operations on music-locked regions...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-06-11 nick_mMake exact beat calculation of tempi a bit less cumbers...
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 Paul Davisanother PresentationInfo sort order fix.
next