-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(submodules): submodules were updated
- Loading branch information
1 parent
88f1e78
commit 9d33c98
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule noVNC
updated
37 files
+0 −1 | .eslintignore | |
+0 −54 | .eslintrc | |
+5 −5 | .github/workflows/deploy.yml | |
+4 −4 | .github/workflows/lint.yml | |
+2 −2 | .github/workflows/test.yml | |
+2 −2 | .github/workflows/translate.yml | |
+0 −3 | README.md | |
+13 −5 | app/ui.js | |
+67 −1 | core/decoders/tight.js | |
+2 −3 | core/deflator.js | |
+1 −0 | core/encodings.js | |
+1 −2 | core/inflator.js | |
+22 −13 | core/input/keyboard.js | |
+1 −1 | core/input/util.js | |
+56 −10 | core/rfb.js | |
+3 −1 | core/util/cursor.js | |
+3 −3 | docs/novnc_proxy.1 | |
+102 −0 | eslint.config.mjs | |
+7 −0 | karma.conf.js | |
+3 −10 | package.json | |
+0 −5 | po/.eslintrc | |
+169 −93 | po/el.po | |
+80 −75 | po/noVNC.pot | |
+66 −66 | po/zh_CN.po | |
+2 −2 | snap/snapcraft.yaml | |
+0 −15 | tests/.eslintrc | |
+0 −1 | tests/test.browser.js | |
+0 −1 | tests/test.deflator.js | |
+2 −0 | tests/test.helper.js | |
+0 −1 | tests/test.inflator.js | |
+0 −1 | tests/test.int.js | |
+48 −0 | tests/test.keyboard.js | |
+181 −10 | tests/test.rfb.js | |
+70 −4 | tests/test.tight.js | |
+0 −8 | utils/.eslintrc | |
+1 −1 | utils/convert.js | |
+38 −18 | utils/novnc_proxy |