summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2018-07-14Aborted attempt to further optimize the editor-summary. Commented for future...Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-26Editor zooming: right-click on summary -> context menu -> reset to session e...Ben Loftis
2017-08-26Editor zooming: Tweak the Summary to stop at right edge, use session_gui_ext...Ben Loftis
2017-07-30Remove an unused variableRobin Gareus
2017-07-20Editor Summary: Don't require user to re-click to scroll + zoom.Ben Loftis
2017-07-19Editor Summary: thinko in initial valueBen Loftis
2017-07-19Editor Summary: likely fix for crash-on-quitBen Loftis
2017-07-19Editor Summary: TweaksBen Loftis
2017-07-19Editor Summary: fix yet another thinko in zoom direction.Ben Loftis
2017-07-19Editor Summary: The view rectangle should never exceed the bounds of the scro...Ben Loftis
2017-07-19Editor Summary: fix thinko in mouse cursors (trim cursor).Ben Loftis
2017-07-19Editor Summary: implement summary_zoom_step() to lessen redundant code.Ben Loftis
2017-07-19Editor Summary: fix direction of scroll zoom to match other conventionsBen Loftis
2017-07-18Editor Summary: Changes to behaviorBen Loftis
2017-07-14Turn Summary into a horizontal scrollbar (drop y-axis sensitivity)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-20Use NSGLView for EditorSummaryRobin Gareus
2016-07-10Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary.nick_m
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-01-21Change scrolling in the Editor track canvas summary areaTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
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