summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-25Zoom session when the mouse pointer is moved up and down during a playhead drag.Carl Hetherington
2011-05-17Fix corruption of follow playhead state on quit (#4048).Carl Hetherington
2011-05-16Fix undo of timestretch (#3905).Carl Hetherington
2011-05-12Fix update of session range location on copy-dragging regions (#4038).Carl Hetherington
2011-05-04Fix offset of verbose cursor when dragging fade-ins (#4010).Carl Hetherington
2011-05-03Prevent note drags from moving a note before the start of its region.Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-20When drawing MIDI regions with grid snap enabled, make the region extent 1 fr...Carl Hetherington
2011-04-06Fix prevention of region drags before time 0 (#3947).Carl Hetherington
2011-03-14Remove unnecessary (and wrong) check for movement, as the parent does it (fix...Carl Hetherington
2011-03-14Check movement threshold using the raw grab frame rather than the snapped one...Carl Hetherington
2011-03-02Comments.Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-02-17Make a shift modifier do vertical zoom in zoom mode.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-08Don't catch up with the playhead after drags.Carl Hetherington
2011-01-24Fix warning.Carl Hetherington
2011-01-23Patch from Lincoln to fix uncommitted reversible command during rubberband se...Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-16Fix memory leak.Carl Hetherington
2011-01-05Disable follow-playhead during drags. Fixes #3647.Carl Hetherington
2010-12-29remove line parent member from Marker, part 2Paul Davis
2010-12-28remove unnecessary line for marker drags (marker has its own)Paul Davis
2010-12-28Remove unnecessary _have_transaction flag in TrimDrag. Fix undo when a trim ...Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington