filter events in HitCreateDrag, remove some code.
[ardour.git] / gtk2_ardour / editor_drag.cc
2016-05-27 nick_mTempo ramps - meters can be dragged across each other.
2016-05-27 nick_mTempo ramps - copy-drag meters works again.
2016-05-27 nick_mTempo ramps - api change, remove some code.
2016-05-27 nick_mTempo spamr - smallify some code.
2016-05-27 nick_mTempo ramps - more multi audio-locked meter work, code...
2016-05-27 nick_mTempo ramps - a saner way to snap music-locked tempos.
2016-05-27 nick_mTempo ramps - fix incorrect verbose cursor during tempo...
2016-05-27 nick_mTempo ramps - tempo drags respect the snap modifier...
2016-05-27 nick_mTempo ramps - switch MusicLocked tempos to beat-based...
2016-05-27 nick_mTempo ramps - tempos now musically snap to their future.
2016-05-27 nick_mTempo ramps - another approach to first meter/tempo.
2016-05-27 nick_mTempo ramps - fix just-introduced undo crash.
2016-05-27 nick_mTempo ramps - allow constraint-drag of first tempo.
2016-05-27 nick_mTempo ramps - pressing constraint modifier keys during...
2016-05-27 nick_mTempo ramps - complete 'music locked meters are now...
2016-05-27 nick_mTempo ramps - various bug fixes (meter drag undo, incor...
2016-05-27 nick_mTempo ramps - music-locked meters now use beats rather...
2016-05-27 nick_mTempo ramps - improve music-locked meter drags, improve...
2016-05-27 nick_mTempo ramps - respect tempo note type and meter note...
2016-05-27 nick_mTempo ramps - hook up tempo display, a new approach...
2016-05-27 nick_mTempo ramps - check for impossible locations tempo...
2016-05-27 nick_mTempo ramps - fix music-locked meter drags.
2016-05-27 nick_mTempo ramps - audio-locked meters have a bbt of 1|1|0
2016-05-27 nick_mTempo ramps - meter sections drag again.
2016-05-27 nick_mTempo ramps - add method to handle beat-based tempo...
2016-05-27 nick_mTempo ramps - rework mouse dragging of tempo marks...
2016-05-27 nick_mTempo ramps - first stab at metric marks locked to...
2016-05-27 nick_mTempo ramps - Remove the tick walk, store c_func, docum...
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
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).
next