Remove redundant call (there's no session, nothing to save)
[ardour.git] / gtk2_ardour / editor_drag.cc
2018-11-28 Robin GareusNO-OP: Clarify function name
2018-11-27 Robin GareusUse central method to check for engine where required
2018-11-27 Robin GareusGUI limitation: Require engine to add/remove tracks...
2018-07-26 Ben Loftisnew_grid: The Return of the snap_to_X functions.
2018-02-27 Ben LoftisRemove some redundant calls to snap_to(). get_preferre...
2018-02-11 Ben LoftisSoloSelection: gui part.
2018-02-09 Ben Loftisnew_grid: Rewrite of Snap and Grid. (squashed commit)
2018-02-09 Ben Loftisnew_snap: Snapped Cursor ( squashed commit )
2017-10-26 Paul Davisremove unused variables
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisno more per-track varispeed
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-21 nick_mDisable tempo end/twist drag for meter-locked tempi
2017-07-21 nick_mRemove duplicated tempo curve colour change when dragging
2017-07-21 nick_mFix various issues wrt BBTRulerDrag
2017-07-20 Ben LoftisEditor Summary: Don't require user to re-click to scrol...
2017-07-20 Ben LoftisCursorZoomDrag rework:
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-06-25 Tim MayberryTweak/Change the zoom scale in RulerZoomDrag
2017-06-21 Robin GareusLog-scale/relative automation point dragging
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...
next