Marc Durdin
998574ef1a
Merge pull request #16480 from keymanapp/chore/developer/11249-strip-printing-support
...
chore(developer): strip out defunct printing support
2026-09-01 15:50:22 +07:00
Marc Durdin
1e8cd24960
Merge pull request #16446 from keymanapp/fix/developer/13721-u16tok-targets-store-leading-whitespace
...
fix(developer): handle leading delimiters correctly in `u16tok()`
2026-09-01 12:27:16 +07:00
Marc Durdin
dd40dfcfbd
Merge pull request #16478 from keymanapp/chore/developer/server-remove-environment-version-duplication
...
chore(developer): remove duplicated versioning information from Server
2026-09-01 12:26:38 +07:00
Marc Durdin
1d83399b59
Merge pull request #16476 from keymanapp/fix/developer/12165-server-root-path-not-pwd
...
fix(developer): use path not dependent on pwd for starting Server
2026-09-01 12:26:27 +07:00
Marc Durdin
5a33d65081
Merge pull request #16483 from keymanapp/fix/windows/9694-show-console-window-twice
...
fix(developer): call 'Show Console' twice to make the console actually show on first use
2026-09-01 12:26:07 +07:00
Marc Durdin
0f3e84bcc7
fix(windows): call 'Show Console' twice to make the console actually show on first use
...
The underlying issue may be in the node-hide-console-window component.
This fix is adequate in my view, for a low-use code path.
Fixes : #9694
Test-bot: skip
2026-08-31 14:56:12 +02:00
Marc Durdin
3d3a5ca1fb
chore(developer): strip out defunct printing support
...
Printing has not been supported from Keyman Developer for quite some
time. This does not appear to have been raised as a user issue. Remove
printing support, and cleanup user interface. As a side-effect, this
will fix #11249 , as Delphi's printer support will no longer poll for
default printer on start.
Fixes : #11249
2026-08-31 10:36:00 +02:00
Marc Durdin
efedd63fa4
chore(developer): remove version-data tests and add environment tests
...
Server lacks tests at present. Removing version-data tests as no longer
relevant meant that there were no tests! So, added environment tests
which relate to changes in #16476 .
2026-08-31 10:25:10 +02:00
Marc Durdin
4c2ba9f8e0
fix(developer): handle comment without trailing whitespace
...
Fixes : #12070
Test-bot: skip
2026-08-31 10:07:00 +02:00
Marc Durdin
9f7beafc57
chore(developer): remove duplicated versioning information from Server
...
Use `KEYMAN_VERSION` instead of parsing version information.
Test-bot: skip
2026-08-31 09:52:30 +02:00
Marc Durdin
f65299cb36
fix(developer): use path not dependent on pwd for starting Server
...
Fixes : #12165
Test-bot: skip
2026-08-31 09:28:34 +02:00
Marc Durdin
2f60544835
docs(developer): tweak comments
...
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
Co-authored-by: Sabine Schmitt <SabineSIL@users.noreply.github.com>
2026-08-28 17:31:06 +02:00
Marc Durdin
babb473682
fix(developer): handle leading whitespace correctly in u16tok()
...
A string with leading delimiters passed into `u16tok()` would not skip
those delimiters. This impacted `&targets` store and other locations.
Note that this tightens input parameter checks for delimiters and
context as well.
Fixes : #13721
Test-bot: skip
2026-08-27 11:15:14 +02:00
Marc Durdin
e18a76f289
Merge pull request #16420 from keymanapp/feat/developer/16407/kmc-convert-follow-up-1
...
feat(developer): kmc convert follow-up tasks
2026-08-21 22:08:44 +07:00
Sabine
0f35f1fc79
feat(developer): changes in kmc convert --help; import of ConverterArtifacts, ConverterToKmnArtifacts, ConverterResult, and ConverterToKmnResult
2026-08-21 16:16:35 +02:00
Marc Durdin
ee3ed010ef
fix(developer): clean kmc-convert build.sh with new publish patterns
...
Test-bot: skip
2026-08-20 21:36:33 +02:00
Marc Durdin
ec64218e53
Merge pull request #16302 from keymanapp/dependabot/npm_and_yarn/developer/src/server/src/win32/trayicon/addon-src/ip-address-10.4.0
...
chore(deps): bump ip-address from 10.2.0 to 10.5.0 in /developer/src/server/src/win32/trayicon/addon-src
2026-08-20 21:44:51 +07:00
Marc Durdin
058a68fc88
Merge pull request #16104 from keymanapp/dependabot/npm_and_yarn/ws-8.21.0
...
chore(deps): bump ws from 8.20.1 to 8.21.0
2026-08-20 21:41:24 +07:00
Marc Durdin
e5ad777534
Merge pull request #16347 from keymanapp/fix/developer/16214-tighten-touch-layout-file-validity
...
fix(developer): tighten touch layout file structural validity checks
2026-08-20 21:27:04 +07:00
Marc Durdin
430b6bdde3
Merge pull request #16109 from keymanapp/dependabot/npm_and_yarn/multer-2.2.0
...
chore(deps): bump multer from 2.1.1 to 2.2.0
2026-08-20 21:23:29 +07:00
Marc Durdin
e48bb4be14
chore(developer): add missing dev deps for server
2026-08-20 16:18:51 +02:00
Marc Durdin
3a4e72bc66
refactor(developer): rename validate-layout-file.ts
...
Rename `ValidateLayoutFile()` to `CompileLayoutFile()` to better reflect
the transform steps it performs, add documentation, and address review
comments.
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2026-08-20 15:47:08 +02:00
Marc Durdin
51368402c4
Merge branch 'master' into epic/kmc-convert
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-08-18 20:26:07 +07:00
SabineSIL
882ede0c54
feat(developer): kmc-convert: new conversion .keylayout->kmn 😎 ( #12564 )
...
kmc-convert provides tooling to convert between various common keyboard
description file formats. Each conversion will be implemented in its
single, separate module (and each module will done in its own PR)
This PR will address the conversion **keylayout → kmn**
Co-authored-by: Marc Durdin <marc@durdin.net>
2026-08-18 15:16:02 +02:00
Keyman Server
7e8e53dbbc
Merge branch 'epic/kmc-convert' into auto/A19S35-merge-base-into-kmc-convert
2026-08-14 16:19:03 +02:00
Marc Durdin
3e7630e37a
fix(developer): mark touch layout file as modified after applying template
...
Fixes : #16128
Test-bot: skip
2026-08-14 14:29:01 +02:00
SabineSIL
1f298027fd
Merge branch 'master' into chore/developer/scatteredCode/cleanup_VKeys
2026-08-13 11:26:08 +02:00
Sabine
7517531a3a
chore(common): remove stray keylayout file
2026-08-13 11:22:52 +02:00
Marc Durdin
0624bc900a
Merge pull request #16095 from keymanapp/dependabot/npm_and_yarn/esbuild-0.28.1
...
chore(deps-dev): bump esbuild from 0.25.0 to 0.28.1
2026-08-13 08:21:33 +02:00
SabineSIL
cab06e4133
Merge pull request #15864 from keymanapp/feat/developer/kmc-convert-createDescriptionMarkdown
...
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
feat(developer): kmc-convert: create a document for kmc-convert keylayout-kmn 😎
2026-08-12 18:42:59 +02:00
Sabine
a621106ef3
chore(common): remove namespace km::vkey
2026-08-12 10:04:20 +02:00
Marc Durdin
cd674fd7a0
fix(developer): tighten touch layout file structural validity checks
...
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Fixes : #16214
Fixes: KEYMAN-DEVELOPER-39Q
Test-bot: skip
2026-08-12 07:27:02 +02:00
SabineSIL
10aceeacb3
Merge branch 'master' into chore/developer/scatteredCode/cleanup_VKeys
2026-08-11 10:45:18 +02:00
Sabine
a2bf976e5e
chore(common): remove commented old #defines; in some files remove paths for #include km_vkey
2026-08-11 09:46:49 +02:00
Keyman Server
8484cd326e
Merge branch 'epic/kmc-convert' into auto/A19S34-merge-base-into-kmc-convert
2026-08-10 09:54:22 +02:00
dependabot[bot]
92bf799430
chore(deps): bump ip-address
...
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Bumps [ip-address](https://github.com/beaugunderson/ip-address ) from 10.2.0 to 10.5.0.
- [Release notes](https://github.com/beaugunderson/ip-address/releases )
- [Commits](https://github.com/beaugunderson/ip-address/compare/v10.2.0...v10.5.0 )
---
updated-dependencies:
- dependency-name: ip-address
dependency-version: 10.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-08-10 06:50:21 +00:00
Marc Durdin
7d30136193
Merge pull request #16295 from keymanapp/dependabot/npm_and_yarn/developer/src/server/src/win32/trayicon/addon-src/brace-expansion-5.0.9
...
chore(deps): bump brace-expansion from 5.0.6 to 5.0.9 in /developer/src/server/src/win32/trayicon/addon-src
2026-08-10 08:48:00 +02:00
Sabine
0b7af5b771
chore(common): include km_vkey.h
2026-08-07 16:00:19 +02:00
Sabine
e69204c6a2
chore(common): use shorter input paths
2026-08-07 13:38:38 +02:00
Sabine
22a04c14fd
Merge branch 'chore/developer/scatteredCode/cleanup_VKeys' of https://github.com/keymanapp/keyman into chore/developer/scatteredCode/cleanup_VKeys
2026-08-07 12:55:24 +02:00
Sabine
dde35c87cc
chore(common): undo last changes
2026-08-07 12:55:06 +02:00
SabineSIL
540f8c5db8
Merge branch 'master' into chore/developer/scatteredCode/cleanup_VKeys
2026-08-07 12:01:43 +02:00
Sabine
9854206f6a
chore(common): use shorter input paths for km_vkey.h and #include also in windows/src/engine/...
2026-08-07 11:59:42 +02:00
Sabine
eeddb4f47b
Merge branch 'feat/developer/kmc-convert-createDescriptionMarkdown' of https://github.com/keymanapp/keyman into feat/developer/kmc-convert-createDescriptionMarkdown
...
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
# Conflicts:
# developer/docs/internal/kmc-convert/keylayout-to-kmn/index.md
2026-08-06 09:18:43 +02:00
Sabine
a4479bc33e
feat(developer): blank line to put caption under the image
2026-08-06 09:16:34 +02:00
SabineSIL
420746184b
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert-createDescriptionMarkdown
2026-08-06 09:02:29 +02:00
Sabine
78acf728e4
feat(developer): blank line to put caption under the image
2026-08-06 09:01:45 +02:00
Sabine
7b60e7aca9
feat(developer): capitalization of image names in index.md
2026-08-06 08:56:25 +02:00
dependabot[bot]
eeaf8de59d
chore(deps): bump brace-expansion
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 5.0.6 to 5.0.9.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.9 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 5.0.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-08-01 02:09:02 +00:00
dependabot[bot]
c15dd9a788
chore(deps): bump tar
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.11 to 7.5.22.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.11...v7.5.22 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.22
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-07-26 16:08:48 +00:00