Revert to old Lock mode (still called Lock).
[ardour.git] / gtk2_ardour / editor_drag.cc
2015-05-18 nick_mRevert to old Lock mode (still called Lock).
2015-05-17 nick_m"Lock" mode is now "Constrained", make snap absolute...
2015-05-17 nick_mRelative snap now always on - disabled with Tertiary...
2015-05-17 nick_mClean up drag modifiers.
2015-05-17 nick_mRelative Snap -make it activated by the tertiary modifi...
2015-05-16 nick_mRelative snap - support magnetic mode (hackishly for...
2015-05-16 nick_mCleanup relative snap code.
2015-05-15 nick_mFix typo.
2015-05-15 nick_mRevert incorrect region_length() definition.
2015-05-15 nick_mRelative snap
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 Robin Gareusremove a dead variable initialization.
2015-03-30 Robin Gareusit would have been too much of a good thing.
2015-03-30 Robin Gareusdropzone: honor AutoConnectMaster.
2015-03-30 Robin Gareusfix some DnD thinko & edgecases.
2015-03-30 Robin Gareusfix a few -Wsign-compare
2015-03-30 Robin GareusAnother DnD fix. fix move onto (but not over) busses.
2015-03-30 Robin GareusHeuraka! Nightmarish rework of DnD code.
2015-03-30 Robin GareusDnD: query mouse y-pos only once.
2015-03-29 Robin Gareusremove a dead variable initialization.
2015-03-27 Robin Gareusit would have been too much of a good thing.
2015-03-27 Robin Gareusdropzone: honor AutoConnectMaster.
2015-03-27 Robin Gareusfix some DnD thinko & edgecases.
2015-03-26 Robin Gareusfix a few -Wsign-compare
2015-03-26 Robin GareusAnother DnD fix. fix move onto (but not over) busses.
2015-03-26 Robin GareusHeuraka! Nightmarish rework of DnD code.
2015-03-26 Robin GareusDnD: query mouse y-pos only once.
2015-03-25 Ben Loftisremove crufty variable
2015-03-25 Robin Gareusfix dropzone region ordering
2015-03-25 Robin GareusDnD, only use track relationship
2015-03-25 Robin Gareusjot down some thoughts about drop-zone dragging.
2015-03-25 Robin Gareusfix drags crossing automation lanes.
2015-03-25 nick_mFix some strings incorrectly marked for translation.
2015-03-25 Robin Gareustwo more drop zone checks
2015-03-25 Robin Gareusfix drop-zone drops
2015-03-25 Robin GareusMajor rework of DnD.
2015-03-24 Robin Gareuspartial fix for Canvas Region DnD & comments
2015-03-15 David RobillardFix dragging regions to/from drop zone (#6137).
2015-03-08 Robin Gareusfix drag-motion over TAV w/o view()
2015-02-18 Paul Davisstop dragged regions moving to the dropzone during...
2015-02-16 Paul Davisfixes for non-overlapping fade in/out even in regions...
2015-02-13 Paul Davisinsanely complex fixes for dragging to and from the...
2015-02-13 Paul Davisfix up recent cherry-picks from waves' tracks
2015-02-13 Paul Davisprevent fade in/fade out on audio regions from overlapp...
2015-02-13 Paul Davisimplement axis-limited dragging
2015-02-13 Paul Davisdetect if drags appear to be vertical or horizontal...
2015-02-13 Paul Davisfix behaviour of region-copy-drag when using the dropzone.
2015-02-13 Paul Davisallow normal right trimming even if the start of a...
2015-02-13 Paul DavisAfter dragging from multiple tracks to the dropzone...
2015-02-09 Paul Davisfix last cherry-pick
2015-02-09 Paul DavisAfter dragging from multiple tracks to the dropzone...
2015-02-06 Paul Davisfixup cherry-picked changes from Waves Tracks, and...
2015-02-06 Paul Davisimplement RangeMarkerBarDrag::abort
2015-02-06 Paul Davisimplement MarkerDrag::abort()
2015-02-05 Paul Davisfix issue with region dragging while mouse pointer...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-02-05 nick_mMake redo action insensitive after new command.
2015-01-26 Robin Gareusamend e3da18fd
2015-01-24 Robin Gareusfix copy/drag abort.
2015-01-24 Paul Davismake MouseCursors invalid cursor API be static; use...
2015-01-23 Paul Davisallow use of null pointer as a valid cursor (implies...
2015-01-23 Paul Davisfix indentation from prior commit
2015-01-23 GZharun[Summary] Fixed bug 45163: Trim range from right corner...
2015-01-19 nick_mFixes for when rubberbanding_snaps_to_grid config setti...
2015-01-16 nick_mFix note resize double undo bug.
2015-01-14 David RobillardFix automation range drag and implement for MIDI.
2015-01-10 nick_mFix AutomationTrackItem rubberband click thinking it...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-02 nick_mSeparate selection operations into their own temporary...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-08 David RobillardFix uninitialized value in note create drag.
2014-12-08 David RobillardUnify gain and draw tools.
2014-11-25 David RobillardRemove dead code.
2014-11-24 Paul Daviswhen dragging on the canvas, use x,y pointer coordinate...
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-20 David RobillardRemove unused variables.
2014-11-18 David RobillardFix mismatched note resize drag cursor and behaviour.
2014-11-17 David RobillardSupport cut/copy/paste of MIDI notes and controllers...
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-15 David RobillardOnly create MIDI regions on click when in draw mode.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 David RobillardFix wonky note length when create-dragging notes backwards.
2014-11-14 David RobillardFix crash when deleting overlapped regions.
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-17 Paul Davisnew code to support creating skip markers
2014-09-15 Ben Loftisfix double-click-shows-region-properties in Ripple...
2014-09-04 Robin GareusRevert "cont'd work on automation-track headers (amend...
2014-09-03 Robin Gareuscont'd work on automation-track headers (amend ba53af1c5)
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-14 Ben Loftisremove EditAtSelectedMarker for Mixbus, to match mb2...
next