graph
- Merge from default branchspectrogramparam 2018-11-06, by Chris Cannam
- Make the context help for custom controls explain how to reset them2018-11-06, by Chris Cannam
- Experimental oversampling paramspectrogramparam 2018-11-06, by Chris Cannam
- Avoid nan/inf values (and consequent crash) in colour scale range2018-11-06, by Chris Cannam
- Use label of property for tooltip, not just id of it2018-11-06, by Chris Cannam
- Merge from branch zoom2018-11-06, by Chris Cannam
- Fix incorrect start/end overlay drawing when zoomed far inzoom 2018-11-06, by Chris Cannam
- Merge from default branchzoom 2018-11-06, by Chris Cannam
- Scaling tweaks2018-11-05, by Chris Cannam
- Short-circuit drawing a little bit for contiguous ranges2018-11-02, by Chris Cannam
- Progressively increase sample-box size slightly2018-11-02, by Chris Cannam
- Initialise level and pan from current state of layer's parameters (e.g. when reloading session)waverevision 2018-11-01, by Chris Cannam
- Use a distinguishable text for this statewaverevision 2018-11-01, by Chris Cannam
- Merge branch waverevision2018-11-01, by Chris Cannam
- Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevantwaverevision 2018-10-31, by Chris Cannam
- Fix the mix/merge channels behaviour in pixels-per-frame zone2018-10-30, by Chris Cannam
- Minor tidying2018-10-30, by Chris Cannam
- Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped2018-10-30, by Chris Cannam
- Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through2018-10-30, by 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-10-18, by Chris Cannam
- Merge2018-10-12, by Chris Cannam
- Merge from default branchzoom 2018-10-05, by Chris Cannam
- Merge2018-10-11, by Chris Cannam
- Oops, typeof is not standard2018-10-11, by Chris Cannam
- Rework cacheing logic to reduce the number of reallocations and be more correct about the repaint areas. I don't expect the difference to be really noticeable but in theory performance should be a little better...2018-10-11, by Chris Cannam
- Fix ugly text positioning/drawing on osx2018-10-11, by Chris Cannam
- Remove some debug bits2018-10-10, by Chris Cannam
- Use zoom constraints more consistently, including the new RelativelyFine one2018-10-10, by Chris Cannam
- Merge from branch zoom2018-10-10, by Chris Cannam
- Debug tweakszoom 2018-10-05, by Chris Cannam
- Scale positioning2018-10-03, by Chris Cannam
- Use newly-introduced cancel icon instead of fileclose. The deceptive name of fileclose had me thinking nobody was using it, so I removed it and the cancel buttons disappeared2018-10-03, by Chris Cannam
- Merge from default branchzoom 2018-10-01, by Chris Cannam
- Avoid blowing up when faced with min==max in parameter range2018-10-01, by Chris Cannam
- Use locale-aware comparators for sorting user-visible strings2018-10-01, by Chris Cannam
- Avoid overflow problems when dealing with large numbers of microsecondszoom 2018-09-28, by Chris Cannam
- Use more precise text rendering when zoomed in beyond the ms levelzoom 2018-09-28, by Chris Cannam
- This is the correct sizezoom 2018-09-28, by Chris Cannam
- Fix crash when scrolling beyond end of waveform (+ fix compiler warnings)zoom 2018-09-27, by Chris Cannam
- Fix stupidityzoom 2018-09-27, by Chris Cannam
- Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint areazoom 2018-09-27, by Chris Cannam
- Remove WaveformOversampler again from here; it's now in svcorezoom 2018-09-26, by Chris Cannam
- Add custom waveform oversampler methodzoom 2018-09-26, by Chris Cannam
- Get oversampled rendering almost working, but I think we need to take more care with the oversampling itselfzoom 2018-09-25, by Chris Cannam
- Fix accidental always-auto-normalisezoom 2018-09-25, by Chris Cannam
- Toward oversampling renderingzoom 2018-09-24, by Chris Cannam
- Factor out paintChannelScaleGuideszoom 2018-09-21, by Chris Cannam
- Another tidyzoom 2018-09-21, by Chris Cannam
- A further refactor with range blockszoom 2018-09-21, by Chris Cannam
- Refactor out paintChannelzoom 2018-09-21, by Chris Cannam
- Fix typo that created un-reloadable session filezoom 2018-09-21, by Chris Cannam
- Ensure getFrameForX returns value on zoom blocksize boundary; take advantage of that (this is essentially reverting to the same behaviour as in the default branch, which we should probably have done all along)zoom 2018-09-21, by Chris Cannam
- Responding to a hang due to mismatching zoom and block sizeszoom 2018-09-20, by Chris Cannam
- Avoid compiler warningzoom 2018-09-20, by Chris Cannam
- Further ZoomLevel fixeszoom 2018-09-20, by Chris Cannam
- More ZoomLevel updateszoom 2018-09-20, by Chris Cannam
- Gradual ZoomLevel updateszoom 2018-09-19, by Chris Cannam
- Merge from default branchzoom 2018-09-17, by Chris Cannam
- Merge from branch import-audio-data2018-09-12, by Chris Cannam
- Propose to take only value-like columns as audio samples, not all numeric ones - now that it's easy enough for the user to overruleimport-audio-data 2018-09-12, by Chris Cannam