summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2012-07-10cleaner version of previous commit's fix for AutomationRangeDrag y fraction c...Paul Davis
2012-07-10provide some numerical data during automation trim (range) drags, and correct...Paul Davis
2012-07-10add a comment to the previous changePaul Davis
2012-07-10don't spin on Session::timecode_transmission_suspended() if disconnected from...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-15Re-show all xfades that we hide during drags (#4933).Carl Hetherington
2012-06-13Make y position of MIDI note drags slightly better.Carl Hetherington
2012-06-13fix some bugs with dragging patch/program changes aroundPaul Davis
2012-06-09Make crossfade edge drags undoable.Carl Hetherington
2012-06-09Remove apparently erroneous commit_reversible_command.Carl Hetherington
2012-05-31Don't round conversions from frame to unit when setting up control points, as...Carl Hetherington
2012-05-27Prevent x movement of the end points of region gainCarl Hetherington
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-05-10implement undo/redo for xfade trimminPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-10fix dragging of end xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-23Minor simplification.Carl Hetherington
2012-04-21Remove some unused code.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2012-03-09Remove unused RegionGainDrag; fix logic in adding newCarl Hetherington
2012-02-08mouse draw mode can draw AND select (and trim) notes (but trim cursors don't ...Paul Davis
2012-01-31fix for crash while drag-creating a new MIDI note and dragging before the sta...Paul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-30Don't autoscroll right if we are moving left, and vice versa; should fix #4676.Carl Hetherington
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-25in non-note-edit mouse object mode, single click on midi track creates a regi...Paul Davis
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-19enter and exit node edit mode with dbl-click in any MIDI regionPaul Davis
2012-01-07snap tempo marker drags to the nearest beatPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05fix some more crashes with tempo map manipulationsPaul Davis
2012-01-04restore correct behaviour of undo/redo for tempo map dragsPaul Davis
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-29avoid crash on region drag end trying to access TimeAxisView::view() for TAV'...Paul Davis
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-27Fix another bug wrt visual appearance of layered regions inCarl Hetherington
2011-12-27Fix up confusion with relayering after movement drags inCarl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington