summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2011-09-14Clamp left hand side zoom drags of the summary (fixesCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-11Prevent unnecessary recomputation of horizontal zoom parameters after a summa...Carl Hetherington
2011-02-08Don't catch up with the playhead after drags.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-20Fix summary height scaling problems when there are not enough tracks to fill ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-14Use a couple more cursors in the summary.Carl Hetherington
2010-11-14Fix up summary mouse cursors.Carl Hetherington
2010-11-10Modified version of Lincoln's patch to stop the summary causing very low trac...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-02Make it easier to move the summary rectangle around when it is narrow or low ...Carl Hetherington
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-07-04Modified version of lincoln's patch to allow X-axis scrolling in the summary ...Carl Hetherington
2010-06-18use the new left/right trim cursor for the editor summaryPaul Davis
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-15Stop summary showing hidden tracks.Carl 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-06-14Summary tweaks: plot tracks as well as regions (as suggested by Chris);Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
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