- Dec 22, 2022
-
-
Keyman Server authored
auto: increment beta version to 16.0.128
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(windows): modifer event is always serialized
-
Marc Durdin authored
fix(oem/fv/android): Add view permission of online help
-
Marc Durdin authored
fix(oem/fv/android): Fix keyboard version title (again)
-
- Dec 21, 2022
-
-
Darcy Wong authored
-
Darcy Wong authored
-
Keyman Server authored
auto: increment beta version to 16.0.127
-
Keyman Build Agent authored
-
rc-swag authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Ross authored
PR #7449 added modifier event to make ensure modifer events where sent to the serializer even if the key stroke was determined the key stroke did not need seralizing. However, a logic error was made trying to use the exiting 'Flag' however this was not set in the !UseCachedHotkeyModifierState case. This change adds helper function to simply check if the key is a modifier key and send it to the event seralizer in that case. Separating from the other logic which is more concerned with handling hotkeys.
-
rc-swag authored
fix(windows): shutdown fix masked modal result
🔥 -
Marc Durdin authored
Regression introduced in #7661 (17.0 alpha), #7825 (16.0 beta). When shutting down CEF cleanly, we needed to pause the form destruction sequence in order for CEF to complete its shutdown tasks. However, for a dialog form, it will commonly be closed by setting `ModalResult` to a non-zero value. In our fix, we inadvertently lost any `ModalResult` value by calling `Close` after CEF was finished, which sets `ModalResult` to `mrCancel` (value of 2). This fix caches the `ModalResult` value, and if non-zero, uses it instead after CEF shuts down, to achieve the same result.
-
- Dec 20, 2022
-
-
Keyman Server authored
auto: increment beta version to 16.0.126
-
Keyman Build Agent authored
-
- Dec 19, 2022
-
-
rc-swag authored
fix(windows): no languages warning source changed
-
Keyman Server authored
auto: increment beta version to 16.0.125
-
Keyman Build Agent authored
-
- Dec 18, 2022
-
-
Darcy Wong authored
fix(oem/fv/android): Cleanup version title
-
Keyman Server authored
auto: increment beta version to 16.0.124
-
Keyman Build Agent authored
-
- Dec 17, 2022
-
-
Marc Durdin authored
fix(linux): Fix dependency of ibus-keyman
🚑
-
- Dec 16, 2022
-
-
Eberhard Beilharz authored
When we added the API check we introduced a mis-spelled dependency which lead to Keyman being uninstallable. This change fixes things.
-
- Dec 15, 2022
-
-
Darcy Wong authored
-
Darcy Wong authored
-
Keyman Server authored
auto: increment beta version to 16.0.123
-
Keyman Build Agent authored
-
- Dec 14, 2022
-
-
Marc Durdin authored
fix(developer): invalid charmap cell selection when updating to empty search result
-
Ross authored
The red colouring of the "Languages:" label was driven by a xml element which was taken from a registry value whose cache is not refreshed without restarting the app. The new xml element is driven by registery languages value that is refreshed straight away.
-
rc-swag authored
fix(windows): modify disable keyboard display
-
- Dec 13, 2022
-
-
Ross authored
The Keyboard layouts tab: When a keyboard is disabled Just the details text on the right is 'greyed' out. The buttons on the left our no longer greyed out except for 'Add/remove' which is now disabled.
-
- Dec 12, 2022
-
-
Keyman Server authored
auto: increment beta version to 16.0.122
-
Keyman Build Agent authored
-
- Dec 11, 2022
-
-
Eberhard Beilharz authored
chore(linux): Fix `make install`
-
- Dec 10, 2022
-
-
Marc Durdin authored
Fixes #7879. If we enter a search string that results in zero results, the grid resize to one row attempts to select row zero. However, we prevent this. This leaves the current row outside the range of valid rows, which means the grid is in an invalid state. This later causes a crash if the user attempts to mousewheel up. There may be other similar crashes in this situation, but I haven't found any yet. Fix is to allow selection of row zero when there is only one row. I have not found any problems caused by allowing this.
-
- Dec 09, 2022
-
-
Eberhard Beilharz authored
Another attempt to fix #7400.
-
- Dec 08, 2022
-
-
Keyman Server authored
auto: increment beta version to 16.0.121
-
Keyman Build Agent authored
-
- Dec 07, 2022
-
-
Eberhard Beilharz authored
chore(linux): Improve package build
-
Eberhard Beilharz authored
During package builds on Debian servers the build often failed with an error related to X11 when running the tests. This change skips the tests in `linux/ibus-keyman/src/test` when building packages, similar to the way we already do it for the tests in `linux/ibus-keyman/tests`.
-