winit/winit-core/src
DorotaC f41897cfa4
examples/ime: fix crash on wayland
When pressing Ctrl+Space, KeyEvent::text_with_all_modifiers would return
\0. That would get included in the text-input text. When an input method
gets activated, the invalid string returning \0 would get sent as
surrounding text, resulting in a Wayland protocol error and crashing the
application.
2025-10-29 13:40:30 +09:00
..
application winit-core: cleanup event loop docs 2025-05-14 21:18:44 +09:00
event_loop Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
as_any.rs winit-core/as_any: fix Box<AsAny> casting 2025-06-08 22:11:02 +09:00
cursor.rs chore: fix nightly clippy 2025-10-07 17:56:05 +09:00
error.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
event.rs examples/ime: fix crash on wayland 2025-10-29 13:40:30 +09:00
icon.rs chore: fix nightly clippy 2025-10-07 17:56:05 +09:00
keyboard.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
lib.rs Remove the need for cfg_aliases in winit-core (#4271) 2025-06-06 13:24:01 +02:00
monitor.rs chore: fix nightly clippy 2025-10-07 17:56:05 +09:00
window.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00