- Jun 30, 2023
-
-
Marc Durdin authored
fix(developer): various bugs in kmc and related packages
🗜
-
- Jun 28, 2023
-
-
Marc Durdin authored
Fixes #9109.
-
Marc Durdin authored
Fixes #9108.
-
Marc Durdin authored
Fixes #9105.
-
Marc Durdin authored
Fixes #9104. Fixes #9106.
-
Marc Durdin authored
Fixes #9103.
-
Marc Durdin authored
Fixes #9102.
-
Marc Durdin authored
Fixes #9101.
-
Marc Durdin authored
Fixes #9098.
-
Marc Durdin authored
Fixes #9097.
-
- Jun 27, 2023
-
-
Marc Durdin authored
chore: merge master into feature-kmc-kmw (A17S16 start)
🗜
-
- Jun 26, 2023
-
-
Marc Durdin authored
-
Marc Durdin authored
chore(developer): cleanup for kmw-compiler.ts
🗜 -
Marc Durdin authored
Merge pull request #9087 from keymanapp/chore/developer/kmc-kmn-kmwcompiler-handle-layout-file-errors chore(developer): handle layout file errors in kmw-compiler
-
Marc Durdin authored
chore(developer): cleanup javascript-strings.ts
🗜 -
Marc Durdin authored
fix(developer): support readonly groups in kmc-kmn/kmw-compiler
🗜 -
Marc Durdin authored
fix(developer): support option stores in kmc-kmn/kmw
🗜 -
Marc Durdin authored
The tests for layout validity in #9087 were incomplete; first, they didn't fail the build if a key had invalid identifier, and second, there were some constants missing from the KeyIdType test (imperfect translation from the Delphi code in this case).
-
Joshua Horton authored
epic: conversion of Keyman Engine for Web to ES modules 🧩
-
Joshua Horton authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
chore(deps): bump semver from 7.3.8 to 7.5.2
-
Marc Durdin authored
Also removes leftover commented code, and changes an enum to string enum type in order to get constant names for free for an error message. Error_TouchLayoutIdentifierRequires15 was split into its own error message because it was overloaded with CERR_TouchLayoutInvalidIdentifier previously but had a different message.
-
Marc Durdin authored
Removes old commented code and fixes surrogate pair check.
-
- Jun 24, 2023
-
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.2 ) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Marc Durdin authored
chore: merge master into feature-kmc-kmw A17S15
-
Keyman Server authored
auto: increment master version to 17.0.130
-
Keyman Build Agent authored
-
Steven R. Loomis authored
feat(common,developer,core): add uset section
🙀 -
Steven R. Loomis authored
fix(core): fix ldml transforms
🙀 -
Steven R. Loomis authored
fix(windows): support kmxplus in mcompile
🙀 -
Darcy Wong authored
chore(android/app): Address some pre-launch accessibility report warnings
-
Darcy Wong authored
chore(common): Update crowdin strings for Spanish (es-ES and es-419)
-
- Jun 23, 2023
-
-
Steven R. Loomis authored
- pre-sort the uset items instead of copying the patterns and re-finding - update docs on the uset subtable #7377
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
- CopyFile not CopyFileW - clarify CopyFIle third argument, that we want overwrite semantics #9064
-
Marc Durdin authored
-
Marc Durdin authored
Adds support for readonly groups and corresponding unit test. Again required more metadata from kmcmplib; this metadata is now fairly straightforward to patch in without side-effects, which is encouraging.
-