spiegel-keyman/docs
Marc Durdin 1b88ab99be fix(core): make km_core_state_get_actions() idempotent
Fixes #10582.

Returned struct from the `km_core_state_get_actions()` API is now owned
by the state object. This is a change in API contract. The corresponding
`km_core_actions_dispose()` API has been made private, because there is
never any need for API consumers to call it. As this change is happening
in alpha, we won't bump the ABI version.

`state->app_context` is now guaranteed to be in sync with
`state->context` after `km_core_process_event()`, with the actions
struct populated at that point.

The next and final step in this refactor is to remove the actions queue
altogether from the Core and make that a kmn-only concept, but that will
wait until 18.0. The only consumers of the actions queue are the
kmn-specific interactive debugger in Keyman Developer, and kmn-specific
Input Method eXtensions in Keyman Engine for Windows.
2024-02-01 11:28:08 +07:00
..
build chore(linux): docker: make emscripten version customizable 2023-12-13 23:23:55 +00:00
linux chore(linux): Build with webkitgtk 4.1 instead of 4.0 2024-01-23 14:40:57 -05:00
settings chore(linux): Build with webkitgtk 4.1 instead of 4.0 2024-01-23 14:40:57 -05:00
websites docs(common): Update README.md 2024-01-16 11:21:52 +07:00
CODEOWNERS chore(common): Update CODEOWNERS for web 2023-11-14 06:52:10 +07:00
core-api-verification.md fix(core): make km_core_state_get_actions() idempotent 2024-02-01 11:28:08 +07:00
history-and-versioning.md chore: Update history-and-versioning to match history 2022-11-10 08:26:59 +07:00
npm-packages.md chore(developer): further kmc-keyboard-info infrastructure 2023-07-26 12:02:09 +07:00