abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Expand)AuthorFilesLines
2023-02-12Modify keys after a long pressJules Aguillon2-3/+20
2023-02-09Added missing accent that can combine with `horn_accent` (#293)Kazoku1-0/+10
2023-02-09Vietnamese keyboard (#291)Kazoku8-1/+74
2023-02-08Fix arrow keys not repeatingJules Aguillon1-2/+0
2023-01-31Add theme 'ePaper' (#287)Ram Kromberg1-0/+1
2023-01-31Add layouts 'he_il_1452_1' and 'he_il_1452_2'Ram Kromberg3-1/+66
2023-01-30Add optional number rowJules Aguillon2-3/+19
2023-01-30Remove the digits when numpad is visibleJules Aguillon2-13/+42
2023-01-30Modification step for the special layoutJules Aguillon4-62/+98
2023-01-30Apply modify_layout to text layout onlyJules Aguillon4-21/+14
2023-01-30Fix placeholder key not replacedJules Aguillon2-22/+30
2023-01-29Remove the explicit hashmap in KeyValueJules Aguillon1-124/+118
2023-01-29Don't send event at end of slidingJules Aguillon1-0/+13
2023-01-22Move cursor by sliding on the space barJules Aguillon3-9/+78
2023-01-22Remove the modulated repeatJules Aguillon3-63/+8
2023-01-15Avoid switching back from secondary layout automaticallyJules Aguillon3-27/+64
2023-01-15Separate option for bottom margin in landscape modeJules Aguillon2-4/+4
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon2-17/+25
2023-01-14Add layout 'qwertz_sk'Jules Aguillon1-0/+1
2022-12-31Fix dimensions going off after rotationJules Aguillon1-24/+13
2022-12-30Add keys for every context menu actionsJules Aguillon3-9/+44
2022-12-29Fix inaccessible text layout from pinJules Aguillon2-4/+4
2022-12-14Fix pin entry layout not showing upJules Aguillon1-0/+2
2022-12-14Fix a crash on API < 12Jules Aguillon1-1/+2
2022-12-14Fix keyboard not showing up after rotationJules Aguillon1-4/+4
2022-12-11Make the keyboard transparent (#252)Chasm Solacer2-4/+13
2022-12-11Handle configuration change quicklyJules Aguillon2-36/+37
2022-12-11Improve emoji pane layoutJules Aguillon3-63/+48
2022-12-11Fix keyboard not reacting to changed preferencesJules Aguillon1-1/+1
2022-12-11Added qwerty_pl layout (#251)Chasm Solacer1-0/+1
2022-12-10Add option 'numpad_layout'Jules Aguillon2-6/+47
2022-12-04Correctly handle pointer cancel eventsJules Aguillon2-7/+5
2022-11-26Improve glyph of accent_barJules Aguillon2-9/+6
2022-11-26Allow using a custom layoutJules Aguillon2-1/+26
2022-11-26Refactor: Use XmlPullParser directlyJules Aguillon1-20/+36
2022-11-26Refactor: Pass layout as a KeyboardData instead of IDJules Aguillon3-67/+80
2022-11-26Make fake pointers not lockableJules Aguillon1-3/+3
2022-11-26Stop using deprecated 'shouldOfferSwitchingToNextInputMethod'Jules Aguillon1-1/+4
2022-11-13Fix missing version checkJules Aguillon1-7/+10
2022-11-13Draw borders and update themesJules Aguillon2-4/+53
2022-11-13Highlight activated keys labelJules Aguillon1-3/+2
2022-11-13Add editing keys: copy, paste, cut, select allJules Aguillon3-1/+48
2022-11-13Refactor: Move editing code from to KeyEventHandlerJules Aguillon7-101/+104
2022-11-13Refactor: Use enum values in KeyValue.KindJules Aguillon2-39/+25
2022-11-13Don't depend on dpi values in swipe distanceJules Aguillon1-5/+8
2022-11-13Fix localized keys appearing on secondary layoutJules Aguillon1-3/+1
2022-11-13Allow switching quickly between two layoutsJules Aguillon9-29/+56
2022-11-11Add option for brightness of labelsJules Aguillon2-0/+5
2022-11-11Dim secondary keysJules Aguillon3-15/+31
2022-11-11Disable the back-gesture on the keyboard areaJules Aguillon1-0/+16