- Jan 19, 2024
-
-
Steven R. Loomis authored
chore(developer,core): change sample and test files to use \u{…}🙀 -
Steven R. Loomis authored
feat(core): unescape u
🙀
-
- Jan 18, 2024
-
-
Joshua Horton authored
fix(ios): banner image management
-
Steven R. Loomis authored
Merge branch 'feat/core/10319-escaping-you-epic-ldml' into feat/developer/10319-remove-old-escape-epic-ldml
-
Steven R. Loomis authored
-
Steven R. Loomis authored
For: #10319
-
Steven R. Loomis authored
- don't try to remove irregular sentinel sequences - update test For: #10319
-
Steven R. Loomis authored
- remove stray change to kmx_processevent.cpp - fix escaping of syntax chars - fix comment per review For: #10319
-
Keyman Server authored
auto: increment master version to 17.0.247
-
Keyman Build Agent authored
-
- Jan 17, 2024
-
-
Joshua Horton authored
fix(web): right-flick gesture-preview positioning
-
Eberhard Beilharz authored
docs(linux): Add documentation for Core API verification
-
Eberhard Beilharz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Darcy Wong authored
docs(common): Update website README.md
-
Darcy Wong authored
chore(common): Update crowdin strings for Khmer
-
Darcy Wong authored
-
Darcy Wong authored
fix(web): Add null check for changing the keyboard during typing
-
Eberhard Beilharz authored
Closes #10405.
-
Keyman Server authored
auto: increment master version to 17.0.246
-
Keyman Build Agent authored
-
- Jan 16, 2024
-
-
Joshua A. Horton authored
-
Darcy Wong authored
* update configure step about downloading _common/ files * Add info about website-local-proxy
-
Marc Durdin authored
feat(developer): add `-m` parameter to kmc to control message severity
-
Darcy Wong authored
fix(android): Fix OSK rotation issues
-
Steven R. Loomis authored
- #10389 will require this, but at least change the test files #10319
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- \u{0300} needs to turn back into an actual char, so normalization gets an opportunity to run. #10319 -
Marc Durdin authored
chore(core): Ignore C++ symbols
-
Steven R. Loomis authored
- improved test code and marker parsing #10319
-
Steven R. Loomis authored
- basic.txt fixup #10319
-
Keyman Server authored
auto: increment master version to 17.0.245
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
We have a C API, but (internal) C++ template instantiations are visible and so get flagged by `dpkg-gensymbols`. This change ignores the one use of C++ by marking it optional. This is listed as a usage scenario in the dpkg-gensymbols man page. Note this requires a change how we call dpkg-gensymbols: if the `-O` parameter is specified, the file is not treated as being a template file (see man deb-src-symbols) and so the tags are not interpreted. Additionally the file gets overwritten with the non-tag version. So this change removes the `-O` parameter, and changes the archiving of the generated file.
-
- Jan 15, 2024
-
-
Eberhard Beilharz authored
docs(linux): Update sample settings
-
Joshua Horton authored
fix(web): use KMW OSK font for "**" special-text in key hints
-
Joshua Horton authored
Co-authored-by:Eberhard Beilharz <ermshiperete@users.noreply.github.com>
-
Marc Durdin authored
feat(developer): warn on gesture support for downlevel
-
Marc Durdin authored
refactor(core): Move `km_core_state_context_*` tests to separate file
-
- Jan 14, 2024
-
-
Steven R. Loomis authored
- escaping working, matching not yet #10319
-
- Jan 13, 2024
-
-
Steven R. Loomis authored
- match sentinels as \\u… - support \Uxxxxxxxx for >0xffff - more escaping stuff #10319
-