Commit 5428097
committed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
| 41 | + | |
35 | 42 | | |
36 | | - | |
37 | | - | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
- .emscripten-version+1
- .github/workflows/ci.yml+30-22
- .github/workflows/compare.yml+4-4
- CMakeLists.txt+20-6
- README.md+5-2
- chromepanel/CMakeLists.txt+8
- chromepanel/chromepanel.conf.in.in+7
- chromepanel/chromepanel.cpp+71
- chromepanel/chromepanel.h+32
- fcitx5+1-1
- fcitx5-keyboard-web+1-1
- fcitx5-webview+1-1
- package.json+7-7
- page/Fcitx5.d.ts+40-5
- page/client.ts+3-23
- page/constant.ts+5
- page/focus.ts+10-3
- page/fs.ts+46-21
- page/global.d.ts+7
- page/index.ts+60-32
- page/input-method.ts+4
- page/keyboard.ts+19-8
- page/keycode.ts+29-14
- page/locale.ts+5
- page/notification.ts+16
- page/plugin.ts+40-7
- page/primary-selection.ts+8
- page/unicode.ts+15
- page/worker.ts+12-7
- page/workerAPI.ts+47-10
- playwright.config.ts+1
- preview/index.html+2-3
- scripts/format.sh+1-1
- scripts/install-deps.sh-1
- scripts/install.sh+9-5
- src/CMakeLists.txt+7-4
- src/action.cpp+16-13
- src/config.cpp+5-8
- src/event_js.cpp+3-5
- src/fcitx.cpp+78-20
- src/fcitx.h+14
- src/input_method.cpp+22-2
- src/keycode.cpp+86-6
- src/pthread.cpp+24
- tests/test-clipboard.spec.ts+34
- tests/test-idbfs.spec.ts+25
- tests/test-locale.spec.ts+18
- tests/util.ts+2-2
- wasmfrontend/wasmfrontend.conf.in.in+1-1
- wasmfrontend/wasmfrontend.cpp+5-3
- wasmnotifications/CMakeLists.txt+3-3
- wasmnotifications/notifications.conf.in.in+1-1
- wasmnotifications/notifications.cpp+57-7
- wasmnotifications/notifications.h+26
- webkeyboard/webkeyboard.cpp+11-34
- webkeyboard/webkeyboard.h+1-1
- webpanel/webpanel.cpp+4-5
- webpanel/webpanel.h+59-26
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
0 commit comments