winit/src
Kirill Chibisov ff0ce9d065
Rename Window::set_inner_size to Window::request_inner_size
Some systems could resize the window immediately and we'd rather
inform the users right away if that was the case, so they could
create e.g. EGLSurface without waiting for resize, which is really
important for Wayland.

Fixes #2868.
2023-07-10 04:02:26 +00:00
..
platform Allow recreating wasm event loop with spawn (#2897) 2023-06-23 19:31:42 +02:00
platform_impl Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00:00
dpi.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03: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 On Web, implement WindowEvent::Occluded (#2940) 2023-07-10 02:02:38 +02:00
event_loop.rs Allow recreating wasm event loop with spawn (#2897) 2023-06-23 19:31:42 +02:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
keyboard.rs Implement PartialOrd/Ord for KeyCode/NativeKeyCode 2023-07-01 19:07:35 +04:00
lib.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
monitor.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
window.rs Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00:00