- Mar 28, 2022
-
-
Darcy Wong authored
-
Keyman Server authored
auto: increment beta version to 15.0.224
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(web): ios popup positioning and style
-
Marc Durdin authored
fix(windows): make long menus scroll in Configuration
-
Marc Durdin authored
fix(mac): invalid keyboard breaks configuration
🍒
-
- Mar 26, 2022
-
-
Keyman Server authored
auto: increment beta version to 15.0.223
-
Keyman Build Agent authored
-
- Mar 25, 2022
-
-
Darcy Wong authored
chore(common): Update Hausa strings
-
rc-swag authored
fix(windows): put correct HK_ALT flag for modifier
-
Marc Durdin authored
-
Keyman Server authored
auto: increment beta version to 15.0.222
-
Keyman Build Agent authored
-
- Mar 24, 2022
-
-
Ross authored
-
Marc Durdin authored
Fixes #6098. If the list of languages is too long to fit, the menu now dynamically adds a scroll bar. As a bonus: * The language names are sorted (non-Latin scripts at bottom for now) * `nmake install` works again (in kmshell, presence of `install` folder was confusing it)
-
Keyman Server authored
-
Keyman Server authored
Fixes #4877. If a keyboard is invalid for any reason (missing, wrong version), then it would not appear in Configuration, which would break the row indexing, causing crashes. Cherry-picked from stable-14.0 branch.
-
Marc Durdin authored
fix(common): report more log detail in increment-version
-
Marc Durdin authored
fix(developer): structure sizes for kmcomp x64
-
Marc Durdin authored
Relates to #6391. Adds some logging so we may be able to find out why we are getting strange results for some PRs.
-
Marc Durdin authored
-
Keyman Server authored
auto: increment beta version to 15.0.221
-
Keyman Build Agent authored
-
- Mar 23, 2022
-
-
Darcy Wong authored
fix(android/engine): Display longpress keys during a Move gesture
-
Darcy Wong authored
-
Marc Durdin authored
feat(web): `&newLayer` and `&oldLayer`
-
Marc Durdin authored
fix(web): adjust touch alias element positioning
-
Keyman Server authored
The iOS code was making a direct call to `keyman.core.resetContext()` rather than to `keyman.resetContext()`. This meant that the `OutputTarget` was not set and the `newContext` event would never be called (as well as triggering a background warning in the language processor "OutputTarget missing during an invalidateContext call"). Refactored to include a wrapper for `resetContext()` in ios-host.js, as I think it's better to proxy all calls to KMW consistently through the host javascript. (There are a couple of other direct calls which could be cleaned up; search for "evaluateJavaScript" to find all calls; I think we could consider build a wrapper for all these calls?)
-
Marc Durdin authored
Adjusts the dimensions to use pixel boundaries to prevent antialiasing for some of the key preview and longpress popups, and adjusts horizontal positioning of key preview to center more precisely, for iOS.
-
Keyman Server authored
auto: increment beta version to 15.0.220
-
Keyman Build Agent authored
-
- Mar 22, 2022
-
-
Darcy Wong authored
-
Darcy Wong authored
-
sgschantz authored
-
Marc Durdin authored
chore(mac): update build env for monterey
-
Marc Durdin authored
fix(ios): remove busy 100ms waitForFonts timer on iOS
-
Marc Durdin authored
Merge pull request #6403 from keymanapp/fix/developer/6386-builder-dropdown-selector-change-detection fix(developer): detect changes in dropdowns in builder
-
Marc Durdin authored
Python2.7 is excluded from macOS Monterey, and is not available directly via brew any longer. We still need it for now. pyenv does the job...
-
Marc Durdin authored
I am not sure how this was ever working. This just adds the specific structure sizes for x64 and verifies that the Delphi sizes are the same as the reported sizes from C++. Minor tweak to printf format args for kcframe to assist in this, sorting a compiler warning.
-
Marc Durdin authored
-