- Nov 14, 2023
-
-
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
-
Keyman Server authored
auto: increment master version to 17.0.210
-
Keyman Build Agent 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.
-
Eberhard Beilharz authored
fix(web): Ignore `osk-always-visible` on non-desktop devices
-
Eberhard Beilharz authored
fix(web): Fix clearing of deadkeys
-
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
-
Eberhard Beilharz authored
refactor(web): Link to `index.html` in test pages
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
The caption on the spacebar used to be 60%. This change increases it to 100%, but that might be sometimes too big. On the other hand, 80% still seemed to be too small. Fixes #7940.
-
Eberhard Beilharz authored
This change adds `index.html` to all links that point to test index pages. This will show the index page instead of the directory listing when opening locally, identical to the behavior on TC.
-
Eberhard Beilharz authored
Fixes #9918.
-
Eberhard Beilharz authored
-
Keyman Server authored
auto: increment master version to 17.0.207
-
Keyman Build Agent authored
-
- Nov 06, 2023
-
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
Addresses code review comments.
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Darcy Wong authored
-
Marc Durdin authored
fix(developer): resilience in loading Server config and cache files
-
Marc Durdin authored
fix(developer): Sentry in Server should honour reporting settings
-
Darcy Wong authored
-
Darcy Wong authored
-