log view/ViewProxy.h @ 1605:ae2d5f8ff005

age author description
2019-10-15 Chris Cannam Clarify naming of some view-related methods. Rename LayerGeometryProvider::getValueExtents to getVisibleExtentsForUnit, and View::getTextLabelHeight to getTextLabelYCoord. Add View::getVisibleExtentsForAnyUnit to be used to determine which unit to adopt in a new e.g. box layer.
2019-08-08 Chris Cannam Fix overlooked alignment
2019-08-02 Chris Cannam Attempt a mechanism for the View to time-align a layer on display using an aligning version of the ViewProxy
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-11-15 Chris Cannam Handle integer pixel scaling as well
2018-11-15 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere
2018-09-20 Chris Cannam Responding to a hang due to mismatching zoom and block sizes zoom
2018-09-20 Chris Cannam More ZoomLevel updates zoom
2018-03-01 Chris Cannam Untabify
2016-07-01 Chris Cannam Add VerticalBinLayer to SpectrogramLayer spectrogram-minor-refactor
2016-06-30 Chris Cannam Move drawVisibleText to PaintAssistant spectrogram-minor-refactor
2016-06-30 Chris Cannam Move LayerGeometryProvider from view to layer spectrogram-minor-refactor
2016-02-09 Chris Cannam Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing 3.0-integration
2016-01-29 Chris Cannam Start refactoring out the spectrogram image cache spectrogram-minor-refactor
2015-10-12 Chris Cannam Remove some debug out tony-2.0-integration
2015-08-20 Chris Cannam At least avoid crashing if scaled zoom level reaches 0! tony-2.0-integration
2015-04-29 Chris Cannam Fix positioning of local feature illumination rectangle osx-retina
2015-04-20 Chris Cannam Some scaling & zoom bits osx-retina
2015-03-18 Chris Cannam Pass proxy to layer for painting osx-retina