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
2013-04-12leftmost_position => leftmost_sample, current_page_frames => current_page_sam...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-11many changes to get the cairo-canvas version much, much more functional. stil...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
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