winit-sonoma-fix/src
Kirill Chibisov 485e82dcb1
Add getters for visible, resizeable, etc on X11
This commit adds `Window::is_visible`, `Window::is_decorated`, and
`Window::is_resizable` APIs on X11.
2022-04-10 01:51:54 +03:00
..
platform feat(Windows): add skip taskbar methods (#2177) 2022-04-01 20:21:09 +02:00
platform_impl Add getters for visible, resizeable, etc on X11 2022-04-10 01:51:54 +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 Reverse horizontal scroll direction (#2105) 2022-03-13 14:22:02 +01:00
event_loop.rs Discourage use of WaitUntil to implement VSync (#2230) 2022-03-31 22:38:02 +02: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 Add is_resizable and is_decorated on Wayland 2022-04-07 03:05:11 +03:00