Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Add text cursor support. | Phil Jones | |
This turned out to be much more complex than anticipated, and the potential for bugs is therefore quite high. | |||
2022-11-24 | Speed up string vector filtering and loading. | Phil Jones | |
We can assume that string vectors generated by tofi are already normalised, so don't waste time normalising them again. Also make sure to validate strings from the user. | |||
2022-11-19 | Add support for pasting from clipboard. | Phil Jones | |
2022-10-23 | Replace wchar and friends with Unicode handling. | Phil Jones | |
All text handling should now be explicitly UTF-8 or UTF-32, removing the ambiguity around wchar_t and related functions. |