log layer/Colour3DPlotLayer.h @ 1289:ed04d3666d33 plugin-path-config

age author description
2018-03-01 Chris Cannam Untabify
2017-02-28 Chris Cannam Remove unused function
2017-01-27 Chris Cannam Wire up normalise-visible-area mode in colour 3d plot
2016-07-22 Chris Cannam Wiring through the magnitude range updates spectrogram-minor-refactor
2016-07-19 Chris Cannam Tidy spectrogram-minor-refactor
2016-07-19 Chris Cannam Consts and willRenderOpaque spectrogram-minor-refactor
2016-07-19 Chris Cannam Make VerticalBinLayer an actual Layer (via SliceableLayer) spectrogram-minor-refactor
2016-07-14 Chris Cannam Remove almost all of the "old" paint logic from Colour3DPlotLayer spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColourScaleType into an enum class spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColumnNormalization to an enum class, and separate out normalize-visible spectrogram-minor-refactor
2016-07-14 Chris Cannam Turn BinDisplay and BinScale into enum classes spectrogram-minor-refactor
2016-07-13 Chris Cannam Begin using renderer in colour 3d plot layer spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
2016-07-13 Chris Cannam Switch in "standard" colour scale, bin scale, normalisation -- not quite handled elegantly or correctly yet spectrogram-minor-refactor
2016-07-11 Chris Cannam Introduce peak frequency rendering (basics of) spectrogram-minor-refactor
2016-07-01 Chris Cannam Add VerticalBinLayer to SpectrogramLayer spectrogram-minor-refactor
2016-07-01 Chris Cannam VerticalBinLayer for vertical mapping abstraction. Not totally sure about this spectrogram-minor-refactor
2016-06-23 Chris Cannam Introduce ColourScale to handle colour mapping for both spectrogram and colour 3d plot layers spectrogram-minor-refactor
2015-11-18 Chris Cannam Merge from default branch 3.0-integration
2015-10-22 Chris Cannam Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
2015-06-10 Chris Cannam Merge from default branch osx-retina
2015-05-22 Chris Cannam Add half-wave rectification option to Colour 3D Plot layer
2015-03-17 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
2015-03-10 Chris Cannam More type fixes cxx11
2015-03-09 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
2015-03-09 Chris Cannam More conversion fixes cxx11
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-07-01 Chris Cannam Dense colour 3d plot layers should be scrollable, I think; and some tidying, debug stuff, and minor optimisations
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2014-02-06 Chris Cannam Toward getYScaleValue in Colour3DPlotLayer