summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2015-03-08fix drag-motion over TAV w/o view()Robin Gareus
2015-02-18stop dragged regions moving to the dropzone during autoscrolling towards the ...Paul Davis
2015-02-16fixes for non-overlapping fade in/out even in regions not at zeroPaul Davis
2015-02-13insanely complex fixes for dragging to and from the drop zone.Paul Davis
2015-02-13fix up recent cherry-picks from waves' tracksPaul Davis
2015-02-13prevent fade in/fade out on audio regions from overlapping each otherPaul Davis
2015-02-13implement axis-limited draggingPaul Davis
2015-02-13detect if drags appear to be vertical or horizontal as we cross the move thre...Paul Davis
2015-02-13fix behaviour of region-copy-drag when using the dropzone.Paul Davis
2015-02-13allow normal right trimming even if the start of a range is at zeroPaul Davis
2015-02-13After dragging from multiple tracks to the dropzone, create the right number ...Paul Davis
2015-02-09fix last cherry-pickPaul Davis
2015-02-09After dragging from multiple tracks to the dropzone, create the right number ...Paul Davis
2015-02-05fixup cherry-picked changes from Waves Tracks, and fix for ArdourPaul Davis
2015-02-05implement RangeMarkerBarDrag::abortPaul Davis
2015-02-05implement MarkerDrag::abort()Paul Davis
2015-02-05fix issue with region dragging while mouse pointer is in rulers/marker lanesPaul Davis
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-02-05Make redo action insensitive after new command.nick_m
2015-01-26amend e3da18fdRobin Gareus
2015-01-24fix copy/drag abort.Robin Gareus
2015-01-24make MouseCursors invalid cursor API be static; use to initialize default cur...Paul Davis
2015-01-23allow use of null pointer as a valid cursor (implies using cursor of parent w...Paul Davis
2015-01-23fix indentation from prior commitPaul Davis
2015-01-23[Summary] Fixed bug 45163: Trim range from right corner of timeline leads Tra...GZharun
2015-01-20Fixes for when rubberbanding_snaps_to_grid config setting is off.nick_m
2015-01-17Fix note resize double undo bug.nick_m
2015-01-13Fix automation range drag and implement for MIDI.David Robillard
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-07MusicalTime => Beats.David Robillard
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-07Fix uninitialized value in note create drag.David Robillard
2014-12-07Unify gain and draw tools.David Robillard
2014-11-25Remove dead code.David Robillard
2014-11-24when dragging on the canvas, use x,y pointer coordinates to decide if motion ...Paul Davis
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-20Remove unused variables.David Robillard
2014-11-18Fix mismatched note resize drag cursor and behaviour.David Robillard
2014-11-16Support cut/copy/paste of MIDI notes and controllers at the same time.David Robillard
2014-11-16Add "maybe" rounding modes for rounding only if necessary.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-15Only create MIDI regions on click when in draw mode.David Robillard
2014-11-14Fix wonky note length when create-dragging notes backwards.David Robillard
2014-11-13Fix crash when deleting overlapped regions.David Robillard