log layer/ImageLayer.h @ 1566:1f80a514ce29

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-06-28 Chris Cannam Further layer updates for ById by-id
2019-06-27 Chris Cannam Some work on updating layers for ModelId bits by-id
2019-03-22 Chris Cannam Use updated ImageModel single-point
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-03-01 Chris Cannam Untabify
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-09 Chris Cannam Working through the float/double and int/sv_frame_t fixes cxx11
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2009-01-15 Chris Cannam * Fix crash in SimpleSPARQLQuery
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-02-06 Chris Cannam * More work on aligning copy/paste between layers. It's a surprisingly
2007-10-18 Chris Cannam * RemoteFile -> FileSource
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-10-10 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
2007-10-05 Chris Cannam * Add support for remote files to image layer
2007-10-05 Chris Cannam * More work on image layer display &c
2007-10-04 Chris Cannam * Phase 1 of an image layer.