winit/src
Phillip Hellewell bcd76d4718
On macOS, emit resize event on frame_did_change
When the window switches mode from normal to tabbed one, it doesn't
get resized, however the frame gets resized. This commit makes
winit to track resizes when frame changes instead of window.

Fixes #2191.
2022-05-23 22:53:07 +03:00
..
platform On Wayland, provide option for better CSD 2022-05-20 03:09:23 +03:00
platform_impl On macOS, emit resize event on frame_did_change 2022-05-23 22:53:07 +03:00
dpi.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Add new Ime event for desktop platforms 2022-05-07 05:29:25 +03:00
event_loop.rs Add methods to set ControlFlow operation 2022-04-10 04:32:02 +03:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
lib.rs Add methods to set ControlFlow operation 2022-04-10 04:32:02 +03:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Add new Ime event for desktop platforms 2022-05-07 05:29:25 +03:00