slint/sixtyfps_runtime/corelib/items
Simon Hausmann 17b3fbc7cf Fix cursor navigation when using combining characters
The cursor navigation left/right (and subsequently text selection) needs
to respect grapheme boundaries. Since we already depend on the
unicode-segmentation crate through femtovg, we might as well use the
functionality for determining grapheme boundaries from there.

The only place where the cursor navigation is allowed to break that is
when using backspace, as that allows the user to break glyph clusters.
2021-08-01 09:35:19 +02:00
..
image.rs internal cleanup: Rename ComponentWindow to WindowRc 2021-07-21 20:33:02 +02:00
text.rs Fix cursor navigation when using combining characters 2021-08-01 09:35:19 +02:00