Mercurial > hg > svgui
log view/PaneStack.cpp @ 1384:413e09f303ba spectrogramparam
age | author | description |
---|---|---|
Thu, 18 Oct 2018 13:21:56 +0100 | Chris Cannam | Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI. |
Thu, 01 Mar 2018 18:02:22 +0000 | Chris Cannam | Untabify |
Mon, 20 Apr 2015 09:19:52 +0100 | Chris Cannam | Merge from default branch alignment_view |
Tue, 10 Mar 2015 13:22:10 +0000 | Chris Cannam | More type fixes cxx11 |
Fri, 17 Oct 2014 14:58:51 +0100 | Chris Cannam | First sketch at alignment view (between panes in stack) alignment_view |
Wed, 03 Sep 2014 12:05:45 +0100 | Chris Cannam | Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan) |