winit/src/platform_impl/linux/x11
Kirill Chibisov e316a89847
x11: fix KeyboardInput delivered twice with IME
The filtered events were still processed even though they shouldn't once
we know that they're filtered.

Fixes #4048.
2024-12-22 17:51:44 +03:00
..
ime x11: don't forward key events to IME when it's disabled 2024-10-13 21:57:02 +03:00
tests On X11, reload DPI on _XSETTINGS_SETTINGS 2024-01-30 16:52:29 +04:00
util chore: fix clippy lints 2024-12-02 14:51:26 +03:00
activation.rs chore: fix clippy lints 2024-12-02 14:51:26 +03:00
atoms.rs feat: Implement smooth resizing on X11 with _NET_WM_SYNC_REQUEST 2024-07-21 09:39:43 -07:00
dnd.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event_processor.rs x11: fix KeyboardInput delivered twice with IME 2024-12-22 17:51:44 +03:00
ffi.rs m: Replace libxcursor with custom cursor code 2024-08-22 19:30:43 -07:00
mod.rs chore: fix clippy lints 2024-12-02 14:51:26 +03:00
monitor.rs chore: fix clippy lints 2024-12-02 14:51:26 +03:00
window.rs Add safe area and document coordinate systems (#3890) 2024-11-21 17:37:03 +01:00
xdisplay.rs style: simplify string formatting for readability (#4001) 2024-11-22 22:14:11 +01:00
xsettings.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00