- Feb 16, 2024
-
-
Joshua A. Horton authored
chore(web): Merge branch 'feat/web/wordbreaker-property-data-gen' into feat/web/wordbreaker-data-optimization
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
- Feb 13, 2024
-
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
rc-swag authored
feat(windows): update windows engine unit tests to match removal of engine cached context
-
rc-swag authored
chore(windows): add const to argument definition
-
Keyman Server authored
auto: increment master version to 17.0.266
-
Keyman Build Agent authored
-
- Feb 12, 2024
-
-
rc-swag authored
Checkin the kmtip registryw.cpp LPCWSTR argument update.
-
Darcy Wong authored
fix(android/engine): Download multiple dictionaries
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
Merge pull request #10664 from keymanapp/fix/developer/10655-10663-web-target-keyboard-crashes-and-wrong-folders fix(developer): keyboard that targets only web can cause crashes and other problems
-
- Feb 10, 2024
-
-
Keyman Server authored
auto: increment master version to 17.0.265
-
Keyman Build Agent authored
-
Joshua Horton authored
-
- Feb 09, 2024
-
-
Eberhard Beilharz authored
chore(linux): Don't set VERSION_TAG to …-local in .deb packages
-
Darcy Wong authored
-
rc-swag authored
Updated the call stack to keep a const string for the value parameter being written to registry. SaveKeyboardOptionCoretoRegistry calls IntSaveKeyboardOptionCoretoRegistry which calls RegistryFullAccess::WriteString which calls RegSetValueExW, which takes a const data parameter.
-
Keyman Server authored
auto: increment master version to 17.0.264
-
Keyman Build Agent authored
-
- Feb 08, 2024
-
-
Eberhard Beilharz authored
Previously we didn't detect that we were building a .deb package on Launchpad or a Debian server, so we set VERSION_TAG to end in `-local`. This change now checks the `KEYMAN_PKG_BUILD` environment variable which will be set during .deb package builds (set in `debian/rules`). The downside of this solution is that now `-local` also gets omitted if we build a .deb package on a local dev machine, but that probably doesn't happen too often, and even less often with modified source code. The majority of builds where we want `-local` are local builds that get installed locally, and those cases are covered by this change. And what is more important is that for release builds we no longer append `-local`.
-
Eberhard Beilharz authored
fix(linux): Ignore keys with IBUS_MOD4_MASK set
-
Joshua A. Horton authored
-
Keyman Server authored
auto: increment master version to 17.0.263
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
If we process keys that have the (Super/Meta/Windows) IBUS_MOD4_MASK modifier set we ignore the key. Core doesn't handle the Meta modifier state and so would treat it as regular key. This fixes switching keyboards in Ubuntu 23.10/24.04 on Wayland. Fixes #10476.
-
- Feb 07, 2024
-
-
Joshua Horton authored
chore(web): removes unused banner events
-
Marc Durdin authored
Fixes #10655. Fixes #10663. If a .kmn file had only a .js target, then Keyman Developer would return an empty string for the target (based on .kmx). This meant that the path for the compiler was an empty string, the path for opening the build folder was an empty string. Refactored the relevant code to simplify the logic a little.
-
Joshua Horton authored
fix(web): banner scroll positioning after reversions
-
Joshua Horton authored
fix(ios): long-held backspace handling
-
Joshua Horton authored
fix(web): handling of backspaces when left-context is empty
-
rc-swag authored
-
Marc Durdin authored
chore(windows): rename actionItem to outputString for clarity
-
Marc Durdin authored
fix(windows): `wstrtostr` should use `WideCharToMultiByte`
-
Marc Durdin authored
fix(linux): Use raw string for regex
-
Marc Durdin authored
Merge pull request #10651 from markcsinclair/fix/developer/ensure-project-populate-files-actually-adds-files fix(developer): ensure project populate files actually adds files
-
Marc Durdin authored
fix(windows): support unicode strings properly in logs
-