- Apr 04, 2022
-
-
Marc Durdin authored
feat(developer): add Clear All button to icon editor
-
Marc Durdin authored
feat(developer): check filename case consistency when compiling keyboard
-
Marc Durdin authored
feat(developer): hint on unreachable code
-
Marc Durdin authored
fix(web): rely on caller for unmatched keys
-
Darcy Wong authored
chore(common): Update in-app help versions to 15.0
-
Darcy Wong authored
-
Darcy Wong authored
chore(android): Document minimum required version of Chrome
-
Darcy Wong authored
-
Marc Durdin authored
fix(developer): improves More Help link for icon tool
-
Marc Durdin authored
Fixes #2749. Adds a Clear All button which does the same as Edit/Clear Selection. At the same time, fixes the Clear code for transparent background colours; previously, clear all with transparent background gave a black fill.
-
Marc Durdin authored
Fixes #2750. This tweaks the More Help link to open the correct part of the Keyboard Editor help page. Goes together with keymanapp/help.keyman.com#526. The context help data needs a consolidated rewrite. This does not attempt to touch that, nor does it attempt to add more contextual help links for any other part of the Developer IDE. That is work for another day...
-
- Apr 03, 2022
-
-
Marc Durdin authored
Co-authored-by:Eberhard Beilharz <ermshiperete@users.noreply.github.com>
-
- Apr 02, 2022
-
-
Keyman Server authored
auto: increment beta version to 15.0.227
-
Keyman Build Agent authored
-
- Apr 01, 2022
-
-
Eberhard Beilharz authored
feat(linux): Allow to run ibus tests on Wayland
🛤 ️ -
Marc Durdin authored
Fixes #6005. If a key has no default behavior, and the expectation is to trigger the key default, then set the output behavior to null, so that the caller will do the action. This fixes a regression in #5553, which handled the situation where a rule was triggered but then default output was expected (common example is final sigma transform only when a word is finished). The regression resulted in suggestions rotating unexpectedly when pressing a modifier key.
-
Marc Durdin authored
fix(web): track stateKeys changes with layer changes
-
Keyman Server authored
auto: increment beta version to 15.0.226
-
Keyman Build Agent authored
-
Shawn Schantz authored
fix(oem/fv/ios): maintain consistent keyboard state between Keyman Engine and FV app
-
Marc Durdin authored
-
Marc Durdin authored
feat(developer): keep Virtual Key Identifier dialog open on Insert
-
Marc Durdin authored
fix(ios): reset context when osk is resized
-
Marc Durdin authored
-
- Mar 31, 2022
-
-
Eberhard Beilharz authored
This change modifies the `run-tests.sh` script so that tests run on both Wayland (if supported) and X11 unless `--no-wayland` or `--no-x11` is specified. This change also adds the new argument `--wayland` to the `ibus-keyman-tests` executable which runs the tests under Wayland. Note that running Wayland tests is only possible in Ubuntu 21.10+ because it requires a version of `mutter` that supports the headless option which got added in mutter 40.
-
Darcy Wong authored
fix(android/engine): Use fixed sizes for preview keys
-
sgschantz authored
-
Darcy Wong authored
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #6405. If the layer is reset to default, e.g. by switching fields, then the state key bitmask was not always kept in sync with the layer change.
-
sgschantz authored
-
Marc Durdin authored
-
Marc Durdin authored
fix(developer): Add Wordlist button now copies into source folder
-
Marc Durdin authored
fix(web): track load error detail
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #5063. It can be useful to be able to insert multiple keys into the active keyboard source file. With this tweak, the dialog no longer closes with the Insert button, only with the Close button.
-
Marc Durdin authored
-
- Mar 30, 2022
-
-
Marc Durdin authored
-
Darcy Wong authored
-
sgschantz authored
maintain active keyboard list and rebuild keyboard list in Keyman Engine whenever a keyboard is added or removed
-