- Aug 19, 2021
-
-
Darcy Wong authored
-
Keyman Server authored
auto: increment master version to 15.0.97
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(windows): Welcome should always show in front
-
Marc Durdin authored
-
- Aug 18, 2021
-
-
Darcy Wong authored
chore(android): Remove runConfigurations.xml files
-
Marc Durdin authored
fix(windows): handle restoring modal dialogs consistently
-
- Aug 17, 2021
-
-
Eberhard Beilharz authored
fix(linux): Handle corrupt icon file
-
Eberhard Beilharz authored
fix(linux): Check for valid kmp file
-
Joshua Horton authored
fix(android): removes duplicated line
-
jahorton authored
-
Joshua Horton authored
fix(android): keyboard's black bar bug
-
Joshua Horton authored
refactor(web): overhaul of OSK key layout calcs + styling, merges desktop & touch logic
📐 -
Joshua Horton authored
refactor(web): reworks VisualKeyboard layout spec design
📐 -
Joshua Horton authored
refactor(web): OSK layout hierarchy encapsulation
📐 -
Joshua Horton authored
feat(ios): adds option for Simulator-compatible testing artifact
-
Marc Durdin authored
Fixes #5574. When a user presses Win+M, Win+D, or clicks the desktop button on the taskbar, all windows get minimized, even those that do not have the WS_MINIMIZE flag. Delphi modal dialog forms are not expecting this, and do not restore correctly later. This scenario arises only when a form is created with a `nil` owner and then `form.ShowModal` is called. The fix was already implemented on Splash and HTML forms, but differently; I have chosen to use the implementation from the Splash form as it is simpler and seems to work correctly.
-
- Aug 16, 2021
-
-
Eberhard Beilharz authored
Fixes #5584.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
Before trying to install we now check if it's a valid zip file. This fixes #5575.
-
Marc Durdin authored
feat(web): setup build artifacts for manual tests
-
Marc Durdin authored
This is work arising from the spacebarText postmortem. The only changes in this commit at present are in the readme, just to give us a pull request to play with.
-
- Aug 09, 2021
-
-
Darcy Wong authored
-
Eberhard Beilharz authored
chore(common/core): Add uninstall option to build script
-
Eberhard Beilharz authored
docs(linux): Fix readme for ibus-keyman
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
- Aug 07, 2021
-
-
Keyman Server authored
auto: increment master version to 15.0.96
-
Keyman Build Agent authored
-
- Aug 06, 2021
-
-
Eberhard Beilharz authored
chore(common/core): Linux side of caps-lock stores
🚧 -
Eberhard Beilharz authored
Turns out setting `KEYMAN_PROC_CFLAGS` isn't sufficient to use header files from source repo.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
This change improves capslock handling with a capsAlwaysOff keyboard. Previously, the caps lock indicator was turned on while holding down the Caps Lock key. With this change we turn it off immediately. This is done by forcing caps lock off even if the state already seems to match. Also, for capsAlwaysOff keyboards skip further processing of caps lock key after we turned capslock off again.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
chore(linux): Consolidate Debian source packages
📦 -
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
This change adds a virtual package `keyman-engine` which ibus-keyman provides. keyman-config can then depend on this virtual package. This allows to use fcitx instead of ibus if the fcitx-keyman package provides that virtual package as well.
-
Eberhard Beilharz authored
The previous commit created a consolidated toplevel `debian` directory.
-