- Nov 15, 2023
-
-
Marc Durdin authored
-
Marc Durdin authored
chore(developer): hide 'Remove From Project' for v2.0 projects 🦕
-
Marc Durdin authored
feat(developer): New Project - Description field and tweaks 🦕
-
Marc Durdin authored
feat(developer): Support v2.0 projects in TIKE 🦕
-
rc-swag authored
fix(windows): setup.inf generation had whitespace
-
Keyman Server authored
auto: increment master version to 17.0.211
-
Keyman Build Agent authored
-
- Nov 14, 2023
-
-
Eberhard Beilharz authored
chore(core): Add additional API checks
🎬 -
Eberhard Beilharz authored
Addresses code review comment.
-
Marc Durdin authored
-
Marc Durdin authored
This is a regression coming out of #9616. The new setup.inf generation process is done in a Makefile and inadvertently added significant whitespace, which was not being trimmed by setup.
-
Darcy Wong authored
docs(common): Update CODEOWNERS for web
-
Darcy Wong authored
-
Eberhard Beilharz authored
-
Keyman Server authored
auto: increment master version to 17.0.210
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
-
- Nov 13, 2023
-
-
Eberhard Beilharz authored
fix(web): Increase size of spacebar text
-
Marc Durdin authored
docs(windows): update meson and emscripten details
-
- Nov 09, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.209
-
Keyman Build Agent authored
-
- Nov 08, 2023
-
-
Eberhard Beilharz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Eberhard Beilharz authored
fix(linux): Fix trigger for baseline tests
-
Eberhard Beilharz authored
chore(linux): Fix GHA triggering
-
Eberhard Beilharz authored
fix(linux): Fix baseline tests
-
Eberhard Beilharz authored
When the baseline tests change we want to trigger a Linux build.
-
Eberhard Beilharz authored
Change the test to use characters in the context that don't appear in the keyboard.
-
Eberhard Beilharz authored
When we build a PR on TC we use `pull/ID/head` for the build, not `pull/ID/merge`, i.e. the tip of the feature branch and not a merge with the base branch. This means that during the build `pull/ID/merge` is unknown. This change modifies the trigger to use `pull/ID/head` for GHA builds as well. It's still a mystery why `pull/ID/merge` was known to builds in most cases but failed for some PRs.
-
Marc Durdin authored
Adds actions to support LdmlKeyboardEditor, and refactors and reorganizes the existing actions along the way to make them clearer. Compile, Install, and Uninstall supported at this time
-
Eberhard Beilharz authored
fix(web): Ignore `osk-always-visible` on non-desktop devices
-
Eberhard Beilharz authored
fix(web): Fix clearing of deadkeys
-
Marc Durdin authored
Because the debugger actions are used only with the kmn keyboard editor, it makes sense to keep them as a separate module, in preparation for supporting XmlLdmlKeyboards.
-
Marc Durdin authored
Adds XmlLdml keyboard editor form based on the plain text Editor for now. ActiveEditor is a name used for multiple purposes. Rename to ActiveKmnKeyboardEditor and introduce ActiveLdmlKeyboardEditor alongside.
-
Marc Durdin authored
-
Marc Durdin authored
-
Keyman Server authored
auto: increment master version to 17.0.208
-
Keyman Build Agent authored
-
- Nov 07, 2023
-
-
Eberhard Beilharz authored
One reason for the sometimes small text on the spacebar besides the too small font size on `kmw-spacebar-caption` was that the calculation of the ideal font size added double padding: it added two pixels of padding to the height, but also multiplied the height value by 0.9 which effectively added more padding. This change removes the 2 pixel padding from the calculation. The existing calculation varies the text size to fit in the available width of the spacebar, so calculating with font size of 1em is reasonable and better than the previous 0.6em. The previous value would lead to even an smaller font size for long texts, far below the size that would be sufficient to fit the text.
-
Darcy Wong authored
feat(developer): Add more non-printing characters
-
Marc Durdin authored
Removes old state load/save from each project file type, and the unused WarnAsError property, in preparation for xmlLdmlProjectFile.
-