-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge master into epic/linux-mcompile #10076
chore: merge master into epic/linux-mcompile #10076
Commits on Oct 6, 2023
-
change(android): Add image banner
Toggle from suggestion to image banner
Configuration menu - View commit details
-
Copy full SHA for 4273140 - Browse repository at this point
Copy the full SHA 4273140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b06591 - Browse repository at this point
Copy the full SHA 9b06591View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3872ee - Browse repository at this point
Copy the full SHA d3872eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a785f5 - Browse repository at this point
Copy the full SHA 3a785f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46d50f - Browse repository at this point
Copy the full SHA b46d50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df2668 - Browse repository at this point
Copy the full SHA 3df2668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131180c - Browse repository at this point
Copy the full SHA 131180cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db728df - Browse repository at this point
Copy the full SHA db728dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b91d651 - Browse repository at this point
Copy the full SHA b91d651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3de5a - Browse repository at this point
Copy the full SHA 7d3de5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018abd4 - Browse repository at this point
Copy the full SHA 018abd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5aef7a - Browse repository at this point
Copy the full SHA a5aef7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 510de72 - Browse repository at this point
Copy the full SHA 510de72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d366f33 - Browse repository at this point
Copy the full SHA d366f33View commit details
Commits on Oct 16, 2023
-
chore(android): Merge remote-tracking branch 'origin/master' into fix…
…/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for b45c61e - Browse repository at this point
Copy the full SHA b45c61eView commit details
Commits on Oct 26, 2023
-
chore(android): Merge remote-tracking branch 'origin/master' into fix…
…/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for 8a48fd2 - Browse repository at this point
Copy the full SHA 8a48fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5a9f8 - Browse repository at this point
Copy the full SHA bb5a9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b7b95 - Browse repository at this point
Copy the full SHA a6b7b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 926a2a2 - Browse repository at this point
Copy the full SHA 926a2a2View commit details -
chore(linux): Enhance GHA API check
This change adds additional checks for the symbols file: - if a line with a method name gets changed, the package version number in that line also needs to be updated - for major API changes (methods renamed or removed) the API version numbers needs to be incremented - the API version numbers in the .symbols file and in `CORE_API_VERSION.md` need to match
Configuration menu - View commit details
-
Copy full SHA for 30250e3 - Browse repository at this point
Copy the full SHA 30250e3View commit details
Commits on Nov 3, 2023
-
docs(windows): update meson and emscripten details
* meson 1.2.3 is now available on choco * emscripten 3.1.40 is currently latest available choco version
Configuration menu - View commit details
-
Copy full SHA for 0aa4445 - Browse repository at this point
Copy the full SHA 0aa4445View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0967e12 - Browse repository at this point
Copy the full SHA 0967e12View commit details
Commits on Nov 6, 2023
-
chore(android): Merge remote-tracking branch 'origin/master' into fix…
…/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for 6247a52 - Browse repository at this point
Copy the full SHA 6247a52View commit details -
feat(developer): Support v2.0 projects in TIKE
Relates to #9948. Starts basic support for v2.0 projects. For all operating modes: - Remove blank projects / untitled projects mode - Add Open Project Folder buttons and links - Remove Project Save As - Render uses in-memory XML - Upgrade to v2.0 project file (along with checks) For v2.0 projects: - Remove 'Add File to Project' - Populate Files to list all files in folder (note: consider efficiency here as currently files are parsed for subfile data) - Version 2.0 project options and defaults
Configuration menu - View commit details
-
Copy full SHA for 4c5a910 - Browse repository at this point
Copy the full SHA 4c5a910View commit details -
feat(developer): New Project - Description field and tweaks
Fixes #9869. Adds a 'Description' field, tweaks Copyright strings, and tweaks default content for documentation to the New Project wizards and kmconvert.
Configuration menu - View commit details
-
Copy full SHA for 0285993 - Browse repository at this point
Copy the full SHA 0285993View commit details
Commits on Nov 7, 2023
-
fix(web): Increase size of spacebar text
The caption on the spacebar used to be 60%. This change increases it to 100%, but that might be sometimes too big. On the other hand, 80% still seemed to be too small. Fixes #7940.
Configuration menu - View commit details
-
Copy full SHA for 1e4546a - Browse repository at this point
Copy the full SHA 1e4546aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8630121 - Browse repository at this point
Copy the full SHA 8630121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e30002 - Browse repository at this point
Copy the full SHA 1e30002View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb97eb9 - Browse repository at this point
Copy the full SHA eb97eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a312f73 - Browse repository at this point
Copy the full SHA a312f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e78c6 - Browse repository at this point
Copy the full SHA 96e78c6View commit details -
chore(developer): remove obsolete project code
Removes old state load/save from each project file type, and the unused WarnAsError property, in preparation for xmlLdmlProjectFile.
Configuration menu - View commit details
-
Copy full SHA for 857017f - Browse repository at this point
Copy the full SHA 857017fView commit details -
fix(web): Improve cause of issue
One reason for the sometimes small text on the spacebar besides the too small font size on `kmw-spacebar-caption` was that the calculation of the ideal font size added double padding: it added two pixels of padding to the height, but also multiplied the height value by 0.9 which effectively added more padding. This change removes the 2 pixel padding from the calculation. The existing calculation varies the text size to fit in the available width of the spacebar, so calculating with font size of 1em is reasonable and better than the previous 0.6em. The previous value would lead to even an smaller font size for long texts, far below the size that would be sufficient to fit the text.
Configuration menu - View commit details
-
Copy full SHA for 1fa4090 - Browse repository at this point
Copy the full SHA 1fa4090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3cb5e - Browse repository at this point
Copy the full SHA 1d3cb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8fe32 - Browse repository at this point
Copy the full SHA 7b8fe32View commit details -
refactor(developer): add xmlLdml types and form, rename ActiveEditor
Adds XmlLdml keyboard editor form based on the plain text Editor for now. ActiveEditor is a name used for multiple purposes. Rename to ActiveKmnKeyboardEditor and introduce ActiveLdmlKeyboardEditor alongside.
Configuration menu - View commit details
-
Copy full SHA for befe2b8 - Browse repository at this point
Copy the full SHA befe2b8View commit details -
feat(developer): Split dmActionsDebugger out of dmActionsKeyboardEditor
Because the debugger actions are used only with the kmn keyboard editor, it makes sense to keep them as a separate module, in preparation for supporting XmlLdmlKeyboards.
Configuration menu - View commit details
-
Copy full SHA for 7c937e7 - Browse repository at this point
Copy the full SHA 7c937e7View commit details
Commits on Nov 8, 2023
-
feat(developer): Actions to support LdmlKeyboardEditor
Adds actions to support LdmlKeyboardEditor, and refactors and reorganizes the existing actions along the way to make them clearer. Compile, Install, and Uninstall supported at this time
Configuration menu - View commit details
-
Copy full SHA for a923537 - Browse repository at this point
Copy the full SHA a923537View commit details -
feat(developer): show .xml LDML keyboards in project
Identifies .xml keyboards when building file list, then shows those appropriately in the keyboard list. Also enables grouped actions such as keyboard_compileall for those keyboards.
Configuration menu - View commit details
-
Copy full SHA for 5e9056f - Browse repository at this point
Copy the full SHA 5e9056fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 974bbd1 - Browse repository at this point
Copy the full SHA 974bbd1View commit details -
fix(developer): Project upgrade messages now show in Messages panel
Relates to #9948. Having the project upgrade messages in the Messages panel means that users can refer to them as they clean up their projects to bring them into the v17 format.
Configuration menu - View commit details
-
Copy full SHA for 3c0b7a9 - Browse repository at this point
Copy the full SHA 3c0b7a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6535acd - Browse repository at this point
Copy the full SHA 6535acdView commit details -
Update web/src/engine/osk/src/keyboard-layout/oskKey.ts
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for cd49f3f - Browse repository at this point
Copy the full SHA cd49f3fView commit details
Commits on Nov 9, 2023
-
chore(android): Merge remote-tracking branch 'origin/master' into fix…
…/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for 6593ae2 - Browse repository at this point
Copy the full SHA 6593ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11af550 - Browse repository at this point
Copy the full SHA 11af550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d40beb - Browse repository at this point
Copy the full SHA 1d40bebView commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9272aa - Browse repository at this point
Copy the full SHA f9272aaView commit details -
chore(developer): only build source files
For batch builds (e.g. project/compile all) of v2.0 projects, we only want to build files that are listed in the project's $SOURCEPATH, so that the project can contain extra folders with source file types that won't break a project-level build. Any source file types in extra folders can still be built one-by-one, which is helpful for investigation and test for keyboard authors, but will not be built if project build is selected. This commit also formalizes the source/ SourcePath for upgraded projects which contain a source/ folder. If the project to be upgraded does not contain the source/ folder, then no SourcePath is assigned, and any source file in any folder will be built.
Configuration menu - View commit details
-
Copy full SHA for d39af4e - Browse repository at this point
Copy the full SHA d39af4eView commit details
Commits on Nov 12, 2023
-
Merge pull request #9933 from keymanapp/docs/windows-build-config-mes…
…on-emscripten docs(windows): update meson and emscripten details
Configuration menu - View commit details
-
Copy full SHA for 220185d - Browse repository at this point
Copy the full SHA 220185dView commit details
Commits on Nov 13, 2023
-
fix(android/app): Revert keyman_banner.svg
Also introduce banner.html to handle theme
Configuration menu - View commit details
-
Copy full SHA for 8961e9d - Browse repository at this point
Copy the full SHA 8961e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2048a8 - Browse repository at this point
Copy the full SHA f2048a8View commit details -
chore(developer): manage SourcePath in project upgrade
Relates to #9948. When upgrading a project to v2.0, it is important that all source files are in the same folder. This change makes the upgrade process verify that this is the case and blocks the upgrade if there are source files in multiple folders. Source files are .kmn, .xml (ldml keyboard), .kps, and .model.ts.
Configuration menu - View commit details
-
Copy full SHA for c488460 - Browse repository at this point
Copy the full SHA c488460View commit details -
refactor(web): drops banner options paradigm in favor of simple "inac…
…tiveBanner" prop
Configuration menu - View commit details
-
Copy full SHA for 109920e - Browse repository at this point
Copy the full SHA 109920eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b2903 - Browse repository at this point
Copy the full SHA 18b2903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6170e04 - Browse repository at this point
Copy the full SHA 6170e04View commit details -
feat(developer): handle errors loading projects
Relates to #9948. Prevents loading of projects other than v1.0, v2.0, and also handles error cases when attempting to load projects.
Configuration menu - View commit details
-
Copy full SHA for 53b5793 - Browse repository at this point
Copy the full SHA 53b5793View commit details -
Merge pull request #9954 from keymanapp/fix/web/7940_spacebar-text
fix(web): Increase size of spacebar text
Configuration menu - View commit details
-
Copy full SHA for 75a5d36 - Browse repository at this point
Copy the full SHA 75a5d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff0cd2 - Browse repository at this point
Copy the full SHA 6ff0cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799a845 - Browse repository at this point
Copy the full SHA 799a845View commit details -
Configuration menu - View commit details
-
Copy full SHA for f372936 - Browse repository at this point
Copy the full SHA f372936View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc6327 - Browse repository at this point
Copy the full SHA afc6327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb30f5 - Browse repository at this point
Copy the full SHA 5bb30f5View commit details -
Merge pull request #9994 from keymanapp/auto/version-master-17.0.210
auto: increment master version to 17.0.210
Configuration menu - View commit details
-
Copy full SHA for 8f8c53f - Browse repository at this point
Copy the full SHA 8f8c53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0303a81 - Browse repository at this point
Copy the full SHA 0303a81View commit details -
chore(developer): show only source path files in project views
Relates to #9948. For v2.0 projects, only show .kmn, .kps, .model.ts, .tsv, and .xml files if they are source files within Options.SourcePath.
Configuration menu - View commit details
-
Copy full SHA for 4fe5df1 - Browse repository at this point
Copy the full SHA 4fe5df1View commit details -
chore(developer): handle project version checks cleanly in kmc
Relates to #9948. While the schema validation does check the version already, it gives a fairly obtuse message, and we can do better. Found a secondary issue with a iterator type guard needed in kpj-file-reader when preparing unit test, which was probably masked in other tests by not verifying all messages generated, so updated all infrastructure message tests to verify the full set of messages generated.
Configuration menu - View commit details
-
Copy full SHA for 65b7b20 - Browse repository at this point
Copy the full SHA 65b7b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e37ce - Browse repository at this point
Copy the full SHA 50e37ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3d359 - Browse repository at this point
Copy the full SHA 4b3d359View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22c773 - Browse repository at this point
Copy the full SHA f22c773View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a17b5 - Browse repository at this point
Copy the full SHA f1a17b5View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 355565e - Browse repository at this point
Copy the full SHA 355565eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d79658 - Browse repository at this point
Copy the full SHA 0d79658View commit details -
Merge branch 'chore/web/separate-banner-source-files' into refactor/w…
…eb/inactive-banner-management
Configuration menu - View commit details
-
Copy full SHA for a02dad0 - Browse repository at this point
Copy the full SHA a02dad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf36490 - Browse repository at this point
Copy the full SHA cf36490View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88367d - Browse repository at this point
Copy the full SHA a88367dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9bb5b - Browse repository at this point
Copy the full SHA 2f9bb5bView commit details -
Merge pull request #9997 from keymanapp/common/codeowners-web
docs(common): Update CODEOWNERS for web
Configuration menu - View commit details
-
Copy full SHA for 00414ca - Browse repository at this point
Copy the full SHA 00414caView commit details -
chore(android): Merge remote-tracking branch 'origin/refactor/web/ina…
…ctive-banner-management' into fix/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for c619873 - Browse repository at this point
Copy the full SHA c619873View commit details -
fix(windows): setup.inf generation had whitespace
This is a regression coming out of #9616. The new setup.inf generation process is done in a Makefile and inadvertently added significant whitespace, which was not being trimmed by setup.
Configuration menu - View commit details
-
Copy full SHA for f4c1cc1 - Browse repository at this point
Copy the full SHA f4c1cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for db67f04 - Browse repository at this point
Copy the full SHA db67f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb431fe - Browse repository at this point
Copy the full SHA cb431feView commit details -
chore(android): Merge remote-tracking branch 'origin/refactor/web/ina…
…ctive-banner-management' into fix/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for 879129e - Browse repository at this point
Copy the full SHA 879129eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 263da40 - Browse repository at this point
Copy the full SHA 263da40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cdd49 - Browse repository at this point
Copy the full SHA 40cdd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712b2a2 - Browse repository at this point
Copy the full SHA 712b2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856ed13 - Browse repository at this point
Copy the full SHA 856ed13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830c282 - Browse repository at this point
Copy the full SHA 830c282View commit details -
Update web/src/engine/osk/build.sh
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for c6a9460 - Browse repository at this point
Copy the full SHA c6a9460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27480eb - Browse repository at this point
Copy the full SHA 27480ebView commit details -
chore(linux): reduce number of checkouts
Addresses code review comment.
Configuration menu - View commit details
-
Copy full SHA for 5badb17 - Browse repository at this point
Copy the full SHA 5badb17View commit details -
Merge pull request #9867 from keymanapp/chore/linux/9801_coreversion
chore(core): Add additional API checks 🎬
Configuration menu - View commit details
-
Copy full SHA for 039e859 - Browse repository at this point
Copy the full SHA 039e859View commit details -
* Revert original css in keyboard.html * Remove redundant call to BannerController
Configuration menu - View commit details
-
Copy full SHA for 095b823 - Browse repository at this point
Copy the full SHA 095b823View commit details -
fix(common): dx: don't call exit(0) on failure 🙀
- always use std::exit(EXIT_FAILURE) if there is an error. - use --print-errorlogs with meson to show errors to the log Fixes: #10004
Configuration menu - View commit details
-
Copy full SHA for 2913ba4 - Browse repository at this point
Copy the full SHA 2913ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb705ba - Browse repository at this point
Copy the full SHA eb705baView commit details -
feat(core): ldml normalization 🙀
- some failing marker tests For: #9468
Configuration menu - View commit details
-
Copy full SHA for efc8ef0 - Browse repository at this point
Copy the full SHA efc8ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255960e - Browse repository at this point
Copy the full SHA 255960eView commit details -
feat(core): ldml marker normalization 🙀
- add a new remove_markers(std::u32string) function - add test cases for text utils - update (failing) test cases for transform - improve documentation of append process - support KM_CORE_BT_UNKNOWN in ldml test - remove_markers with a map - update normalize test For: #9468
Configuration menu - View commit details
-
Copy full SHA for 015a738 - Browse repository at this point
Copy the full SHA 015a738View commit details -
chore(resources): ldml bn: add a test case 🙀
- this sequence failed when run as a system kbd: (qfqf) Related to: #9916
Configuration menu - View commit details
-
Copy full SHA for 0f0c036 - Browse repository at this point
Copy the full SHA 0f0c036View commit details -
feat(core): ldml marker normalization 🙀
- km::kbp is soooo last month! - test_transforms can run NFD with markers, with some caveats. For: #9468
Configuration menu - View commit details
-
Copy full SHA for a69feb5 - Browse repository at this point
Copy the full SHA a69feb5View commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 72830ed - Browse repository at this point
Copy the full SHA 72830edView commit details -
feat(core): ldml marker normalization 🙀
- refactor out backspace processing into a function. - for now, just drop any markers in the context when we're lopping off the end For: #9468
Configuration menu - View commit details
-
Copy full SHA for 78c2ac4 - Browse repository at this point
Copy the full SHA 78c2ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b48194 - Browse repository at this point
Copy the full SHA 7b48194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05299cd - Browse repository at this point
Copy the full SHA 05299cdView commit details -
Merge branch 'fix/common/10004-truthful-test-epic-ldml' into feat/cor…
…e/9468-marker-normalization-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for bf66909 - Browse repository at this point
Copy the full SHA bf66909View commit details -
fix(linux): Improve triggering of packaging GHA
We now pass the SHA for the base ref. Hopefully this will fix the failures with API verification.
Configuration menu - View commit details
-
Copy full SHA for c3750a6 - Browse repository at this point
Copy the full SHA c3750a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b11988 - Browse repository at this point
Copy the full SHA 2b11988View commit details -
Merge pull request #10010 from keymanapp/auto/version-master-17.0.211
auto: increment master version to 17.0.211
Configuration menu - View commit details
-
Copy full SHA for 2d07427 - Browse repository at this point
Copy the full SHA 2d07427View commit details -
Merge pull request #10000 from keymanapp/fix/windows/setup-inf-regres…
…sion fix(windows): setup.inf generation had whitespace
Configuration menu - View commit details
-
Copy full SHA for f70c1e8 - Browse repository at this point
Copy the full SHA f70c1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee39543 - Browse repository at this point
Copy the full SHA ee39543View commit details -
feat(core): marker normalization 🙀
- go back to NFD for the context, for now - anticipating when the privatecontext is NFD but the public context is NFC - also update the test cases For: #9468
Configuration menu - View commit details
-
Copy full SHA for 2f843d9 - Browse repository at this point
Copy the full SHA 2f843d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb5cbf - Browse repository at this point
Copy the full SHA dfb5cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ea3c3 - Browse repository at this point
Copy the full SHA 71ea3c3View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c83410a - Browse repository at this point
Copy the full SHA c83410aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af4ce3 - Browse repository at this point
Copy the full SHA 9af4ce3View commit details -
Merge pull request #9949 from keymanapp/feat/developer/tike-2.0-projects
feat(developer): Support v2.0 projects in TIKE 🦕
Configuration menu - View commit details
-
Copy full SHA for a937f3c - Browse repository at this point
Copy the full SHA a937f3cView commit details -
Merge pull request #9950 from keymanapp/feat/developer/9869-new-proje…
…ct-description-and-tweaks feat(developer): New Project - Description field and tweaks 🦕
Configuration menu - View commit details
-
Copy full SHA for c060666 - Browse repository at this point
Copy the full SHA c060666View commit details -
Merge pull request #9956 from keymanapp/chore/developer/9948-hide-rem…
…ove-project chore(developer): hide 'Remove From Project' for v2.0 projects 🦕
Configuration menu - View commit details
-
Copy full SHA for 26900f7 - Browse repository at this point
Copy the full SHA 26900f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dcc1b - Browse repository at this point
Copy the full SHA b8dcc1bView commit details -
Merge pull request #9963 from keymanapp/feat/developer/9948-load-xml-…
…ldml-files feat(developer): Support loading XML LDML keyboards in TIKE 🦕
Configuration menu - View commit details
-
Copy full SHA for 37edb4f - Browse repository at this point
Copy the full SHA 37edb4fView commit details -
Merge pull request #9964 from keymanapp/feat/developer/9948-show-ldml…
…-xml-keyboards-in-project feat(developer): show .xml LDML keyboards in project 🦕
Configuration menu - View commit details
-
Copy full SHA for ad2f6b3 - Browse repository at this point
Copy the full SHA ad2f6b3View commit details -
Merge pull request #9966 from keymanapp/fix/developer/kmc-build-ldml-…
…create-outdir fix(developer): kmc build ldml keyboard should create output folder 🦕
Configuration menu - View commit details
-
Copy full SHA for 7d204d5 - Browse repository at this point
Copy the full SHA 7d204d5View commit details -
Merge pull request #9969 from keymanapp/fix/developer/9948-show-proje…
…ct-upgrade-messages-in-messages-panel fix(developer): Project upgrade messages now show in Messages panel 🦕
Configuration menu - View commit details
-
Copy full SHA for e77472c - Browse repository at this point
Copy the full SHA e77472cView commit details -
Merge pull request #9984 from keymanapp/feat/developer/9948-project-s…
…ettings-20-form feat(developer): Project Settings Form for 17.0+ projects 🦕
Configuration menu - View commit details
-
Copy full SHA for 8895775 - Browse repository at this point
Copy the full SHA 8895775View commit details -
Merge pull request #9985 from keymanapp/chore/developer/9948-only-bui…
…ld-source-files chore(developer): only build source files 🦕
Configuration menu - View commit details
-
Copy full SHA for 16bea34 - Browse repository at this point
Copy the full SHA 16bea34View commit details -
Merge pull request #9986 from keymanapp/chore/developer/9948-manage-s…
…ourcepath-in-upgrade-project chore(developer): manage SourcePath in project upgrade 🦕
Configuration menu - View commit details
-
Copy full SHA for 4ac71cc - Browse repository at this point
Copy the full SHA 4ac71ccView commit details -
Merge pull request #9989 from keymanapp/feat/developer/9948-handle-er…
…rors-loading-projects feat(developer): handle errors loading projects 🦕
Configuration menu - View commit details
-
Copy full SHA for dce6de5 - Browse repository at this point
Copy the full SHA dce6de5View commit details -
Merge pull request #9995 from keymanapp/chore/developer/9948-only-sou…
…rce-path-files-in-project-views chore(developer): show only source path files in project views 🦕
Configuration menu - View commit details
-
Copy full SHA for e2b7c69 - Browse repository at this point
Copy the full SHA e2b7c69View commit details -
Merge pull request #9996 from keymanapp/chore/developer/9948-handle-p…
…roject-version-cleanly-in-kmc chore(developer): handle project version checks cleanly in kmc 🦕
Configuration menu - View commit details
-
Copy full SHA for a355721 - Browse repository at this point
Copy the full SHA a355721View commit details -
Merge pull request #10005 from keymanapp/fix/common/10004-truthful-te…
…st-epic-ldml fix(common): dx: don't call exit(0) on failure 🙀
Configuration menu - View commit details
-
Copy full SHA for 6a305ca - Browse repository at this point
Copy the full SHA 6a305caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0841afb - Browse repository at this point
Copy the full SHA 0841afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a14a8 - Browse repository at this point
Copy the full SHA d6a14a8View commit details -
Merge pull request #10009 from keymanapp/fix/linux/improveGHATrigger
fix(linux): Improve triggering of packaging GHA
Configuration menu - View commit details
-
Copy full SHA for 0f5b88d - Browse repository at this point
Copy the full SHA 0f5b88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f857c - Browse repository at this point
Copy the full SHA d5f857cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9f91d - Browse repository at this point
Copy the full SHA 5a9f91dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c9353 - Browse repository at this point
Copy the full SHA b1c9353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8f401 - Browse repository at this point
Copy the full SHA 1a8f401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84de5fe - Browse repository at this point
Copy the full SHA 84de5feView commit details -
Merge pull request #9993 from keymanapp/chore/common/keymanweb-osk-ttf
chore(web,developer): Move keymanweb-osk.ttf to common/resources
Configuration menu - View commit details
-
Copy full SHA for 284ec09 - Browse repository at this point
Copy the full SHA 284ec09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5b6fb - Browse repository at this point
Copy the full SHA 6a5b6fbView commit details -
Merge pull request #10013 from keymanapp/auto/version-master-17.0.212
auto: increment master version to 17.0.212
Configuration menu - View commit details
-
Copy full SHA for 4daba25 - Browse repository at this point
Copy the full SHA 4daba25View commit details -
chore(android): Additional cleanup
* Remove old assets * Add API header * Cleanup comments
Configuration menu - View commit details
-
Copy full SHA for 35a37bc - Browse repository at this point
Copy the full SHA 35a37bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76eab6e - Browse repository at this point
Copy the full SHA 76eab6eView commit details -
feat(core): marker normalization 🙀
- a little further - couple places where "it wasn't plugged in" - adding some LDML-TODOs - marker creep - fixed one unnecessary alloc/dealloc For: #9468
Configuration menu - View commit details
-
Copy full SHA for 07a4821 - Browse repository at this point
Copy the full SHA 07a4821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a04a81 - Browse repository at this point
Copy the full SHA 5a04a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2163c1d - Browse repository at this point
Copy the full SHA 2163c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e28f359 - Browse repository at this point
Copy the full SHA e28f359View commit details
Commits on Nov 16, 2023
-
Merge pull request #9987 from keymanapp/chore/web/separate-banner-sou…
…rce-files chore(web): splits banner.ts into separate files per banner type 🎏
Configuration menu - View commit details
-
Copy full SHA for e6e89d7 - Browse repository at this point
Copy the full SHA e6e89d7View commit details -
Merge pull request #9988 from keymanapp/refactor/web/inactive-banner-…
…management refactor(web): inactive banner management 🎏
Configuration menu - View commit details
-
Copy full SHA for 8ebb725 - Browse repository at this point
Copy the full SHA 8ebb725View commit details -
chore(android): Merge remote-tracking branch 'origin/master' into fix…
…/android/image-banner
Configuration menu - View commit details
-
Copy full SHA for 0bcdea1 - Browse repository at this point
Copy the full SHA 0bcdea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887e6b2 - Browse repository at this point
Copy the full SHA 887e6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f2661 - Browse repository at this point
Copy the full SHA 68f2661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fa59b - Browse repository at this point
Copy the full SHA 44fa59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8249abd - Browse repository at this point
Copy the full SHA 8249abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e9cf5 - Browse repository at this point
Copy the full SHA 37e9cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e9bbd - Browse repository at this point
Copy the full SHA 37e9bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b41f049 - Browse repository at this point
Copy the full SHA b41f049View commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 2b34c64 - Browse repository at this point
Copy the full SHA 2b34c64View commit details -
chore(android): Move banner.html up to assets/ folder
* They don't need to be copied into the resources folder on app load.
Configuration menu - View commit details
-
Copy full SHA for 4c453cc - Browse repository at this point
Copy the full SHA 4c453ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a8c68 - Browse repository at this point
Copy the full SHA 97a8c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3905c6d - Browse repository at this point
Copy the full SHA 3905c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dd568 - Browse repository at this point
Copy the full SHA f3dd568View commit details -
Merge pull request #10019 from keymanapp/auto/version-master-17.0.213
auto: increment master version to 17.0.213
Configuration menu - View commit details
-
Copy full SHA for a44dda1 - Browse repository at this point
Copy the full SHA a44dda1View commit details -
feat(core): marker normalization 🙀
- literally a bad assert. the error case is handled below, in fact the unit test tests for it. - for some reason, assert.h wasn't included in some cases locally. For: #9468
Configuration menu - View commit details
-
Copy full SHA for 4bbafa6 - Browse repository at this point
Copy the full SHA 4bbafa6View commit details -
feat(core): ldml backspace transform 🙀
- refactor keypress some (needs more) - copypasta implementation of backspace transform For: #9450
Configuration menu - View commit details
-
Copy full SHA for d0c8ea5 - Browse repository at this point
Copy the full SHA d0c8ea5View commit details -
feat(core): ldml backspace transform 🙀
- refactor transform/normalization inner routine For: #9450
Configuration menu - View commit details
-
Copy full SHA for e9e5665 - Browse repository at this point
Copy the full SHA e9e5665View commit details -
feat(core): ldml tertiary reorder 🙀
- failing test cases, hooray! In XML and C++ For: #9707
Configuration menu - View commit details
-
Copy full SHA for 85a5afa - Browse repository at this point
Copy the full SHA 85a5afaView commit details -
feat(core): ldml tertiary reorder 🙀
- implemented tertiary reordering - reinstated bengali reordering! - fixed reordering to be longest-first (by sorting the list before applying) - updated debug logging Fixes: #9707
Configuration menu - View commit details
-
Copy full SHA for f7566c7 - Browse repository at this point
Copy the full SHA f7566c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d951e - Browse repository at this point
Copy the full SHA 30d951eView commit details -
feat(core): ldml tertiary reorder 🙀
- handle case where there's no tertiary base before the first char - separate some element API tests from the actual tertiary test. Tests were failing because of now-correct implementation. Fixes: #9707
Configuration menu - View commit details
-
Copy full SHA for 3cd6c76 - Browse repository at this point
Copy the full SHA 3cd6c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 386ac30 - Browse repository at this point
Copy the full SHA 386ac30View commit details -
Merge branch 'feat/core/9468-marker-normalization-epic-ldml' into fea…
…t/core/9450-backspace-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 5468eff - Browse repository at this point
Copy the full SHA 5468effView commit details -
Merge branch 'feat/core/9450-backspace-epic-ldml' into feat/core/9707…
…-tertiary-reorder-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for af3f128 - Browse repository at this point
Copy the full SHA af3f128View commit details -
fix(common): kmx struct alignment 🙀
- move KMX struct alignment to km_types.h For: #9138
Configuration menu - View commit details
-
Copy full SHA for dc5ac44 - Browse repository at this point
Copy the full SHA dc5ac44View commit details -
fix(common): kmx struct alignment 🙀
- add gcc / clang and msvc alignment options For: #9138
Configuration menu - View commit details
-
Copy full SHA for b6ca0e9 - Browse repository at this point
Copy the full SHA b6ca0e9View commit details -
fix(developer): vis kbd callbacks instead of throw 🙀
- fix API and call sites For: #9438
Configuration menu - View commit details
-
Copy full SHA for 361c7d8 - Browse repository at this point
Copy the full SHA 361c7d8View commit details -
For some reason with some PR builds we got an incorrect base ref. This change makes better use of the information that GitHub provides and so should work around the problem.
Configuration menu - View commit details
-
Copy full SHA for a5f2d5f - Browse repository at this point
Copy the full SHA a5f2d5fView commit details -
Merge pull request #10020 from keymanapp/fix/linux/gha
fix(linux): Fix packaging GHA
Configuration menu - View commit details
-
Copy full SHA for 11e4804 - Browse repository at this point
Copy the full SHA 11e4804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934dd45 - Browse repository at this point
Copy the full SHA 934dd45View commit details -
Merge branch 'feat/core/9468-marker-normalization-epic-ldml' into fea…
…t/core/9450-backspace-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for f1fef26 - Browse repository at this point
Copy the full SHA f1fef26View commit details -
Merge branch 'feat/core/9450-backspace-epic-ldml' into feat/core/9707…
…-tertiary-reorder-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 3e33abf - Browse repository at this point
Copy the full SHA 3e33abfView commit details -
Merge branch 'feat/core/9707-tertiary-reorder-epic-ldml' into fix/com…
…mon/9138-struct-alignment-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 0695bad - Browse repository at this point
Copy the full SHA 0695badView commit details -
fix(core): dx: ldml: startContext should be optional in ldml test data 🙀
- per spec - update tests to remove these Fixes: #9961
Configuration menu - View commit details
-
Copy full SHA for 6bc72ff - Browse repository at this point
Copy the full SHA 6bc72ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 350eb83 - Browse repository at this point
Copy the full SHA 350eb83View commit details -
Merge branch 'feat/core/9707-tertiary-reorder-epic-ldml' into fix/com…
…mon/9138-struct-alignment-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 93fe64d - Browse repository at this point
Copy the full SHA 93fe64dView commit details -
Merge branch 'feat/core/9707-tertiary-reorder-epic-ldml' into fix/dev…
…eloper/9438-vis-kbd-crash-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 054ec28 - Browse repository at this point
Copy the full SHA 054ec28View commit details -
Merge branch 'fix/developer/9438-vis-kbd-crash-epic-ldml' into fix/co…
…re-9961-optional-startContext-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for 86e8a4f - Browse repository at this point
Copy the full SHA 86e8a4fView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb15b2e - Browse repository at this point
Copy the full SHA cb15b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d77df39 - Browse repository at this point
Copy the full SHA d77df39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e322596 - Browse repository at this point
Copy the full SHA e322596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ebc1e2 - Browse repository at this point
Copy the full SHA 4ebc1e2View commit details -
Merge pull request #9696 from keymanapp/fix/android/image-banner
fix(android): Always display HTML banner when suggestions aren't available
Configuration menu - View commit details
-
Copy full SHA for cb1b995 - Browse repository at this point
Copy the full SHA cb1b995View commit details -
feat(developer): ldml fix call to LdmlKeyboardVisualKeyboardCompiler() 🙀
- fix a call site For: #9438
Configuration menu - View commit details
-
Copy full SHA for b802d14 - Browse repository at this point
Copy the full SHA b802d14View commit details -
Merge branch 'fix/developer/9438-vis-kbd-crash-epic-ldml' into fix/co…
…re-9961-optional-startContext-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for feb2296 - Browse repository at this point
Copy the full SHA feb2296View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad62bb - Browse repository at this point
Copy the full SHA aad62bbView commit details -
Merge pull request #10028 from keymanapp/auto/version-master-17.0.214
auto: increment master version to 17.0.214
Configuration menu - View commit details
-
Copy full SHA for efd99f0 - Browse repository at this point
Copy the full SHA efd99f0View commit details -
fix(developer): vis kbd callbacks instead of throw 🙀
- fix API and call sites For: #9438
Configuration menu - View commit details
-
Copy full SHA for fffac67 - Browse repository at this point
Copy the full SHA fffac67View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cd958c - Browse repository at this point
Copy the full SHA 5cd958cView commit details -
Merge pull request #10018 from keymanapp/fix/ios/cherry-pick/9958-fv-…
…launch-crash fix(ios): fv: replace Zip framework to prevent crash on startup 🍒
Configuration menu - View commit details
-
Copy full SHA for 089e5b6 - Browse repository at this point
Copy the full SHA 089e5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ee82b - Browse repository at this point
Copy the full SHA 18ee82bView commit details -
Merge pull request #10034 from keymanapp/auto/version-master-17.0.215
auto: increment master version to 17.0.215
Configuration menu - View commit details
-
Copy full SHA for 6e57ebb - Browse repository at this point
Copy the full SHA 6e57ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f524519 - Browse repository at this point
Copy the full SHA f524519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6dafa - Browse repository at this point
Copy the full SHA 5f6dafaView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e109ec7 - Browse repository at this point
Copy the full SHA e109ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e3847 - Browse repository at this point
Copy the full SHA f6e3847View commit details -
Merge pull request #9761 from keymanapp/feat/core/9468-marker-normali…
…zation-epic-ldml feat(core): ldml marker normalization 🙀
Configuration menu - View commit details
-
Copy full SHA for 850491c - Browse repository at this point
Copy the full SHA 850491cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d82f64f - Browse repository at this point
Copy the full SHA d82f64fView commit details -
Merge pull request #9960 from keymanapp/feat/core/9450-backspace-epic…
…-ldml feat(core): ldml backspace transform 🙀
Configuration menu - View commit details
-
Copy full SHA for c889501 - Browse repository at this point
Copy the full SHA c889501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 037454b - Browse repository at this point
Copy the full SHA 037454bView commit details
Commits on Nov 22, 2023
-
Merge pull request #9962 from keymanapp/feat/core/9707-tertiary-reord…
…er-epic-ldml feat(core): ldml tertiary reordering 🙀
Configuration menu - View commit details
-
Copy full SHA for 6f4def8 - Browse repository at this point
Copy the full SHA 6f4def8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2363d - Browse repository at this point
Copy the full SHA 9f2363dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31b9ca - Browse repository at this point
Copy the full SHA d31b9caView commit details -
Merge branch 'fix/developer/9438-vis-kbd-crash-epic-ldml' into fix/co…
…re-9961-optional-startContext-epic-ldml
Configuration menu - View commit details
-
Copy full SHA for a9b2dc9 - Browse repository at this point
Copy the full SHA a9b2dc9View commit details -
Merge pull request #10035 from keymanapp/fix/web/getViewportScale-this
fix(web): fixes OSK viewport scaling on iOS devices
Configuration menu - View commit details
-
Copy full SHA for 6b8a06a - Browse repository at this point
Copy the full SHA 6b8a06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f32515 - Browse repository at this point
Copy the full SHA 0f32515View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb70a9 - Browse repository at this point
Copy the full SHA fcb70a9View commit details -
Merge pull request #10048 from keymanapp/auto/version-master-17.0.216
auto: increment master version to 17.0.216
Configuration menu - View commit details
-
Copy full SHA for 53ab9cf - Browse repository at this point
Copy the full SHA 53ab9cfView commit details -
Merge pull request #9977 from keymanapp/fix/common/9138-struct-alignm…
…ent-epic-ldml fix(common): kmx struct alignment 🙀
Configuration menu - View commit details
-
Copy full SHA for 172a84e - Browse repository at this point
Copy the full SHA 172a84eView commit details -
Merge pull request #9979 from keymanapp/fix/developer/9438-vis-kbd-cr…
…ash-epic-ldml fix(developer): vis kbd callbacks instead of throw 🙀
Configuration menu - View commit details
-
Copy full SHA for 30fafa0 - Browse repository at this point
Copy the full SHA 30fafa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4bed6 - Browse repository at this point
Copy the full SHA fe4bed6View commit details -
Merge pull request #10021 from keymanapp/fix/core-9961-optional-start…
…Context-epic-ldml fix(core): dx: ldml: startContext should be optional in ldml test data 🙀
Configuration menu - View commit details
-
Copy full SHA for 0f2c9d0 - Browse repository at this point
Copy the full SHA 0f2c9d0View commit details
Commits on Nov 23, 2023
-
chore(windows): remove wm_keymandebug messages and functions
Fixes #10050. Removes the following unused identifiers: * ::wm_kmdebug * ::wm_keymandebug * AppInt::DebugControlled() * AITIP::WM_KEYMANDEBUG_CANDEBUG * AITIP::WM_KEYMANDEBUG_GETUNICODESTATUS * AITIP::WM_KEYMANDEBUG_GETCONTEXT * AITIP::WM_KEYMANDEBUG_ACTION * AITIP::WM_KEYMANDEBUG_RULEMATCH * AITIP::DebugControlled() * AITIP::IsDebugControlWindow() * AITIP::GetDebugControlWindow() * AITIP::Debug_FillContextBuffer() * AIDEBUGINFO struct * ::FillStoreOffsets() * AIDEBUGKEYINFO struct Removes overloads which are now no-ops: * AITIP::HandleWindow() * AITIP::IsWindowHandled() * AITIP::QueueAction()
Configuration menu - View commit details
-
Copy full SHA for ee1f972 - Browse repository at this point
Copy the full SHA ee1f972View commit details -
Merge pull request #10055 from keymanapp/chore/windows/remove-wm_keym…
…andebug-messages chore(windows): remove `wm_keymandebug` messages and functions
Configuration menu - View commit details
-
Copy full SHA for 5c6fbcc - Browse repository at this point
Copy the full SHA 5c6fbccView commit details -
chore(windows): remove legacy LoadKeyboard
Fixes #10053. Removes `LoadKeyboard` and related functions used only by it.
Configuration menu - View commit details
-
Copy full SHA for df2b258 - Browse repository at this point
Copy the full SHA df2b258View commit details -
chore(windows): remove unused globals relating to old keyboard debugging
Fixes #10056. Removes: * Globals::miniContext * Globals::miniContextIfLen * Globals::indexStack * Globals::msgbuf * GLOBAL_ContextStackSize * GLOBAL_MsgStackSize * GLOBAL_MaxKeyboards * INI struct (and commented-out usage of this)
Configuration menu - View commit details
-
Copy full SHA for 5224aff - Browse repository at this point
Copy the full SHA 5224affView commit details -
chore(core): remove vkey output from kmx processor
Fixes #10049. vkey output was never supported by Core, so this code effectively was a no-op.
Configuration menu - View commit details
-
Copy full SHA for 21e0254 - Browse repository at this point
Copy the full SHA 21e0254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958fb6a - Browse repository at this point
Copy the full SHA 958fb6aView commit details -
Merge pull request #10057 from keymanapp/chore/windows/10053-remove-l…
…oadkeyboard chore(windows): remove legacy LoadKeyboard
Configuration menu - View commit details
-
Copy full SHA for fa288e7 - Browse repository at this point
Copy the full SHA fa288e7View commit details -
Merge pull request #10058 from keymanapp/chore/windows/10056-remove-u…
…nused-globals chore(windows): remove unused globals relating to old keyboard debugging
Configuration menu - View commit details
-
Copy full SHA for 9caa905 - Browse repository at this point
Copy the full SHA 9caa905View commit details -
Merge pull request #10060 from keymanapp/chore/core/remove-vkey-outpu…
…t-dangling-code chore(core): remove vkey output from kmx processor
Configuration menu - View commit details
-
Copy full SHA for 2a9a9e7 - Browse repository at this point
Copy the full SHA 2a9a9e7View commit details -
Merge pull request #10039 from keymanapp/fix/web/app-context-deadkey-…
…reset fix(web): app/webview did not clear deadkeys on context-reset
Configuration menu - View commit details
-
Copy full SHA for 4970664 - Browse repository at this point
Copy the full SHA 4970664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511f264 - Browse repository at this point
Copy the full SHA 511f264View commit details -
Merge pull request #10070 from keymanapp/auto/version-master-17.0.217
auto: increment master version to 17.0.217
Configuration menu - View commit details
-
Copy full SHA for ff6a9fc - Browse repository at this point
Copy the full SHA ff6a9fcView commit details