abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
AgeCommit message (Expand)AuthorFilesLines
2026-04-10Dictionary activity: Status message when the keyboard is not enabled (#1228)Jules Aguillon1-0/+3
2026-04-10Disable spacebar autocomplete when suggestions are hidden (#1227)Jules Aguillon2-0/+10
2026-04-10Increase lookback when looking for the last word (#1226)Jules Aguillon1-1/+1
2026-03-06Make layout text editor not redraw every frame (#1192)dzaima1-2/+9
2026-02-27Some slider changes (#1195)dzaima2-10/+25
2026-02-25Separate colors for pressed vs activated labels (#1193)dzaima2-1/+4
2026-02-25Add missing alphabet + ~ compose sequences (#1194)dzaima1-152/+152
2026-02-25Update target SDK version to 36 (#1190)Jules Aguillon1-0/+9
2026-02-24Fix no keyboard after switching from clipboard manager (#1189)Jules Aguillon1-22/+22
2026-02-24Fix crash introduced in #1183 (#1187)Jules Aguillon1-1/+2
2026-02-22Improve suggestion for capitalized words (#1183)Jules Aguillon1-14/+39
2026-02-21Fix space and delete not repeating (#1182)Jules Aguillon1-25/+15
2026-02-19Autocomplete on space bar and undo on delete (#1179)Jules Aguillon7-80/+187
2026-02-19Refactor: KeyValue constants (#1180)Jules Aguillon7-44/+57
2026-02-08Fix label color when keys are pressed (#1173)Jules Aguillon1-1/+1
2026-02-02Spell checking (#1137)Jules Aguillon12-22/+483
2026-02-01Candidates view improvements (#1168)Jules Aguillon9-28/+89
2026-01-31Avoid loops in modmaps (#1167)Jules Aguillon2-1/+12
2026-01-30Option to switch to the previously used keyboard (#1165)Jules Aguillon5-10/+33
2026-01-18Add the small capital letters dead key (#1156)Jules Aguillon4-232/+247
2026-01-18Refactor: Split DeviceLocales out of Keyboard2 (#1154)Jules Aguillon3-61/+107
2025-12-28Fix CurrentlyTypedWord counting the first letter twiceJules Aguillon2-4/+4
2025-12-28CurrentlyTypedWord: Handle key eventsJules Aguillon2-7/+46
2025-12-28CurrentlyTypedWord: Handle selectionJules Aguillon1-12/+23
2025-12-28Enter the suggestion when it's pressedJules Aguillon3-7/+31
2025-12-28Track the currently typed wordJules Aguillon5-6/+161
2025-12-28Candidates viewJules Aguillon6-8/+139
2025-12-26Fix clipboard manager crashes (#1148)Jules Aguillon2-22/+33
2025-12-22Fix various linting issues (#1146)Jules Aguillon9-16/+18
2025-12-18Disable selection mode in text editors (#1141)Jules Aguillon8-118/+157
2025-12-13Remove emoji history migration function (#1139)Jules Aguillon2-745/+0
2025-12-13Fix parsing of escaped characters in macros (#1126)Jules Aguillon2-7/+33
2025-11-10Fix insets being excluded from computed width (#1127)dzaima1-0/+1
2025-11-01Update ComposeKeyData.javaJules Aguillon1-150/+150
2025-09-29Cobalt & Pine theme (#1084)wei lang1-0/+3
2025-09-29Make history duration configurable (#1074)Matej Drobnič2-3/+13
2025-09-15Allow smaller row height in custom layouts (#1100)Jules Aguillon1-1/+1
2025-08-31Use the <fn /> mappings first when typing a gesture (#1085)Jules Aguillon1-0/+7
2025-08-24add Everforest Light theme (#1080)Animesh1-0/+1
2025-08-17Slider sensitivity option and improve slider ergonimics (#1070)Jules Aguillon2-3/+3
2025-08-07Fix very small label size on 11+ columns layouts (#1046)Jules Aguillon1-3/+3
2025-07-30Fix alternate keyboard layouts rendering behind navbar on some devices. (#1062)cillyvms1-0/+1
2025-07-22Fix missing swipe vibration and visual feedback (#1054)Jules Aguillon1-0/+1
2025-07-22Add compose sequences for ꜩ Ꜩ (#1058)Harry-Ais01-146/+146
2025-07-19Added Majuscules to the Cyrillic Compose Sequences (#1042)Anastázius Kaejatídarján1-207/+215
2025-07-19Fix autocapitalisation flicker (#1047)JeelsBoobz1-1/+1
2025-07-11Use screen width to switch layouts (#1029)Matej Drobnič1-31/+25
2025-07-06Workaround Godot editor not implementing setSelection() (#1033)Jules Aguillon1-6/+12
2025-07-06Fix crash with unexpected value in NumberLayout pref (#1036)Jules Aguillon2-4/+14
2025-07-02Promote ComposeKeyData.javaJules Aguillon1-113/+113