graph
- Add option to make pane sizes auto-resize-only (i.e. remove user control via a splitter); also place alignment views above panes instead of below, meaning the extra bit of space that we currently have for the pane without one at least goes to the primary panesingle-point 2019-04-30, by Chris Cannam
- Shrink alignment panes to sensible size on non-hi-dpi screenssingle-point 2019-04-30, by Chris Cannam
- Add getNearbyColourIndex to ColourDatabase; tweak getContrastingColour for bright colours; add commentssingle-point 2019-04-30, by Chris Cannam
- Avoid showing final (useless) alignment viewsingle-point 2019-04-25, by Chris Cannam
- Make AudioDial a bit more visible with a dark backgroundsingle-point 2019-04-24, by Chris Cannam
- Merge from default branchsingle-point 2019-04-24, by Chris Cannam
- Comment2019-04-24, by Chris Cannam
- Add function to request multiple filenames2019-04-23, by Chris Cannam
- Update to using export IDs stored in XmlExportablessingle-point 2019-03-28, by Chris Cannam
- Use updated ImageModelsingle-point 2019-03-22, by Chris Cannam
- Use updated TextModelsingle-point 2019-03-22, by Chris Cannam
- Fix tendency of start position of measure rect to wander as you drag out the rect (at certain zoom resolutions)single-point 2019-03-21, by Chris Cannam
- Merge2019-03-21, by Chris Cannam
- Fix tendency of start position of measure rect to wander as you drag out the rec2019-03-21, by Chris Cannam
- Updates for SparseOneDimensionalModel in new APIsingle-point 2019-03-21, by Chris Cannam
- Further snap fixessingle-point 2019-03-20, by 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, by Chris Cannam
- Use overspill to render time-value point line properly at edgessingle-point 2019-03-20, by Chris Cannam
- Update TimeValueLayer etcsingle-point 2019-03-19, by Chris Cannam
- Update RegionLayer to updated RegionModelsingle-point 2019-03-15, by Chris Cannam
- Update to use external set of commandssingle-point 2019-03-15, by Chris Cannam
- Update following FlexiNoteModel removal, using new NoteModel API where flexi was previously usedsingle-point 2019-03-14, by Chris Cannam
- Finish updating NoteLayer to single-point APIsingle-point 2019-03-14, by Chris Cannam
- Toward getting NoteLayer to work with single-point APIssingle-point 2019-03-13, by Chris Cannam
- Update to Event api in place of Clipboard pointssingle-point 2019-03-08, by Chris Cannam
- Keep the point being edited highlighted while the edit dialog is open2019-03-05, by Chris Cannam
- Fix inadvertent hardcoding of SV file extension2019-02-18, by Chris Cannam
- Merge2019-02-14, by Chris Cannam
- Comments2019-02-14, by 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 reason2019-02-14, by Chris Cannam
- Merge2019-01-23, by Chris Cannam
- Fix potential divide-by-zero2019-01-21, by Chris Cannam
- Avoid compiler warning2019-01-21, by Chris Cannam
- Merge from branch fix-static-analysis2019-01-09, by Chris Cannam
- Support changing the separator (if more than one plausible one is found) and repopulating the dialog2019-01-09, by Chris Cannam
- Debug tweaks2018-12-19, by Chris Cannam
- Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)2018-12-19, by Chris Cannam
- Merge from default branchfix-static-analysis 2018-12-04, by Chris Cannam
- Fix erasing of Region layer labels as the playhead moves over them2018-11-29, by Chris Cannam
- Use nullptr throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Header guardsfix-static-analysis 2018-11-26, by Chris Cannam
- Use override throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Fixes from clang modernize-use-overridefix-static-analysis 2018-11-22, by Chris Cannam
- Make horizontal wheeling a bit less crazily fast in the absence of fine delta information2018-11-16, by 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 padding2018-11-15, by Chris Cannam
- Handle integer pixel scaling as well2018-11-15, by Chris Cannam
- Scale pen for retina display on macOS as well as for hidpi display elsewhere2018-11-15, by Chris Cannam
- Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels.2018-11-15, by Chris Cannam