summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2010-12-22Add menu option to insert program changes.Carl Hetherington
2010-12-22Refactor so that all the locate-related stuff in CursorDrag is in one method....Carl Hetherington
2010-12-22Update transport clocks on initial grab of the playhead cursor.Carl Hetherington
2010-12-22Account for the fact that CursorDrag only ever drags the playhead. Fix playh...Carl Hetherington
2010-12-22Fix region resizing with grid snapping enabled (#3620).Carl Hetherington
2010-12-20Allow dragging of program change flags in MIDI regions.Carl Hetherington
2010-12-14fix some more incorrect casts to CanvasNote rather than CanvasNoteEvent (fixe...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-12-07Tweak some naming slightly.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-24Put MIDI notes into their own canvas group, and reparent this group during st...Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-13Remove erroneous check.Carl Hetherington