Tempo ramps - allow live updating of tempo markers.
[ardour.git] / gtk2_ardour / editor_drag.cc
2016-05-27 nick_mTempo ramps - allow live updating of tempo markers.
2016-05-27 nick_mTempo ramps - fix changing from const to ramp in the...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-02-22 Paul Davissingle click in timefx mode should still show dialog...
2016-02-22 Paul Daviscorrect fix previous merge conflict
2016-02-22 Paul Davisremove use of current_toplevel() where unnecessary...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Adrian KnothSpelling correction patch from Debian
2016-02-10 Tim MayberryFix bug #6762, MIDNAM note read outs don't work when...
2016-01-21 Tim MayberryFix bug 6735, Take into account snap to when stretching...
2015-12-07 nick_mDrag - Don't snap _last_pointer_frame when leaving...
2015-12-07 nick_mUse correct position when finishing tempo and meter...
2015-12-07 nick_mDon't snap twice when moving regions.
2015-11-15 Tim MayberryFix bug #6506, crash when moving tempo markers with...
2015-11-13 nick_mFix #6673 - another prematurely closed undo transaction.
2015-10-30 nick_mFix snap modifiers not working on notes when grid is...
2015-10-30 nick_mUse automation line's frame of reference for y position.
2015-10-29 nick_mDont do duplocate calls to MidiRegionView::trim_front_e...
2015-10-29 nick_mFix reversed ratio in last commit.
2015-10-29 nick_mStart line drag using canvas y coords.
2015-10-27 nick_mLineDrag fixes wrt initial drag position and display...
2015-10-27 nick_mFix incorrectly placed control points (y-axis). fixes...
2015-10-24 nick_mMarkers use the selection change stack.
2015-10-23 nick_mRelative snap for markers.
2015-10-23 nick_mResizeNoteDrag selection click behaves as NoteDrag...
2015-10-23 nick_mClear point selection when uniquely selecting a note.
2015-10-19 nick_mClick on a selected note unique selects it (as per...
2015-10-19 nick_mDon't snap if fine adjust modifier used.
2015-10-19 nick_mFix for fine adjust overriding snap modifiers.
2015-10-19 nick_mMake control point selection more consistent.
2015-10-18 Robin Gareusdisable follow-edits with external sync #6577
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-08 Robin GareusAllow to override A/V-lock (when moving audio)
2015-09-07 Robin GareusAllow to override A/V-lock (when moving video)
2015-08-28 Robin Gareusfix midi note de-select #6534
2015-08-26 nick_mAllow creation of region gain points by clicking on...
2015-08-20 Robin Gareusfix typo in prev commit
2015-08-20 Robin Gareusfix "locked" + "locked to video" bug.
2015-08-19 Tim MayberryFix undo/redo when changing fade out length
2015-08-14 Tim MayberryFix bug #6337, clicking in canvas without session loade...
2015-08-07 Robin Gareusremove more cruft (dead assignments)
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
next