egui/crates/egui-winit/src
Emil Ernerfeldt 61a7b90d5b
Improve multi-viewports across monitors with different scales (#3663)
It required some ugly code in `egui-winit` in order to fix this without
breaking sem-ver (I want this to land in a 0.24.1 patch release). I'll
clean up in time for 0.25.

There is still a font rendering bug when using immediate viewports
across multiple viewports, but that's harder to fix.
2023-11-30 12:08:53 +01:00
..
clipboard.rs Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
lib.rs Improve multi-viewports across monitors with different scales (#3663) 2023-11-30 12:08:53 +01:00
window_settings.rs Introduce global `zoom_factor` (#3608) 2023-11-22 20:34:51 +01:00