log view/PaneStack.cpp @ 1416:d794630429a7

age author description
2018-10-18 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.
2018-03-01 Chris Cannam Untabify
2015-04-20 Chris Cannam Merge from default branch alignment_view
2015-03-10 Chris Cannam More type fixes cxx11
2014-10-17 Chris Cannam First sketch at alignment view (between panes in stack) alignment_view
2014-09-03 Chris Cannam Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t