winit/src
daxpedda 15b79b18e1
Add ActiveEventLoop::system_theme()
This also fixes macOS returning `None` in `Window::theme()` if no theme
override is set, instead it now returns the system theme.

MacOS and Wayland were the only ones working correctly according to the
documentation, which was an oversight. The documentation was "fixed"
now.

Fixes #3837.
2024-08-05 21:51:38 +03:00
..
changelog Add ActiveEventLoop::system_theme() 2024-08-05 21:51:38 +03:00
platform Web: monitor API improvements (#3847) 2024-08-04 16:49:19 +02:00
platform_impl Add ActiveEventLoop::system_theme() 2024-08-05 21:51:38 +03:00
application.rs Implement ApplicationHandler::can_create|destroy_surfaces() (#3765) 2024-06-30 00:41:57 +02:00
cursor.rs Web: use the word "Web" correctly and consistently (#3785) 2024-07-10 16:17:39 +02:00
error.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs Remove DeviceEvent::Motion and WindowEvent::AxisMotion 2024-08-05 13:15:53 +03:00
event_loop.rs Add ActiveEventLoop::system_theme() 2024-08-05 21:51:38 +03:00
icon.rs Web: use the word "Web" correctly and consistently (#3785) 2024-07-10 16:17:39 +02:00
keyboard.rs Run doc tests on Web as well (#3799) 2024-07-20 21:20:18 +02:00
lib.rs Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
monitor.rs Web: monitor API improvements (#3847) 2024-08-04 16:49:19 +02:00
utils.rs chore: fix some typos in comments (#3635) 2024-04-27 15:29:11 +02:00
window.rs Add ActiveEventLoop::system_theme() 2024-08-05 21:51:38 +03:00