log layer/LinearNumericalScale.cpp @ 1620:dc0e47f234a2 tip

age author description
2019-07-01 Chris Cannam More layer updates by-id
2018-05-03 Chris Cannam Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines horizontal-scale
2018-05-01 Chris Cannam Branch toward adding horizontal numerical scales to things horizontal-scale
2018-03-01 Chris Cannam Untabify
2017-05-04 Chris Cannam Make use of ScaleTickIntervals in log scale as well scale-ticks
2017-05-04 Chris Cannam Rework log scale calculation, update to changed interface scale-ticks
2017-05-04 Chris Cannam Make use of ScaleTickIntervals in linear numerical scale (not log yet) scale-ticks
2016-06-30 Chris Cannam Move LayerGeometryProvider from view to layer spectrogram-minor-refactor
2015-03-17 Chris Cannam Many fixes for the previous stuff osx-retina
2015-03-09 Chris Cannam Working through the float/double and int/sv_frame_t 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
2014-09-29 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2013-12-04 Chris Cannam Pull out colour scale drawing as well
2013-12-04 Chris Cannam Pull out log and linear vertical scales into their own classes, make some improvements to log numbering tonioni