summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2013-06-21Add vertical zoom via scroll wheel modifier key to editor summary.Colin Fletcher
2013-06-21Make scroll-wheel modifier keys consistent in editor summary pane.Colin Fletcher
2012-12-12Position playhead correctly on 'P' in editor summary pane, taking account of ...Colin Fletcher
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-12-02remove debugging/analysis outputPaul Davis
2012-11-27try another fix for the crash created by rev 13547Paul Davis
2012-11-14fix #5025 part 2Robin Gareus
2012-11-14fix #5025 part 1Robin Gareus
2012-08-02Use accelerator key of "/Editor/set-playhead" action to position playhead in ...Colin Fletcher
2012-07-24quiet!Paul Davis
2012-07-24make rendering of the editor summary view a bit more efficient, enable key ev...Paul Davis
2012-06-09Set up _old_follow_playhead correctly in all cases; should fix #4603.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-20reorder editor route list columns to put visible and active first (from joern)Paul Davis
2012-03-17thin up the width of the line separating tracks in the editor summary line (b...Paul Davis
2012-01-31Update summary on switching playlists (#4659).Carl Hetherington
2012-01-09Don't redraw the summary every time the playhead moves (if it hasn't moved vi...Carl Hetherington
2011-12-09Fix scroll-wheel direction in summary.Carl Hetherington
2011-12-09Use same modifiers with the mouse wheel in the summary as in the editor (#4543).Carl Hetherington
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis
2011-11-01Add an option to disable editor update during drags of theCarl Hetherington
2011-09-14Small tweak to previous commit.Carl Hetherington
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