summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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-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-09small fixlet for region push/pull op, from lincolnPaul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-18start to make mouse modes better when in note edit mode by allowing mouse ops...Paul Davis
2009-11-17avoid .h pollution in last commitPaul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-23"Fix" what seems to be an inevitable assertion failure...David Robillard
2009-10-14Fix display of tool button icons.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-09-05just one timeout callback for step editing, not one per trackPaul Davis
2009-09-03better way to "engage" step edit, and extend region correctly as neededPaul Davis
2009-08-28Remove some debugging code.Carl Hetherington
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-24Alter snap modifier so that it turns the grid on when it's off as well as vic...Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-04Split up Editor::button_press_handler and fix assert failures on various doub...Carl Hetherington
2009-08-04Fix uninitialised variable.Carl Hetherington
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
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-09Use shared_ptr for the TimeAxisView hierarchy.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-14Some cleanups to ruler drags.Carl Hetherington
2009-06-12Hopefully fix assertion failures in gnomecanvas when dragging track heights.Carl Hetherington
2009-06-11make button events on automation tracks work again (control event drags are s...Paul Davis
2009-06-10Remove unused variable.Carl Hetherington
2009-06-10support scrubbing via new Drag abstraction (probably could be split off 100% ...Paul Davis
2009-06-09Fix daft bugs causing crashes on dragging tempo markers.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-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-03-21(from 2.x) make context menu-driven stuff on ruler bars happen in the right p...Paul Davis
2009-03-02remove unneeded code in line_drag that was probably copy/pasted from control_...Paul Davis
2009-02-28Fix #2559; crash when doing end_grab on an already-deleted canvas item.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington
2009-02-11Fix some problems with dragging more than 1 region to a new track.Carl Hetherington
2009-01-07Fix some bugs in my last commit, 4389.Carl Hetherington
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-23Fix stacked regions display mode.Carl Hetherington
2008-12-18Implement #826: edit-click on automation points allows value edit.Carl Hetherington