summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2010-01-16When dragging the summary viewbox with a click outside the viewbox, clamp x a...Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
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-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04handle left/right scroll in editor summary, and use secondary & tertiary modi...Paul Davis
2009-12-01Stop editor summary viewbox being moved too far down in y.Carl Hetherington
2009-11-25Make the editor summary extend a little way beyond the start and end markers ...Carl Hetherington
2009-11-25Fix problems with summary when the session start marker is not at zero (#2924)Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-09Fix warning.Carl Hetherington
2009-08-24Tertiary-modifier click locates the viewbox in the summary.Carl Hetherington
2009-08-20Don't locate summary view box on a click outside it, to be consistent with fa...Carl Hetherington
2009-07-04Fixes for crashes on session going away.Carl Hetherington
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-17Secondary-modifier-click in the summary locates the playhead to the click.Carl Hetherington
2009-06-17make sizing of & in the summaryiferizer a bit smallerPaul Davis
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-15Put a limit on the tallest that a region can be in the summary.Carl Hetherington
2009-06-15Allow dragging of the horizontal extents of the summary view box using Primar...Carl Hetherington
2009-06-14Use white outlined rectangle for view box. Redraw summary when routes are re...Carl Hetherington
2009-06-14Use a filled rectangle for the view box. Colour regions using their own fill...Carl Hetherington
2009-06-14Use track colours for the summary view.Carl Hetherington
2009-06-14Some small bug fixes. Make click (but not drag) inside the view box behave l...Carl Hetherington
2009-06-13Set _dragging_playhead during summary viewbox drag.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