Kirill Chibisov
bd98561b38
chore: fix typos from recent typos-cli ( #4329 )
2025-08-12 16:30:34 +09:00
DorotaC
e7a6034b55
winit-core: add surrounding_text for IME
...
Allow communicating surrounding text to IME to better handle user input
and account for content around for preedit.
2025-07-13 14:57:10 +09:00
DorotaC
abed32eb80
winit-core/window: wrap ImeCapabilities in struct
...
To prevent user from using `::all()` and thus writing not forward
compatible code wrap the bitflags struct and provide simpler interface
to it.
2025-06-29 13:53:47 +09:00
DorotaC
08907148ec
winit-core/window: add Window::request_ime_update
...
Allow updating IME state atomically to make it easier for platforms
where it's atomic by its nature, like Wayland. The old API is marked
as deprecated and is routed to the new atomic API.
Co-authored-by: dcz <gilapfco.dcz@porcupinefactory.org>
2025-06-28 13:14:20 +09:00
Enn3Developer
fe1eab07ae
wayland: add xdg_toplevel_icon_v1 support
...
Closes : #3859 .
2025-06-22 19:40:05 +09:00
Kirill Chibisov
9598eb371c
winit-core: fix tests
2025-05-14 21:18:44 +09:00
Kirill Chibisov
634b9baea2
winit-core: drop all cfg except web
2025-05-14 21:18:44 +09:00
Kirill Chibisov
cf5e422dc8
winit-core: drop broken docs
...
Generally, winit-core doesn't know about underlying platforms, though,
some general information which will true for any implementation was
left in place.
2025-05-14 21:18:44 +09:00
Kirill Chibisov
b4c5b76155
winit-core: move window
...
Create `WindowAttributes` for respective platform specific window
attributes in `winit` due to move of `WindowAttributes`.
2025-05-14 21:18:44 +09:00