-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
21 files
+1 −1 | .github/workflows/release-ci.yml | |
+78 −0 | CHANGELOG.md | |
+2 −2 | CMakeLists.txt | |
+6 −2 | action-install-linux.sh | |
+15 −1 | build.bat | |
+1 −1 | deps/opencc | |
+1 −1 | package.json | |
+1 −1 | src/rime/engine.cc | |
+3 −0 | src/rime/gear/charset_filter.cc | |
+48 −33 | src/rime/gear/editor.cc | |
+30 −11 | src/rime/gear/key_binding_processor.h | |
+56 −34 | src/rime/gear/key_binding_processor_impl.h | |
+50 −21 | src/rime/gear/navigator.cc | |
+6 −1 | src/rime/gear/navigator.h | |
+12 −4 | src/rime/gear/punctuator.cc | |
+2 −1 | src/rime/gear/recognizer.cc | |
+137 −105 | src/rime/gear/selector.cc | |
+20 −10 | src/rime/gear/selector.h | |
+2 −1 | src/rime/gear/shape.cc | |
+2 −1 | src/rime/gear/speller.cc | |
+2 −2 | src/rime_api.h |