summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2015-03-29remove a dead variable initialization.Robin Gareus
2015-03-27it would have been too much of a good thing.Robin Gareus
2015-03-27dropzone: honor AutoConnectMaster.Robin Gareus
2015-03-27fix some DnD thinko & edgecases.Robin Gareus
2015-03-27fix a few -Wsign-compareRobin Gareus
2015-03-27Another DnD fix. fix move onto (but not over) busses.Robin Gareus
2015-03-26Heuraka! Nightmarish rework of DnD code.Robin Gareus
2015-03-26DnD: query mouse y-pos only once.Robin Gareus
2015-03-25remove crufty variableBen Loftis
2015-03-25fix dropzone region orderingRobin Gareus
2015-03-25DnD, only use track relationshipRobin Gareus
2015-03-25jot down some thoughts about drop-zone dragging.Robin Gareus
2015-03-25fix drags crossing automation lanes.Robin Gareus
2015-03-25Fix some strings incorrectly marked for translation.nick_m
2015-03-25two more drop zone checksRobin Gareus
2015-03-25fix drop-zone dropsRobin Gareus
2015-03-25Major rework of DnD.Robin Gareus
2015-03-24partial fix for Canvas Region DnD & commentsRobin Gareus
2015-03-15Fix dragging regions to/from drop zone (#6137).David Robillard
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