Mercurial > hg > svgui
log layer/Layer.h @ 1106:8abdefce36a6 spectrogram-minor-refactor
age | author | description |
---|---|---|
2015-04-20 | Chris Cannam | Merge from default branch osx-retina |
2015-04-20 | Chris Cannam | Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform 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. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11 |
2015-03-09 | Chris Cannam | A few more fixes cxx11 |
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 |