summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2011-12-21followup to the previous tempo-dragging commit: use argument to Drag::aborted...Paul Davis
2011-12-21similar to treatment of meter markers, remove tempo marks from the tempo map ...Paul Davis
2011-12-13fix meter marker drags by not using a fake marker till first move, and swappi...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-11Yet another bug in previous commit.Carl Hetherington
2011-12-11Fix some bugs I introduced with the last commit.Carl Hetherington
2011-12-11Move note creation code into a Drag; fix snapping of noteCarl Hetherington
2011-12-03Fix somewhat unlikely crash on doing add note; start drag to resize note; und...Carl Hetherington
2011-11-23Remove code to zoom on up/down mouse movement when draggingCarl Hetherington
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-11-13Re-show region views that we hid when dragging things onCarl Hetherington
2011-10-22Fix snap of note drags when the region position is not itself snapped to the ...Carl Hetherington
2011-10-22Fix check on dragging MIDI notes to a point before the region position.Carl Hetherington
2011-10-22Cope with drags of selections that include regions on hidden tracks (#3493).Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-08-12when showing a note value during a drag, clamp first to the actual range. not...Paul Davis
2011-07-17Tie note y to mouse pointer position when dragging MIDICarl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-12alter playhead drag threshold for vertical zoom againPaul Davis
2011-06-12increase threshold for drag-playhead-does-vertical-zoomPaul Davis