rename Marker class
[ardour.git] / gtk2_ardour / editor_drag.cc
2015-07-23 Robin Gareusrename Marker class
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Daviscorrectly track range selection trim and drag creation...
2015-06-18 nick_mFix another LineDrag click crash.
2015-06-18 nick_mDon't begin command on start_grab for AutomationRangeDr...
2015-06-17 nick_mRework last commit, clicking on an automation line...
2015-06-17 nick_mSingle control points can now be dragged up and down...
2015-06-17 nick_mDon't add history by clicking a control point, fix...
2015-06-16 nick_mMore _reversible_command() auditing in the gui.
2015-06-16 nick_mUnbreak region brush drag wrt undo, avoid some dangling...
2015-06-16 nick_mAutomation -use editor_add in gui, record straight...
2015-06-10 nick_mMagnetic snap now works on note moves / resizes.
2015-06-10 nick_mMake absolute snap the default snap.
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-23 nick_mClarify the convention on modifiers and drags.
2015-05-23 nick_mProper initialisation of _x/y_constrained.
2015-05-22 nick_mBring back contrained drag modifier with preference...
2015-05-22 nick_mFix inverted logic of SnapOff with snap modifiers pressed.
2015-05-21 nick_mMake note drags and resizes obey the disable sanp modifier.
2015-05-21 nick_mSmall cleanup
2015-05-21 nick_mMore cleanup
2015-05-21 nick_mClean up a bit - should be a no-op
2015-05-21 nick_mFix up modifier behaviour
2015-05-20 nick_mMove ui-centric modifiers into ArdourKeyboard, set...
2015-05-20 nick_mAllow all drag -related modifiers to be set, re-instat...
2015-05-19 nick_mAdd more modifier preferences.
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.
next