Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-10-21 | Initial input handling cleanup. | Phil Jones | |
Also changed keyboard shortcuts to use physical keycodes, rather than XKB keysyms. This means shortcuts don't shift when keyboard layout is changed. | |||
2022-10-18 | Improve UTF-8 handling. | Phil Jones | |
This should allow case-insensitive matching for non-Latin characters, and fix matching for characters with diacritics. |