Mercurial > hg > svgui
log layer/LinearNumericalScale.cpp @ 953:fe46201414c8 osx-retina
age | author | description |
---|---|---|
Tue, 17 Mar 2015 16:56:03 +0000 | Chris Cannam | Many fixes for the previous stuff osx-retina |
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 |
Mon, 29 Sep 2014 13:27:13 +0100 | 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. |
Tue, 17 Jun 2014 15:18:06 +0100 | Chris Cannam | Remove size_t's and fix warnings in layer/ warnfix_no_size_t |
Wed, 04 Dec 2013 13:11:23 +0000 | Chris Cannam | Pull out colour scale drawing as well |
Wed, 04 Dec 2013 11:35:08 +0000 | Chris Cannam | Pull out log and linear vertical scales into their own classes, make some improvements to log numbering tonioni |