summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2010-09-15(optionally) play note(s) as they are moved around on the pitch axis (finishe...Paul Davis
2010-09-13restore "add MIDI region on click in MIDI track" functionalityPaul Davis
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-09-09Add some debugging code for mouse drags.Carl Hetherington
2010-09-09nframes64_t -> frame{pos,cnt}_tCarl Hetherington
2010-09-09Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead dr...Carl Hetherington
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington