Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a90a2e75 | 2022-01-30 16:44:44 | Fix text_input_v3 preedit string For every batch of text_input_v3 updates, if there is no preedit in this batch, preedit should be cleared. | ||
| 120c76c8 | 2022-01-03 09:40:00 | Updated copyright for 2022 | ||
| 74162b74 | 2021-07-29 13:27:31 | wayland: Add support for text-input-unstable-v3 | ||
| eeee7308 | 2021-03-29 16:57:03 | wayland: Implement IME support. Note that this is purely to make it possible to enter text that requires composition - for example, before this commit Kanji input didn't work at all. The big problem this still has is that we need the window position, and this is still not implemented. Once we have this information we can do the equivalent of XTranslateCoordinates to put the rectangle where we want it. |