abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/CurrentlyTypedWord.java
AgeCommit message (Expand)AuthorFilesLines
6 daysFix crash when the cursor moves past an emoji (#1264)Jules Aguillon1-1/+3
2026-04-16Autocorrect middle word (#1242)Jules Aguillon1-1/+1
2026-04-12Fix crash added in #1233 (#1234)Jules Aguillon1-1/+2
2026-04-12Better spell check with cursor in the middle of a word (#1233)Jules Aguillon1-18/+91
2026-04-10Increase lookback when looking for the last word (#1226)Jules Aguillon1-1/+1
2026-02-19Autocomplete on space bar and undo on delete (#1179)Jules Aguillon1-1/+7
2026-02-01Candidates view improvements (#1168)Jules Aguillon1-4/+1
2025-12-28Fix CurrentlyTypedWord counting the first letter twiceJules Aguillon1-1/+3
2025-12-28CurrentlyTypedWord: Handle key eventsJules Aguillon1-5/+40
2025-12-28CurrentlyTypedWord: Handle selectionJules Aguillon1-12/+23
2025-12-28Enter the suggestion when it's pressedJules Aguillon1-4/+6
2025-12-28Track the currently typed wordJules Aguillon1-0/+99