abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Expand)AuthorFilesLines
2022-07-30Fix crash when auto-capitalisation runs too soonJules Aguillon1-0/+2
2022-07-30Fix auto-capitalisation interfering with caps lockJules Aguillon2-2/+3
2022-07-30Standard auto-capitalisation only after spaceJules Aguillon2-87/+32
2022-07-24Hold any modifier to lockJules Aguillon3-27/+55
2022-07-24Add an option to control auto capitalisationJules Aguillon2-1/+4
2022-07-24Avoid automatic capitalisation when using arrowsJules Aguillon2-8/+42
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon5-4/+218
2022-07-09Add alternative greek and math symbolsquantenzitrone1-0/+30
2022-07-09added uppercase ẞ of ßQuantenzitrone1-0/+1
2022-07-09Switch to greekmath with Fn+switch_numericJules Aguillon1-0/+10
2022-07-09Add key for switching to the greekmath paneJules Aguillon3-1/+10
2022-07-03Add ukrainian layout (#172)Andrew Cat1-0/+1
2022-07-03Compatibility with API level < 24Jules Aguillon1-1/+1
2022-06-24Revert "Remove the vibration settings"Jules Aguillon2-0/+5
2022-06-24Fix F12 being turned into F11Jules Aguillon1-1/+6
2022-06-24Fix localized key not in predefined positionJules Aguillon7-76/+123
2022-06-06Remove the interval between vibrationsJules Aguillon1-12/+3
2022-06-06Remove the vibration settingsJules Aguillon2-17/+4
2022-06-06Fix inconsistent text size in landscape modeJules Aguillon1-4/+8
2022-06-06Increase horizontal spacing in landscape modeJules Aguillon1-2/+9
2022-06-06New setting: Keyboard height in landscape modeJules Aguillon1-4/+3
2022-06-06Don't add extra keys to the numeric paneJules Aguillon1-13/+19
2022-06-06Remove the option "Show every accents"Jules Aguillon1-2/+2
2022-06-06Refactor: Remove KeyValue.nameJules Aguillon6-120/+142
2022-06-05Fix "REMOVED" key appearing when typing Fn and ShiftJules Aguillon1-0/+2
2022-06-05Refactor: Make KeyValue finalJules Aguillon4-7/+18
2022-06-05Refactor: Merge KeyValue._code and _flags fieldsJules Aguillon1-40/+54
2022-06-05Refactor: Separate Events and Keyevents and use enumsJules Aguillon6-202/+212
2022-06-05Refactor: Merge KeyValue.char and code fieldsJules Aguillon5-67/+50
2022-06-05Refactor: Associate key events in KeyModifierJules Aguillon3-83/+81
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon10-242/+357
2022-06-05Turkish layout & translation (#151)erqan1-0/+1
2022-06-05Add combining 'accent_arrow_right'Jules Aguillon4-1/+32
2022-06-05Add the 'accent_slash' modifierJules Aguillon4-0/+31
2022-06-05Stop using flags for modifiersJules Aguillon9-378/+466
2022-06-04Add colemak layout (#135)Djuric1-0/+1
2022-05-29Add layout: QWERTY (Hungarian)Jules Aguillon1-2/+3
2022-05-29Automatically place localized keys on the layoutsJules Aguillon3-25/+100
2022-05-08Specify localized keys in each layoutsJules Aguillon1-15/+26
2022-05-08Find closest key furtherJules Aguillon1-1/+1
2022-05-08Fix vibration when pointer move slightlyJules Aguillon2-24/+17
2022-05-08Better handling of removed keys and swipe getureJules Aguillon3-34/+42
2022-05-08Improve nearest key computationJules Aguillon2-79/+35
2022-05-08only vibrate when the swipe key changesRodrigo Batista de Moraes2-31/+40
2022-05-08use the closest swipe key on swipeRodrigo Batista de Moraes2-19/+106
2022-05-07Set the color of the navigation barJules Aguillon2-0/+34
2022-05-01Add support for Hungarian layout (#127)Tibor Billes1-0/+1
2022-05-01Fix latched pointers accumulating on the same keyJules Aguillon1-3/+6
2022-05-01Fix crash when IME not enabledJules Aguillon1-1/+2
2022-04-30Fix modifiers not cleared when presses overlapJules Aguillon2-7/+26