a boatload of minor and middle-sized changes to try to speed up undo. imperfect,...
[ardour.git] / gtk2_ardour / editor_summary.cc
2010-01-16 Carl HetheringtonWhen dragging the summary viewbox with a click outside...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
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-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Paul Davishandle left/right scroll in editor summary, and use...
2009-12-01 Carl HetheringtonStop editor summary viewbox being moved too far down...
2009-11-25 Carl HetheringtonMake the editor summary extend a little way beyond...
2009-11-25 Carl HetheringtonFix problems with summary when the session start marker...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Carl HetheringtonFix warning.
2009-08-24 Carl HetheringtonTertiary-modifier click locates the viewbox in the...
2009-08-20 Carl HetheringtonDon't locate summary view box on a click outside it...
2009-07-04 Carl HetheringtonFixes for crashes on session going away.
2009-07-03 Carl HetheringtonSplit route group list out of Editor.
2009-06-20 Carl HetheringtonOptional tabs down the LHS of the editor window to...
2009-06-17 Carl HetheringtonSecondary-modifier-click in the summary locates the...
2009-06-17 Paul Davismake sizing of & in the summaryiferizer a bit smaller
2009-06-17 Carl HetheringtonAdd a playhead marker to the summary.
2009-06-17 Carl HetheringtonRemove partial support for vertical zoom in the summary...
2009-06-16 Carl HetheringtonCleaner implementation.
2009-06-15 Carl HetheringtonA few cleanups. Map scroll wheel to movement of the...
2009-06-15 Carl HetheringtonPut a limit on the tallest that a region can be in...
2009-06-15 Carl HetheringtonAllow dragging of the horizontal extents of the summary...
2009-06-14 Carl HetheringtonUse white outlined rectangle for view box. Redraw...
2009-06-14 Carl HetheringtonUse a filled rectangle for the view box. Colour region...
2009-06-14 Carl HetheringtonUse track colours for the summary view.
2009-06-14 Carl HetheringtonSome small bug fixes. Make click (but not drag) inside...
2009-06-13 Carl HetheringtonSet _dragging_playhead during summary viewbox drag.
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-06-11 Carl HetheringtonAdd some comments.
2009-06-11 Carl HetheringtonAdd a widget giving an overview of the editor, as ...