summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-12Fix build.Carl Hetherington
2010-11-11Further fixes for #3529. Show marker lines the same colour as their marker; ...Carl Hetherington
2010-11-09Fix trim of multiple regions. Fixes #3528.Carl Hetherington
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21Don't update region list during region trim. Fixes #3467.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-21restore a moved placement of the assert taken out in the previous commitPaul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-18Disable region drags in internal edit mode. Fixes #3456.Carl Hetherington
2010-09-17copy edit commentPaul Davis
2010-09-17fix reversed direction of MIDI note drag previewPaul Davis
2010-09-17fix errors in midi note drag preview (#3446)Paul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15cleaner version of previous commitPaul Davis