Create the session range location as and when the session first gets some content...
[ardour.git] / gtk2_ardour / editor_mouse.cc
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...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-12-08 Paul Davisrevert the only real change in that last commit,which...
2008-12-08 Paul Davismerge 3170-3180 of 2.X into 3.0
2008-10-19 Nick MainsbridgeHandle changed session duration & resizing canvas bette...
2008-10-14 Nick MainsbridgeMake tempo lines physical_screen_height high, add xml...
2008-10-13 Nick MainsbridgeFix annoying mouse pointer offset when dragging regions...
2008-10-11 David RobillardFix warning (unused variable).
2008-10-11 Paul Davisfix dragging of region gain line, affected by coordinat...
2008-10-05 David RobillardMove panic button to MIDI toolbar (reduce required...
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
2008-09-29 Nick MainsbridgeRelayer punch/loop range rects, fix display of punch...
2008-09-26 David RobillardFix audio region copy-drag, partially fix MIDI region...
2008-09-20 Nick MainsbridgeDon't defer Editor::track_canvas_size_allocated ()...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-14 David RobillardMore gracefully handle type mismatch errors when doing...
2008-09-14 David RobillardFix stacking of MIDI stream views to match that of...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-26 Paul Davishans' patches for MIDI note resizing++
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
next