Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / editor_summary.h
2012-11-14 Robin Gareusfix #5025 part 2
2012-07-24 Paul Davismake rendering of the editor summary view a bit more...
2012-01-09 Carl HetheringtonDon't redraw the summary every time the playhead moves...
2011-12-07 Paul Davismove CairoWidget into gtkmm2ext, add CairoPacker, made...
2011-11-01 Carl HetheringtonAdd an option to disable editor update during drags...
2011-09-14 Carl HetheringtonClamp left hand side zoom drags of the summary (fixes
2011-04-11 Carl HetheringtonPrevent unnecessary recomputation of horizontal zoom...
2011-01-16 Carl HetheringtonDisable follow playhead during editor summary drags.
2011-01-08 Carl HetheringtonWatch for route colour changes and update the summary...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-06-18 Carl HetheringtonBack to real-time zoom.
2010-06-18 Carl HetheringtonMake summary zoom happen based on where the drag is...
2010-06-15 Carl HetheringtonHopefully fix slight vertical movements on attempts...
2010-06-15 Carl HetheringtonPlot tracks at a constant height in the summary.
2010-01-16 Carl HetheringtonWhen dragging the summary viewbox with a click outside...
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-11-25 Carl HetheringtonMake the editor summary extend a little way beyond...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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 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 HetheringtonAllow dragging of the horizontal extents of the summary...
2009-06-14 Carl HetheringtonSome small bug fixes. Make click (but not drag) inside...
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 ...