- Feb 15, 2024
-
-
Darcy Wong authored
-
Darcy Wong authored
-
- Feb 14, 2024
-
-
Darcy Wong authored
-
- Feb 13, 2024
-
-
Darcy Wong authored
-
- Feb 09, 2024
-
-
Darcy Wong authored
Browser removed in #8428
-
Darcy Wong authored
-
Keyman Server authored
auto: increment master version to 17.0.264
-
Keyman Build Agent authored
-
- Feb 08, 2024
-
-
Eberhard Beilharz authored
fix(linux): Ignore keys with IBUS_MOD4_MASK set
-
Keyman Server authored
auto: increment master version to 17.0.263
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
If we process keys that have the (Super/Meta/Windows) IBUS_MOD4_MASK modifier set we ignore the key. Core doesn't handle the Meta modifier state and so would treat it as regular key. This fixes switching keyboards in Ubuntu 23.10/24.04 on Wayland. Fixes #10476.
-
- Feb 07, 2024
-
-
Joshua Horton authored
chore(web): removes unused banner events
-
Joshua Horton authored
fix(web): banner scroll positioning after reversions
-
Joshua Horton authored
fix(ios): long-held backspace handling
-
Joshua Horton authored
fix(web): handling of backspaces when left-context is empty
-
Marc Durdin authored
chore(windows): rename actionItem to outputString for clarity
-
Marc Durdin authored
fix(windows): `wstrtostr` should use `WideCharToMultiByte`
-
Marc Durdin authored
fix(linux): Use raw string for regex
-
Marc Durdin authored
Merge pull request #10651 from markcsinclair/fix/developer/ensure-project-populate-files-actually-adds-files fix(developer): ensure project populate files actually adds files
-
Marc Durdin authored
fix(windows): support unicode strings properly in logs
-
rc-swag authored
renamed a variable for clarity added a description to make clear that a null terminated string is the expected input.
-
Marc Durdin authored
Merge pull request #10618 from keymanapp/fix/core/10615-10616-10617-core-surrogates-and-app-context-markers-and-memory-leak fix(core): surrogate handling, markers in app context, and memory leak
-
Marc Durdin authored
fix(core): strip markers in `actions_update_app_context_nfu()`
-
Marc Durdin authored
fix(core): make `km_core_state_get_actions()` idempotent
-
Steven R. Loomis authored
-
Marc Durdin authored
Relates to #10604: "Note also wstrtostr crashes if you pass it surrogate pairs because they won't convert ... ouch."
-
Steven R. Loomis authored
-
Marc Durdin authored
-
Marc Durdin authored
Merge branch 'fix/core/10605-app-context-copy-strip-markers' into fix/core/10615-10616-10617-core-surrogates-and-app-context-markers-and-memory-leak
-
Marc Durdin authored
Merge branch 'fix/core/10582-km_core_state_get_actions-idempotency' into fix/core/10605-app-context-copy-strip-markers
-
Marc Durdin authored
-
Marc Durdin authored
chore(core): move action apis into keyman_core_api_actions.h
-
Marc Durdin authored
refactor(windows): Use km_core_actions struct instead of queue
-
Marc Durdin authored
-
Marc Durdin authored
Co-authored-by:Steven R. Loomis <srl295@gmail.com>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- assume normalization is enabled #10554
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- clean up process_output: remove some unnecessary steps, refactor into 3 functions, clarify - reorder functions for ldml_state - remove extraneous assert() clutter when the normalization functions already assert/DebugLog at the innermost level #10554
-