winit/src
Kirill Chibisov ec2888b8b7
On Wayland, fix Window::request_redraw being delayed
On Waylnad when asking for redraw before `MainEventsCleared`
would result for redraw being send on the next event loop tick,
which is not expectable given that it must be delivered on the same
event loop tick.
2022-08-12 11:54:02 +04:00
..
platform Explicitly specify minimum supported rust version 2022-07-29 14:39:41 +03:00
platform_impl On Wayland, fix Window::request_redraw being delayed 2022-08-12 11:54:02 +04:00
dpi.rs Windows: respect min/max sizes when creating the window (#2393) 2022-08-04 23:03:55 +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 Consistently deliver a Resumed event on all platforms 2022-07-26 16:03:12 +03:00
event_loop.rs On Windows, add opt-in function for device events (#2409) 2022-08-11 15:17:46 +02:00
icon.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
lib.rs Update raw-window-handle to v0.5.0 2022-07-21 22:22:36 +03:00
monitor.rs Add refresh_rate_millihertz for MonitorHandle 2022-07-08 13:25:56 +03:00
window.rs Implement version 0.4 of the HasRawWindowHandle trait 2022-08-11 18:33:02 +04:00