summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
AgeCommit message (Expand)Author
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-19fix push-drags of automation data - previously we did not resync the model wi...Paul Davis
2012-12-13various fixes for "advanced" operations on range selections. ctrl-drags now a...Paul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-07-10cleaner version of previous commit's fix for AutomationRangeDrag y fraction c...Paul Davis
2012-07-10provide some numerical data during automation trim (range) drags, and correct...Paul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.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-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-25in non-note-edit mouse object mode, single click on midi track creates a regi...Paul Davis
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2012-01-04restore correct behaviour of undo/redo for tempo map dragsPaul Davis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.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-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-10-22Cope with drags of selections that include regions on hidden tracks (#3493).Carl Hetherington
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25Zoom session when the mouse pointer is moved up and down during a playhead drag.Carl Hetherington
2011-05-04Fix offset of verbose cursor when dragging fade-ins (#4010).Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-03-07Trim some includes.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-01-05Disable follow-playhead during drags. Fixes #3647.Carl Hetherington
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-22Refactor so that all the locate-related stuff in CursorDrag is in one method....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-11-09Fix trim of multiple regions. Fixes #3528.Carl Hetherington
2010-11-07Fix zoom cursor SNAFU (#274). Increase move threshold for zoom drags so that...Carl Hetherington
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
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-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington