5 ms·
Same, I've been tracking this and Pharo for high-DPI fixes. Pharo is working on a new graphics stack that is intended to address this as well, but until then no
by sswezey 1mo ago
Same, I've been tracking this and Pharo for high-DPI fixes. Pharo is working on a new graphics stack that is intended to address this as well, but until then no high-DPI support.
- mparrett 1mo agoI see some movement on high-DPI in the latest release. What are the current gaps? I'm not familiar with the project, just curious. > Improves high-DPI support for buttons, scroll panes, sliders, menus, multi-selection lists, trees, drop-shadows, the scratch pad, the keyboard exerciser, and others. https://squeak.org/release_notes/6.1/#:~:text=and%20dialog%20windows.-,Improves%20high%2DDPI%20support,-for%20buttons%2C%20scroll https://squeak.org/release_notes/6.1/#:~:text=and%20dialog%2...
- sswezey 1mo agoI opened the Squeak image on my Mac, and everything looks good that I checked.
- sczi 1mo agoDoes Glamorous Toolkit work for you? It's pharo with a different rust based GUI stack, and some batteries included for making custom inspector views and such. I don't have a high DPI display so I'm not completely confident, but my understanding is that their rust based GUI works fine with high DPI.