winit-sonoma-fix/src
Yusuke Kominami 8afeb910bd
Add composition event on macOS (#1979)
* Enable to show text when IME is active

* Remove unnecessary variable

* Enable to use IME

* fmt

* Remove println! for debug

* Fix handling of utf-8 string

* clear_marked_text should be rust function, not member function

* Store state information in ViewState

* Remove unnecessary function

* format

* Remove mut

* format

* Remove duplicate marked text

* Remove unused `is_preediting` field

Co-authored-by: Artúr Kovács <kovacs.artur.barnabas@gmail.com>
2021-08-09 11:14:13 +02:00
..
platform Remove libc dependency on non-linux platforms (#1976) 2021-07-13 17:27:47 +02:00
platform_impl Add composition event on macOS (#1979) 2021-08-09 11:14:13 +02:00
dpi.rs Changed description of window scale factor in Events (#1834) 2021-06-16 09:24:49 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Fix typo in events documentation (#1960) 2021-06-13 14:26:20 +02:00
event_loop.rs Clarify ControlFlow::Poll doc for web (#1725) 2020-09-24 10:30:26 -04:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
lib.rs Remove support for stdweb (#1941) 2021-05-24 10:06:21 -07:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Implement Window::request_redraw on Android (#1953) 2021-06-05 12:47:08 +02:00