summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
AgeCommit message (Expand)Author
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-10-29redraw summary when theme preference changes & consolidate code.Robin Gareus
2014-10-11amend 5d0303b - fix editor summary leakRobin Gareus
2014-06-17Render tracks and regions to a background image in the editor summary.nick_m
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2012-11-14fix #5025 part 2Robin Gareus
2012-07-24make rendering of the editor summary view a bit more efficient, enable key ev...Paul Davis
2012-01-09Don't redraw the summary every time the playhead moves (if it hasn't moved vi...Carl Hetherington
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-11-01Add an option to disable editor update during drags of theCarl Hetherington
2011-09-14Clamp left hand side zoom drags of the summary (fixesCarl Hetherington
2011-04-11Prevent unnecessary recomputation of horizontal zoom parameters after a summa...Carl Hetherington
2011-01-16Disable follow playhead during editor summary drags.Carl Hetherington
2011-01-08Watch for route colour changes and update the summary accordingly. Fixes #3692.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-06-18Back to real-time zoom.Carl Hetherington
2010-06-18Make summary zoom happen based on where the drag is started, rather thanCarl Hetherington
2010-06-15Hopefully fix slight vertical movements on attempts to drag horizontally.Carl Hetherington
2010-06-15Plot tracks at a constant height in the summary.Carl Hetherington
2010-01-16When dragging the summary viewbox with a click outside the viewbox, clamp x a...Carl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-25Make the editor summary extend a little way beyond the start and end markers ...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-06-20Optional tabs down the LHS of the editor window to indicate edit group member...Carl Hetherington
2009-06-17Add a playhead marker to the summary.Carl Hetherington
2009-06-17Remove partial support for vertical zoom in the summary, basically because it...Carl Hetherington
2009-06-16Cleaner implementation.Carl Hetherington
2009-06-15A few cleanups. Map scroll wheel to movement of the viewport.Carl Hetherington
2009-06-15Allow dragging of the horizontal extents of the summary view box using Primar...Carl Hetherington
2009-06-14Some small bug fixes. Make click (but not drag) inside the view box behave l...Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-11Add some comments.Carl Hetherington
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington