Mercurial > hg > svgui
log layer/SpectrogramLayer.cpp @ 1025:c02de0e34233 spectrogram-minor-refactor
age | author | description |
---|---|---|
Mon, 25 Jan 2016 16:16:21 +0000 | Chris Cannam | Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder) spectrogram-minor-refactor |
Mon, 25 Jan 2016 15:52:26 +0000 | Chris Cannam | Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point) spectrogram-minor-refactor |
Fri, 22 Jan 2016 18:12:41 +0000 | Chris Cannam | Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff colourschemes |