abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Expand)AuthorFilesLines
2024-05-02allow for <fn ...> in <modmap> (#626)alotbsol5552-4/+27
2024-05-02Clear cache when changing layoutJules Aguillon1-1/+8
2024-04-25Add more accented characters to KeyModifier.java (#622)JapanYoshi1-3/+67
2024-04-19Turkish: Correct shift behavior for ı and i (#615)JapanYoshi1-0/+4
2024-04-03Fix space key without a symbolJules Aguillon1-1/+6
2024-04-03Add Danish layout (#606)Tomasz Cielecki1-0/+41
2024-04-01refactor: Apply the modmap in KeyModifierJules Aguillon2-9/+12
2024-03-23Add Shaw Imperial layout (#592)Lev Brekalov1-0/+52
2024-03-18refactor: Implement Compose without global stateJules Aguillon5-32/+32
2024-03-18refactor: Allow modifier of other key kindsJules Aguillon4-32/+69
2024-03-18refactor: Use Pointers.Modifiers.has lessJules Aguillon1-6/+5
2024-03-16Fix potential out of bounds accessJules Aguillon1-1/+1
2024-03-11Improve the QWERTY (Slovak) layoutJules Aguillon1-5/+4
2024-03-11refactor: Pointers: Flag for sliding stateJules Aguillon1-7/+5
2024-03-11refactor: Add latched flag to PointersJules Aguillon1-8/+14
2024-03-11refactor: Use internal flags in PointersJules Aguillon3-40/+44
2024-03-03Gujarati phonetic layout (#562)Yogesh-B2-0/+84
2024-03-03Fix auto-capitalisation disabling locked shiftJules Aguillon2-22/+34
2024-03-02Add QWERTY (Slovak) layoutJules Aguillon1-0/+38
2024-03-02compose: Parse json files and fix edge casesJules Aguillon1-2/+21
2024-03-02compose: Add a README.mdJules Aguillon1-0/+8
2024-03-02Improve the AZERTY layoutJules Aguillon1-5/+5
2024-02-28Modify the number row according to the numpad scriptJules Aguillon2-13/+27
2024-02-28Fix localized numpad outputing wester arabic numbersJules Aguillon1-2/+2
2024-02-22Ensure the layout contain the config keyJules Aguillon1-0/+3
2024-02-18Relicense layout definitions under CC0 (#528)Jules Aguillon3-0/+136
2024-02-18neo2: Update bottom row (#560)matthiakl1-7/+7
2024-02-17Allow to remove the compose key in the settingsJules Aguillon1-11/+14
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon6-13/+22
2024-02-17Dim secondary keys in every themesJules Aguillon1-4/+6
2024-02-17Fix KeyValue flags layoutJules Aguillon1-17/+22
2024-02-17compose: Add glyphJules Aguillon2-1/+9
2024-02-17compose: Don't remove keys not in sequenceJules Aguillon1-7/+14
2024-02-17compose: Add X11 compose sequencesJules Aguillon5-29/+5528
2024-02-17Compose keyJules Aguillon9-9/+229
2024-02-16Add QWERTY GB layout (#557)Ryan Gibb1-0/+37
2024-02-14Improve latn_qwerty_tly.xml (#549)vedamanavi1-3/+2
2024-02-14Don't invert the pin entry layoutJules Aguillon2-2/+29
2024-02-10Fix various linter warningsJules Aguillon6-6/+11
2024-02-10Fix compatibility with Android 3.0Jules Aguillon5-3/+11
2024-02-10Drop support for Android versions below 3.0Jules Aguillon3-15/+5
2024-02-10Custom border settings (#524)RetrogisusDEV2-4/+17
2024-02-06Add more Russian vowels combined with acute accentJules Aguillon1-0/+1
2024-02-04Create layout arabic-hamvaj-tly (#542)vedamanavi1-0/+42
2024-02-04Workaround cursor slider bug in AcodeJules Aguillon1-3/+15
2024-01-28Add layout QWERTY (Talysh New Latin) (#529)vedamanavi1-0/+44
2024-01-28Redefined the key margin options in percentJules Aguillon2-13/+14
2024-01-26Send down event for modifiers on timeJules Aguillon4-42/+151
2024-01-21Add Russian vowels combined with the acute accentJules Aguillon1-0/+2
2024-01-21Move layout definitions into srcs/layoutsJules Aguillon46-4/+1759