Mercurial > hg > svgui
log layer/Layer.h @ 1020:69c4f8403ebf colourschemes
age | author | description |
---|---|---|
Mon, 20 Apr 2015 11:00:48 +0100 | Chris Cannam | Merge from default branch osx-retina |
Mon, 20 Apr 2015 10:10:26 +0100 | 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) |
Tue, 17 Mar 2015 15:05:25 +0000 | Chris Cannam | Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina |
Tue, 10 Mar 2015 17:23:45 +0000 | Chris Cannam | More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11 |
Mon, 09 Mar 2015 15:59:04 +0000 | Chris Cannam | A few more fixes cxx11 |
Mon, 09 Mar 2015 14:35:21 +0000 | Chris Cannam | Working through the float/double and int/sv_frame_t fixes cxx11 |
Mon, 09 Mar 2015 12:02:10 +0000 | Chris Cannam | Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11 |