-
Notifications
You must be signed in to change notification settings - Fork 421
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
1 parent
c4997cd
commit 0f9d63d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
26 files
+0 −2 | .gitignore | |
+3 −3 | build.bat | |
+0 −17 | install-boost.sh | |
+7 −64 | src/rime/algo/encoder.cc | |
+0 −5 | src/rime/algo/encoder.h | |
+1 −2 | src/rime/context.cc | |
+5 −20 | src/rime/gear/ascii_composer.cc | |
+0 −1 | src/rime/gear/ascii_composer.h | |
+10 −12 | src/rime/gear/editor.cc | |
+1 −1 | src/rime/gear/key_binder.cc | |
+3 −4 | src/rime/gear/key_binding_processor.h | |
+2 −9 | src/rime/gear/key_binding_processor_impl.h | |
+5 −8 | src/rime/gear/punctuator.cc | |
+1 −1 | src/rime/gear/recognizer.cc | |
+2 −20 | src/rime/gear/selector.cc | |
+0 −1 | src/rime/gear/selector.h | |
+2 −2 | src/rime/gear/shape.cc | |
+2 −6 | src/rime/gear/simplifier.cc | |
+1 −1 | src/rime/gear/speller.cc | |
+14 −19 | src/rime/gear/switch_translator.cc | |
+3 −6 | src/rime/key_event.h | |
+1 −1 | src/rime/switcher.cc | |
+8 −39 | src/rime_api.cc | |
+1 −4 | src/rime_api.h | |
+2 −3 | test/CMakeLists.txt | |
+5 −3 | test/table_test.cc |