summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2015-06-11Magnetic snap now works on note moves / resizes.nick_m
2015-06-11Make absolute snap the default snap.nick_m
2015-05-23Clarify the convention on modifiers and drags.nick_m
2015-05-23Proper initialisation of _x/y_constrained.nick_m
2015-05-23Bring back contrained drag modifier with preference setting.nick_m
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
2015-05-22Make note drags and resizes obey the disable sanp modifier.nick_m
2015-05-22Small cleanupnick_m
2015-05-22More cleanupnick_m
2015-05-22Clean up a bit - should be a no-opnick_m
2015-05-22Fix up modifier behaviournick_m
2015-05-21Move ui-centric modifiers into ArdourKeyboard, set some bad defaults.nick_m
2015-05-21Allow all drag -related modifiers to be set, re-instate "jump after trim"nick_m
2015-05-20Add more modifier preferences.nick_m
2015-05-19Revert to old Lock mode (still called Lock).nick_m
2015-05-18"Lock" mode is now "Constrained", make snap absolute modifier configurable.nick_m
2015-05-18Relative snap now always on - disabled with Tertiary modifier (shift)nick_m
2015-05-18Clean up drag modifiers.nick_m
2015-05-17Relative Snap -make it activated by the tertiary modifier during drag.nick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-05-17Cleanup relative snap code.nick_m
2015-05-16Fix typo.nick_m
2015-05-16Revert incorrect region_length() definition.nick_m
2015-05-16Relative snapnick_m
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