summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-11-08fix 2 action group registrations, and reorder initializationPaul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-28Patch from oofus to fix mantis 1867.Carl Hetherington
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-23Clean up and simplify code to find marks before and after a position, and hen...Carl Hetherington
2009-10-22Fix whitespace.David Robillard
2009-10-20Fixes to pointer constraints when copying in lock edit mode; make them behave...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-09-15Fix some warnings.Carl Hetherington
2009-09-12fix note selection behaviour, hopefully ... perhapsPaul Davis
2009-09-10more MIDI editing cleanups, mostly fixing subtleties. Will break loading the ...Paul Davis
2009-09-09re-use canvas note items when the model changes ; slightly more efficient (pr...Paul Davis
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-08-28Remove some unnecessary code. Preserve selection when regions are dragged to...Carl Hetherington
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-08-24Slightly modified patch from lincoln to fix mantis 1636.Carl Hetherington
2009-08-24Alter snap modifier so that it turns the grid on when it's off as well as vic...Carl Hetherington
2009-08-24Don't use pointer_frame_offset for playhead cursor drags as it seems more int...Carl Hetherington
2009-08-24Small cleanup.Carl Hetherington
2009-08-22Fix crash on drag selection.Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-04Modified patch from drmoore to fix mantis 2808 (drag rectangle left behind af...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Fix uninitialised variable.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-26Fix automation control point dragging.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-21Patch from Lincoln to fix crashes on region trim.Carl Hetherington
2009-06-14Prevent vertical autoscroll when dragging the playhead.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-12Hopefully fix assertion failures in gnomecanvas when dragging track heights.Carl Hetherington
2009-06-10Cleanup to snap handling; fixes #2688Carl Hetherington
2009-06-10support scrubbing via new Drag abstraction (probably could be split off 100% ...Paul Davis
2009-06-09Fix previous commit in debug mode.Carl Hetherington
2009-06-09Fix a drag crash and some warnings.Carl Hetherington
2009-06-09Fix daft bugs causing crashes on dragging tempo markers.Carl Hetherington
2009-06-08Remove unused variable.Carl Hetherington
2009-06-08Fix oddities when dragging regions below the bottom visible track.Carl Hetherington
2009-06-08Fix dragging crash.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-06-02Clean up use of first_move, move thresholding etc.Carl Hetherington
2009-06-01Some small cleanups to dragging.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington