summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-07-23rename Marker classRobin Gareus
2015-07-16merge fixBen Loftis
2015-06-29correctly track range selection trim and drag creation w.r.t playback priorityPaul Davis
2015-06-19Fix another LineDrag click crash.nick_m
2015-06-19Don't begin command on start_grab for AutomationRangeDrag and NoteResizeDragnick_m
2015-06-18Rework last commit, clicking on an automation line no longer adds history.nick_m
2015-06-18Single control points can now be dragged up and down properly.nick_m
2015-06-18Don't add history by clicking a control point, fix control point selection.nick_m
2015-06-17More _reversible_command() auditing in the gui.nick_m
2015-06-17Unbreak region brush drag wrt undo, avoid some dangling commands in the guinick_m
2015-06-17Automation -use editor_add in gui, record straight lines with fewer points.nick_m
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