summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2015-03-19update track-height scaling:Robin Gareus
2015-03-15prevent single-axis drags in the editor summary from affecting the other axis.Paul Davis
2015-01-07Improve contrast of summary.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-10-29redraw summary when theme preference changes & consolidate code.Robin Gareus
2014-10-29fix summary display (offset on-canvas rulers)Robin Gareus
2014-10-29fix summary re-sizeRobin Gareus
2014-10-11amend 5d0303b - fix editor summary leakRobin Gareus
2014-10-10fix memory leak in editor summary.Robin Gareus
2014-09-11initialize uninitialzed varRobin Gareus
2014-06-19Summary changes :nick_m
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
2013-06-25Merge branch 'master' into cairocanvasPaul Davis
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