label various spinners in the step editor
[ardour.git] / gtk2_ardour / editor_mouse.cc
2010-08-10 Carl HetheringtonHopefully fix up region click + drag which I broke...
2010-08-10 Carl HetheringtonImprove ctrl-click behaviour of automation points....
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-04 Carl HetheringtonAllow rubberband selection of MIDI automation points...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-22 Carl HetheringtonDon't offer to trim regions in internal edit mode,...
2010-07-16 Carl HetheringtonDon't tempt the user with visual cues that they can...
2010-07-09 Carl HetheringtonGive internal edit mode its own cursor. Deselect every...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-29 Carl HetheringtonFix vertical canvas autoscroll when dragging track...
2010-06-22 Carl HetheringtonAllow range selections to be started in non-region...
2010-06-17 Paul Davisnew fade in/out handle cursors from chrisg (maybe to...
2010-06-17 Paul Davisnew trim cursors from chrisg, fix up hotspots for said...
2010-06-17 Paul Davisadd left/right side trim cursors and use them for regio...
2010-06-02 Paul Daviszero-pad seconds field of verbose canvas cursor, fixes...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-29 Paul Daviscreate new MIDI regions on streamitem click in "note...
2010-05-27 Carl HetheringtonAllow the region gain automation tool to create standar...
2010-05-25 Carl HetheringtonImplement shift-right-click to delete MIDI note (#3170)
2010-05-25 Paul Davisstop range mode stuff from showing up when in internal...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-18 Paul Davischange tooltip of mouse select button to indicate MIDI...
2010-05-17 Carl HetheringtonFix crash on attempting a TimeFX drag but not clicking...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonRemove some hang-overs of the old horizontal scrollbar...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-05-05 Carl HetheringtonFix SNAFU on region trimming with grid enabled caused...
2010-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-05-01 Carl HetheringtonRemove unnecessary snap in Editor::single_*_trim, as...
2010-04-28 Carl HetheringtonPartial fix for #3092; make time FX still work if inter...
2010-04-23 Carl HetheringtonWhen a track context menu is opened, select the track...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-03-16 Paul Davisfix previous patch from lucus
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-25 Carl HetheringtonAllow drag of region fade in/out in object mode with...
2010-01-16 Carl HetheringtonFix bug when dragging regions in PT-edit mode.
2010-01-12 Carl HetheringtonHopefully fix segfault.
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-08 Carl HetheringtonMake a new action "escape", bound to the Escape key...
2010-01-03 Carl HetheringtonSome cleanups to drawing of automation line control...
2010-01-02 Carl HetheringtonFix warnings.
2010-01-02 Carl HetheringtonDon't allow drag of automation range unless the mouse...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-22 Carl HetheringtonRefactor and clean up some confusion in dragging code.
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonRemove confusing track / group members in TimeSelection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-09 Paul Davissmall fixlet for region push/pull op, from lincoln
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-11-18 Paul Davisstart to make mouse modes better when in note edit...
2009-11-17 Paul Davisavoid .h pollution in last commit
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-23 David Robillard"Fix" what seems to be an inevitable assertion failure...
2009-10-14 David RobillardFix display of tool button icons.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-05 Paul Davisjust one timeout callback for step editing, not one...
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
2009-08-28 Carl HetheringtonRemove some debugging code.
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-24 Carl HetheringtonAlter snap modifier so that it turns the grid on when...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-04 Carl HetheringtonSplit up Editor::button_press_handler and fix assert...
2009-08-04 Carl HetheringtonFix uninitialised variable.
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-25 Carl HetheringtonVarious adjustments to make more operations respect...
2009-06-21 Carl HetheringtonPatch from Lincoln to fix crashes on region trim.
2009-06-14 Carl HetheringtonSome cleanups to ruler drags.
2009-06-12 Carl HetheringtonHopefully fix assertion failures in gnomecanvas when...
2009-06-11 Paul Davismake button events on automation tracks work again...
2009-06-10 Carl HetheringtonRemove unused variable.
2009-06-10 Paul Davissupport scrubbing via new Drag abstraction (probably...
2009-06-09 Carl HetheringtonFix daft bugs causing crashes on dragging tempo markers.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-06-02 Carl HetheringtonClean up use of first_move, move thresholding etc.
2009-05-30 Carl HetheringtonPull dragging code out of the Editor class into its...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-03-21 Paul Davis(from 2.x) make context menu-driven stuff on ruler...
2009-03-02 Paul Davisremove unneeded code in line_drag that was probably...
2009-02-28 Carl HetheringtonFix #2559; crash when doing end_grab on an already...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-11 Carl HetheringtonFix some problems with dragging more than 1 region...
2009-01-07 Carl HetheringtonFix some bugs in my last commit, 4389.
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-23 Carl HetheringtonFix stacked regions display mode.
2008-12-18 Carl HetheringtonImplement #826: edit-click on automation points allows...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
next