Mercurial > hg > svgui
graph
- Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width2019-10-17, by Chris Cannam
- Make audio dial more visible in Mac dark mode2019-10-16, by Chris Cannam
- Return true from getValueExtents always, just with no unit in the case where we don't have a nice neat scale. This should preserve the property of preventing other layers auto-aligning to us, while also ensuring we don't get overlooked for the purposes of drawing our own scale in a situation where a scale-less layer is on top of us2019-10-16, by Chris Cannam
- Debug output2019-10-16, by Chris Cannam
- Overhaul the way WaveformLayer reports value and display extents. The previous logic has been nonsense for a very long time, excused only by the fact that it was very seldom relevant (only really if another layer with unit V came along that wanted to auto-align with it). Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode2019-10-16, by Chris Cannam
- Fix getScaleProvidingLayerForUnit to make it only return a layer that actually has display extents. Modify getVisibleExtentsForUnit to make it more like the behaviour in 3.x: where no layer with display extents is found, use the union of the value extents of layers with the right unit. Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode.2019-10-16, by Chris Cannam
- Debug output tweaks2019-10-16, by Chris Cannam