abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2View.java
AgeCommit message (Expand)AuthorFilesLines
2023-06-03More control over vibrationJules Aguillon1-8/+1
2023-06-03Per-layout shift modmapJules Aguillon1-2/+11
2023-03-05Refactor: Remove KeyboardData.CornerJules Aguillon1-5/+5
2023-03-03Allow 8 symbols per keyJules Aguillon1-19/+21
2023-03-02Fix caps lock stopped by auto-capitalisationJules Aguillon1-0/+9
2023-02-26Fix miscalculated keyboard height with number rowJules Aguillon1-1/+0
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-1/+1
2023-01-15Separate option for bottom margin in landscape modeJules Aguillon1-2/+2
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon1-5/+5
2022-12-11Make the keyboard transparent (#252)Chasm Solacer1-2/+6
2022-12-04Correctly handle pointer cancel eventsJules Aguillon1-1/+1
2022-11-13Fix missing version checkJules Aguillon1-7/+10
2022-11-13Draw borders and update themesJules Aguillon1-3/+37
2022-11-13Highlight activated keys labelJules Aguillon1-3/+2
2022-11-13Refactor: Move editing code from to KeyEventHandlerJules Aguillon1-2/+2
2022-11-11Add option for brightness of labelsJules Aguillon1-0/+2
2022-11-11Dim secondary keysJules Aguillon1-4/+6
2022-11-11Disable the back-gesture on the keyboard areaJules Aguillon1-0/+16
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-1/+18
2022-10-23Add optional NumPadGero Streng1-2/+6
2022-10-23Add the capslock keyJules Aguillon1-2/+2
2022-09-24Improve the auto capitalisationJules Aguillon1-17/+15
2022-07-30Fix crash when auto-capitalisation runs too soonJules Aguillon1-0/+2
2022-07-24Hold any modifier to lockJules Aguillon1-1/+3
2022-07-24Automatic capitalisation at beginning of sentencesJules Aguillon1-0/+21
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+2
2022-06-24Fix localized key not in predefined positionJules Aguillon1-12/+16
2022-06-06Remove the interval between vibrationsJules Aguillon1-12/+3
2022-06-06Remove the vibration settingsJules Aguillon1-11/+4
2022-06-05Refactor: Abstract KeyValue fieldsJules Aguillon1-6/+6
2022-06-05Stop using flags for modifiersJules Aguillon1-11/+11
2022-05-08Fix vibration when pointer move slightlyJules Aguillon1-14/+5
2022-05-08Better handling of removed keys and swipe getureJules Aguillon1-1/+3
2022-05-07Set the color of the navigation barJules Aguillon1-0/+29
2022-04-30Record activated modifiers on key downJules Aguillon1-8/+8
2022-03-19Allow modifiers to hide keysJules Aguillon1-6/+7
2022-03-15Handle CANCEL touch eventsJules Aguillon1-3/+6
2022-03-13Avoid showing some symbols twice in Fn modeJules Aguillon1-24/+17
2022-03-05Improve the code for dynamic updates of the layoutJules Aguillon1-22/+1
2022-02-27Reduce the text size for some keysJules Aguillon1-2/+2
2022-02-27Compute text size depending on actual row heightJules Aguillon1-19/+25
2022-02-27Compute text size relative to key heightJules Aguillon1-5/+6
2022-02-20Move pointer handling code to its own classJules Aguillon1-267/+91
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-16/+54
2022-01-30Improve Action key detectionJules Aguillon1-8/+1
2022-01-15Fix miscalculation of the space between the keysJules Aguillon1-7/+7
2022-01-10Swap the Enter and Action keys when neededJules Aguillon1-2/+11
2022-01-09Add the Action keyJules Aguillon1-2/+11
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-2/+2
2021-12-30Improve the "precision" optionJules Aguillon1-2/+2