log layer/TimeRulerLayer.cpp @ 1565:a6a31908bd13 spectrogram-export

age author description
2019-10-17 Chris Cannam Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.
2019-07-02 Chris Cannam Further layer updates for ModelById by-id
2019-07-01 Chris Cannam More layer updates by-id
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
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-13 Chris Cannam Toward highlighting peaks on spectrum spectrogramparam
2018-10-11 Chris Cannam Fix ugly text positioning/drawing on osx
2018-09-28 Chris Cannam Avoid overflow problems when dealing with large numbers of microseconds zoom
2018-09-28 Chris Cannam Use more precise text rendering when zoomed in beyond the ms level zoom
2018-09-27 Chris Cannam Fix stupidity zoom
2018-09-27 Chris Cannam Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area zoom
2018-09-20 Chris Cannam More ZoomLevel updates zoom
2018-09-19 Chris Cannam Gradual ZoomLevel updates zoom
2018-03-01 Chris Cannam Untabify
2016-06-30 Chris Cannam Move drawVisibleText to PaintAssistant spectrogram-minor-refactor
2016-01-22 Chris Cannam Some debug colourschemes
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-03-18 Chris Cannam Pass proxy to layer for painting osx-retina
2015-03-17 Chris Cannam Many fixes for the previous stuff osx-retina
2015-03-17 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
2015-03-10 Chris Cannam More type fixes cxx11
2014-08-13 Chris Cannam Don't label time zero, it gets cut off by opaque end layer
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t