Editor zooming: right-click on summary -> context menu -> reset to session extents.
[ardour.git] / gtk2_ardour / editor_summary.h
2017-08-27 Ben LoftisEditor zooming: right-click on summary -> context...
2017-08-27 Ben LoftisEditor zooming: Tweak the Summary to stop at right...
2017-07-20 Ben LoftisEditor Summary: Don't require user to re-click to scrol...
2017-07-19 Ben LoftisEditor Summary: The view rectangle should never exceed...
2017-07-19 Ben LoftisEditor Summary: implement summary_zoom_step() to lesse...
2017-07-18 Ben LoftisEditor Summary: Changes to behavior
2017-07-14 Robin GareusTurn Summary into a horizontal scrollbar (drop y-axis...
2017-03-20 Robin GareusTowards a consistent render() API.
2016-06-05 Paul Davisuse PresentationInfo color to set route colors. GUI...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2014-10-29 Robin Gareusredraw summary when theme preference changes & consolid...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-11 Robin Gareusamend 5d0303b - fix editor summary leak
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Paul DavisMerge branch 'summary_background' of https://github...
2014-06-17 nick_mRender tracks and regions to a background image in...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-20 Robin Gareuschange the meters into CairoWidget, add expose_area...
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 ...