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
- Move out these bits which are now in CSVFormatimport-audio-data 2018-09-07, by Chris Cannam
- Sample rangeimport-audio-data 2018-09-06, by Chris Cannam
- Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classesimport-audio-data 2018-09-06, by Chris Cannam
- Support audio-format CSV format selection in dialogimport-audio-data 2018-09-06, by Chris Cannam
- Merge from default branchimport-audio-data 2018-09-04, by Chris Cannam
- Tidy edges of scale area on Mac2018-08-09, by Chris Cannam
- Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to2018-07-04, by Chris Cannam
- Layers such as time-value layers with ColourDistinguishes property should use the dark background when a bright colour is selected. This is how it was always supposed to work, I think, but I broke it so long ago that this "fix" might itself come across as a surprising breaking change2018-07-04, by Chris Cannam
- Fix compiler warning2018-06-28, by Chris Cannam
- Handle additional caseimport-audio-data 2018-06-28, by Chris Cannam
- Rename guardimport-audio-data 2018-06-28, by Chris Cannam
- Fix compiler warningimport-audio-data 2018-06-28, by Chris Cannam
- Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)2018-06-26, by Chris Cannam
- Never scale down2018-06-26, by Chris Cannam
- Improve level-pan rendering quality on non-retina OSX2018-06-26, by Chris Cannam
- Better rendering for widget cells2018-06-25, by Chris Cannam
- Slightly nicer pan handling, avoiding showing spurious >0dB peaks2018-06-25, by Chris Cannam
- Experiment with rounded rects2018-06-22, by Chris Cannam
- Collect the bits of bookkeeping for mouse wheel events, and use in all widgets2018-06-22, by Chris Cannam
- Proper handling for wheel rotation distance2018-06-22, by Chris Cannam
- Half-steps for level in level-pan widget2018-06-21, by Chris Cannam
- Ctrl-click on level-pan tool button now also resets to default2018-06-21, by Chris Cannam
- Merge from branch plugin-path-config2018-06-11, by Chris Cannam
- Fix compiler warningplugin-path-config 2018-06-11, by Chris Cannam
- Minor improvement to (still nasty) button layout on OSXplugin-path-config 2018-06-08, by Chris Cannam
- Use type keys as indices rather than labelsplugin-path-config 2018-06-08, by Chris Cannam
- Fix erroneous tooltipplugin-path-config 2018-06-06, by Chris Cannam
- Show value of environment variable; populate for last plugin type by default (as that happens to be Vamp)plugin-path-config 2018-06-04, by Chris Cannam
- Various logic fixes, and use new setter-class structuresplugin-path-config 2018-05-25, by Chris Cannam
- Plugin review dialogplugin-path-config 2018-05-25, by Chris Cannam
- Add "Add"plugin-path-config 2018-05-23, by Chris Cannam
- More work on plugin path configuration layout &cplugin-path-config 2018-05-23, by Chris Cannam
- Toward more than one plugin type in this widgetplugin-path-config 2018-05-21, by Chris Cannam
- Grey-out meaningless buttonsplugin-path-config 2018-05-15, by Chris Cannam
- Better editing mechanismplugin-path-config 2018-05-15, by Chris Cannam
- Up/downplugin-path-config 2018-05-15, by Chris Cannam
- Toward allowing the user to see (at least, and maybe change) the plugin pathplugin-path-config 2018-05-11, by Chris Cannam
- Hack to ensure vertical scale lines are in the right place in pixel-doubling rendering2018-05-08, by Chris Cannam
- Tidy2018-05-08, by Chris Cannam
- Merge from branch horizontal-scale2018-05-03, by Chris Cannam
- Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lineshorizontal-scale 2018-05-03, by Chris Cannam
- Mergehorizontal-scale 2018-05-02, by Chris Cannam
- Fix positioning of peak lines on spectrum layer (origin is already accounted for in the bin/frequency to x conversion functions)2018-05-02, by Chris Cannam
- Tweaks to horizontal scalehorizontal-scale 2018-05-02, by Chris Cannam
- Draw some tickshorizontal-scale 2018-05-01, by Chris Cannam
- Branch toward adding horizontal numerical scales to thingshorizontal-scale 2018-05-01, by Chris Cannam
- Tidy2018-04-26, by Chris Cannam
- Scale scalable icon2018-04-26, by Chris Cannam
- Adjust y-coord of text labels to accommodate larger scaled fonts2018-04-24, by Chris Cannam
- Delete rows in reverse order for safety2018-04-23, by Chris Cannam
- Avoid crash when scrolling with an empty layer open2018-04-23, by Chris Cannam
- Make selection extents more visible on hi-dpi2018-04-19, by Chris Cannam
- Make the overlays at either end translucent, so they don't completely crop out any underlying text or necessary info (e.g. selection extents)2018-04-19, by Chris Cannam
- Formatting changes to align more with SV style conventions2018-04-17, by Lucas Thompson
- Accept optional modality in constructor and fix subsequent possible side effect (re-opening dialog when just cancelled)2018-04-17, by Lucas Thompson
- Untabify2018-03-01, by Chris Cannam
- Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy2018-03-01, by Chris Cannam
- This was new in GCC 72017-12-12, by Chris Cannam
- Add fallthrough attribute2017-12-07, by Chris Cannam
- Fix loading of should-not-auto-invert scalable icons2017-07-18, by Chris Cannam
- Merge from branch "scale-ticks"2017-07-10, by Chris Cannam
- Make use of ScaleTickIntervals in log scale as wellscale-ticks 2017-05-04, by Chris Cannam
- Rework log scale calculation, update to changed interfacescale-ticks 2017-05-04, by Chris Cannam
- Make use of ScaleTickIntervals in linear numerical scale (not log yet)scale-ticks 2017-05-04, by Chris Cannam
- Remove debug out2017-03-12, by Chris Cannam
- Make some corrections to crosshair (measure cursor) positioning and feature descriptions. Needs review.2017-03-07, by Chris Cannam
- Fix crash when changing window size in the spectrum layer2017-03-07, by Chris Cannam
- Fix failure to respect saved linear-scale setting in layer when the model suggests it would prefer log scale2017-02-28, by Chris Cannam