summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-13Remove confusing track / group members in TimeSelection struct; time selectionCarl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-11Remove unused pre_drag_region_selection, fix ugly regions when drag-copying (...Nick Mainsbridge
2009-12-10Fix layering while dragging regions over higher ordered tracks, fix for drags...Nick Mainsbridge
2009-12-06Eliminate double reversible commit from time stretch, and make the stretch op...Sampo Savolainen
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
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