log

age author description
2019-03-20 Chris Cannam Further snap fixes single-point
2019-03-20 Chris Cannam Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest! single-point
2019-03-20 Chris Cannam Use overspill to render time-value point line properly at edges single-point
2019-03-19 Chris Cannam Update TimeValueLayer etc single-point
2019-03-15 Chris Cannam Update RegionLayer to updated RegionModel single-point
2019-03-15 Chris Cannam Update to use external set of commands single-point
2019-03-14 Chris Cannam Update following FlexiNoteModel removal, using new NoteModel API where flexi was previously used single-point
2019-03-14 Chris Cannam Finish updating NoteLayer to single-point API single-point
2019-03-13 Chris Cannam Toward getting NoteLayer to work with single-point APIs single-point
2019-03-08 Chris Cannam Update to Event api in place of Clipboard points single-point
2019-03-05 Chris Cannam Keep the point being edited highlighted while the edit dialog is open
2019-02-18 Chris Cannam Fix inadvertent hardcoding of SV file extension
2019-02-14 Chris Cannam Merge
2019-02-14 Chris Cannam Comments
2019-02-14 Chris Cannam Use zero-width pen when zoomed out - this seems to make a huge difference to speed when rendering on top of another layer, for some reason
2019-01-23 Chris Cannam Merge
2019-01-21 Chris Cannam Fix potential divide-by-zero
2019-01-21 Chris Cannam Avoid compiler warning
2019-01-09 Chris Cannam Merge from branch fix-static-analysis
2019-01-09 Chris Cannam Support changing the separator (if more than one plausible one is found) and repopulating the dialog
2018-12-19 Chris Cannam Debug tweaks
2018-12-19 Chris Cannam Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
2018-12-04 Chris Cannam Merge from default branch fix-static-analysis
2018-11-29 Chris Cannam Fix erasing of Region layer labels as the playhead moves over them
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-11-22 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
2018-11-16 Chris Cannam Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
2018-11-15 Chris Cannam Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
2018-11-15 Chris Cannam Handle integer pixel scaling as well
2018-11-15 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere