winit/src/platform_impl/macos
Kirill Chibisov f10ef5f331
On macOS, fix confirmed character inserted
When confirming input in e.g. Korean IME or using characters like
`+` winit was sending those twice, once via `Ime::Commit` and the
other one via `ReceivedCharacter`, since those events weren't generating
any `Ime::Preedit` and were forwarded due to `do_command_by_selector`.
2022-07-21 22:23:22 +03:00
..
util Fix macOS 32bit (#2327) 2022-06-11 03:43:51 +02:00
app.rs Migrate from lazy_static to once_cell 2022-06-08 21:50:26 +03:00
app_delegate.rs Bump sctk-adwaita to 0.4.1 2022-07-20 11:50:49 +03:00
app_state.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
event.rs Prefix numpad virtual key codes with Numpad 2020-09-20 12:58:24 +03:00
event_loop.rs Update raw-window-handle to v0.5.0 2022-07-21 22:22:36 +03:00
ffi.rs Remove core-video-sys dependency (#2326) 2022-06-11 02:37:46 +02:00
menu.rs Use objc's autoreleasepool instead of manually with NSAutoreleasePool (#1936) 2021-05-27 17:38:41 +02:00
mod.rs Make WindowAttributes private (#2134) 2022-06-10 19:05:28 +02:00
monitor.rs Add refresh_rate_millihertz for MonitorHandle 2022-07-08 13:25:56 +03:00
observer.rs ci: Disallow warnings in rustdoc and test private items (#2341) 2022-06-17 14:19:09 +02:00
view.rs On macOS, fix confirmed character inserted 2022-07-21 22:23:22 +03:00
window.rs Update raw-window-handle to v0.5.0 2022-07-21 22:22:36 +03:00
window_delegate.rs Bump sctk-adwaita to 0.4.1 2022-07-20 11:50:49 +03:00