abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-30Record activated modifiers on key downJules Aguillon2-19/+25
2022-04-24Remove build dependency on FontforgeJules Aguillon2-2/+2
2022-04-24Added neo 2 layout (#125)matthiakl1-0/+1
2022-04-24Add Double acute diacriticJules Aguillon3-1/+26
2022-04-24Fix cedilla glyph is invertedJules Aguillon1-4/+6
2022-04-24Add support for LithuanianJules Aguillon4-1/+35
2022-04-16Fix compatibility with Android 6Jules Aguillon3-31/+41
2022-04-06Fix mismatch layout nameJules Aguillon1-1/+1
2022-04-06Fix compat with older version of AndroidJules Aguillon1-2/+2
2022-04-03Add the Programming Layout optionJules Aguillon4-12/+44
2022-04-03Rename the Meta keyJules Aguillon1-1/+1
2022-04-03Swap Ctrl and switch_numeric keysJules Aguillon1-2/+2
2022-04-02Update Space GlyphRaphael2-4/+9
2022-04-02Add currency symbols under the Fn keyJules Aguillon1-2/+7
2022-04-02`Arrows` and `Box` system (#114)Raphael3-2/+76
2022-04-02Add Korean layout (#115)nickid1-0/+1
2022-04-02Compute the swipe distance from the physical dpiJules Aguillon1-3/+5