winit/src/platform_impl/windows
John Nunley 944347696a Replace log with tracing
Tracing is a modern replacement for the log crate that allows for
annotating log messages with the function that they come from.

Signed-off-by: John Nunley <dev@notgull.net>
Closes: #3482
2024-03-01 20:45:31 +04:00
..
event_loop On Windows, apply ScaleFactorChanged new size if different than OS (#3408) 2024-02-06 20:46:30 +01:00
dark_mode.rs m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00
definitions.rs feat(Windows): add skip taskbar methods (#2177) 2022-04-01 20:21:09 +02:00
dpi.rs On Windows, refactor dynamic function definitions and raw input keyboard handling (#3286) 2023-12-22 18:42:17 +01:00
drop_handler.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
event_loop.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
icon.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
ime.rs On Windows, fix IME area not working 2023-12-21 23:44:30 +04:00
keyboard.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
keyboard_layout.rs m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00
minimal_ime.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
mod.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
monitor.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
raw_input.rs Display all platform-specific documentation on docs.rs (#3076) 2024-01-04 12:54:35 +01:00
util.rs m: Remove once_cell dependency 2024-02-25 08:19:27 -08:00
window.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
window_state.rs Add option to enable/disable WS_CLIPCHILDREN window style (#3212) 2024-01-22 18:55:37 +01:00