slint/tests
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
..
cases Fix cursor navigation when using combining characters 2021-08-01 09:35:19 +02:00
doctests Use impl Default instead of new() constructors 2021-07-12 13:22:25 +02:00
driver Use impl Default instead of new() constructors 2021-07-12 13:22:25 +02:00
helper_components Update license date 2021-07-02 15:55:54 +02:00