Mercurial > hg > svgui
log layer/TimeRulerLayer.cpp @ 1620:dc0e47f234a2 tip
age | author | description |
---|---|---|
Thu, 17 Oct 2019 11:12:54 +0100 | 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. |
Tue, 02 Jul 2019 14:08:44 +0100 | Chris Cannam | Further layer updates for ModelById by-id |
Mon, 01 Jul 2019 14:17:13 +0100 | Chris Cannam | More layer updates by-id |
Wed, 20 Mar 2019 14:59:34 +0000 | 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 |
Mon, 26 Nov 2018 14:33:54 +0000 | Chris Cannam | Use nullptr throughout fix-static-analysis |
Tue, 13 Nov 2018 15:16:48 +0000 | Chris Cannam | Toward highlighting peaks on spectrum spectrogramparam |