summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2016-05-27Tempo ramps - respect tempo note type and meter note divisor correctly.nick_m
2016-05-27Tempo ramps - hook up tempo display, a new approach to audio-locked metersnick_m
2016-05-27Tempo ramps - check for impossible locations tempo dialog bbt entry. reorgani...nick_m
2016-05-27Tempo ramps - fix music-locked meter drags.nick_m
2016-05-27Tempo ramps - audio-locked meters have a bbt of 1|1|0nick_m
2016-05-27Tempo ramps - meter sections drag again.nick_m
2016-05-27Tempo ramps - add method to handle beat-based tempo reordering. clean code.nick_m
2016-05-27Tempo ramps - rework mouse dragging of tempo marks, derive beat_at_tempo() an...nick_m
2016-05-27Tempo ramps - first stab at metric marks locked to frames or beats.nick_m
2016-05-27Tempo ramps - Remove the tick walk, store c_func, document the approach.nick_m
2016-05-27Tempo ramps - api rename, fix various meter and tempo dialog bugs.nick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-02-22single click in timefx mode should still show dialog, allow user to set param...Paul Davis
2016-02-22correct fix previous merge conflictPaul Davis
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-11Fix bug #6762, MIDNAM note read outs don't work when dragging MIDI noteTim Mayberry
2016-01-21Fix bug 6735, Take into account snap to when stretching regions in EditorTim Mayberry
2015-12-08Drag - Don't snap _last_pointer_frame when leaving autoscroll.nick_m
2015-12-08Use correct position when finishing tempo and meter marker drags.nick_m
2015-12-08Don't snap twice when moving regions.nick_m
2015-11-16Fix bug #6506, crash when moving tempo markers with automation on midi tracksTim Mayberry
2015-11-14Fix #6673 - another prematurely closed undo transaction.nick_m
2015-10-31Fix snap modifiers not working on notes when grid is set to off.nick_m
2015-10-30Use automation line's frame of reference for y position.nick_m
2015-10-30Dont do duplocate calls to MidiRegionView::trim_front_ending () in TrimDrag.nick_m
2015-10-30Fix reversed ratio in last commit.nick_m
2015-10-29Start line drag using canvas y coords.nick_m
2015-10-28LineDrag fixes wrt initial drag position and display of y value.nick_m
2015-10-28Fix incorrectly placed control points (y-axis). fixes #6647.nick_m
2015-10-25Markers use the selection change stack.nick_m
2015-10-24Relative snap for markers.nick_m
2015-10-24ResizeNoteDrag selection click behaves as NoteDrag's does.nick_m
2015-10-24Clear point selection when uniquely selecting a note.nick_m
2015-10-20Click on a selected note unique selects it (as per regions, control points).nick_m
2015-10-20Don't snap if fine adjust modifier used.nick_m
2015-10-20Fix for fine adjust overriding snap modifiers.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-18disable follow-edits with external sync #6577Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-08Allow to override A/V-lock (when moving audio)Robin Gareus
2015-09-08Allow to override A/V-lock (when moving video)Robin Gareus
2015-08-28fix midi note de-select #6534Robin Gareus
2015-08-27Allow creation of region gain points by clicking on a line.nick_m