winit/src
Mads Marquart a438091266
Rename internal structs for consistency (#2149)
Proxy -> EventLoopProxy
Id -> WindowId or DeviceId
WindowTarget -> EventLoopWindowTarget
Handle -> MonitorHandle
Mode -> VideoMode
PlatformSpecificBuilderAttributes -> PlatformSpecificWindowBuilderAttributes
SuperWindowId -> RootWindowId
2022-03-18 14:09:39 +01:00
..
platform Adopt windows-sys (#2057) 2022-03-07 22:58:12 +01:00
platform_impl Rename internal structs for consistency (#2149) 2022-03-18 14:09:39 +01: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 Reverse horizontal scroll direction (#2105) 2022-03-13 14:22:02 +01:00
event_loop.rs Fix typo in deprecation message (#2199) 2022-02-19 16:21:37 +01: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 exit code to ControlFlow::Exit (#2100) 2022-01-11 01:23:20 +01:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Update Window::is_maximized doc about X11/Wayland 2022-02-28 11:19:16 +03:00