darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.4k stars 440 forks source link

Implement magnification in NSScrollView #1484

Open CKegel opened 8 months ago

CKegel commented 8 months ago

Our implementation of NSScrollView in the Cocotron does not support magnification. Implementing ScaleUnitSquaretoSize may help, see the GNUStep implementation for inspiration.