- Jan 07, 2023
-
-
Eberhard Beilharz authored
This change displays tabs at the left. It also adds a dummy "Options" page which isn't implemented yet.
-
- Jan 06, 2023
-
-
Darcy Wong authored
chore(common/resources): Add Docker readme
-
- Jan 04, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.24
-
Keyman Build Agent authored
-
- Jan 03, 2023
-
-
Steven R. Loomis authored
docs(linux): document fullbuild using docker
-
Steven R. Loomis authored
fix(linux): add IBUS_HAS_PREFILTER ifdef to linux/ibus-keyman/tests
-
Keyman Server authored
auto: increment master version to 17.0.23
-
Keyman Build Agent authored
-
- Jan 02, 2023
-
-
Eberhard Beilharz authored
chore(linux): Remove unused JENKINS parameter
-
Marc Durdin authored
chore: merge beta to master (A17S2)
-
- Dec 31, 2022
-
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
- Dec 23, 2022
-
-
Marc Durdin authored
-
Keyman Server authored
auto: increment beta version to 16.0.129
-
Keyman Build Agent authored
-
- Dec 22, 2022
-
-
Marc Durdin authored
fix(developer): force ES3 code generation for LMs
-
Marc Durdin authored
-
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)
-
Keyman Server authored
auto: increment master version to 17.0.22
-
Keyman Build Agent authored
-
- 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
🔥 🍒 -
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.
-
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 master version to 17.0.21
-
Keyman Server authored
auto: increment beta version to 16.0.126
-
Keyman Build Agent authored
-
Keyman Build Agent authored
-
- Dec 19, 2022
-
-
Marc Durdin authored
chore: Revert "chore(common): Fix shellcheck warnings"
-
Marc Durdin authored
Fixes #7926. Android 5.0 (Chrome 37) only supports ES3. Thus, we should transpile our lexical models to ES3 rather than ES2015, for now at least. For example, this forces constructs such as `const` to be replaced with `var`.
-