You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add option for dpiScale to globalContext and scale font with dpiScale factor
* Scale everthing with the dpiScale factor
* set GLFW_SCALE_TO_MONITOR for proper windows size on start up
* Make sure the dpiScale factor is in a reasonable range (1x-10x)
* some refactor/renaming, plus bugfixes for nested context push
* remove global font atlas engine pointer
* autoset uiscale and restore from prefs file
* disable GLFW_SCALE_TO_MONITOR
* remove debug code
* set uiScale on non-glfw backends
* fix imgui init calls for non-GLFW backends
---------
Co-authored-by: Nicholas Sharp <[email protected]>
0 commit comments