Commit Graph

665 Commits (1bd674d7b340671b0d0c8a2da03460152aee2af8)
 

Author SHA1 Message Date
matt 23935145a8 update submodule branch 4 years ago
matt 7f7b177b1a Update noVNC to latest master 4 years ago
Kasm adcf902733
Merge pull request #35 from kasmtech/deb-installation-instructions-readme [skip CI]
Deb installation instructions readme
4 years ago
Kasm ce2f2adc59
[skip CI] Updates to install instructions 4 years ago
matt 80d401af51 [skip CI] updates to docs 4 years ago
Kasm 5c832ed93d
[skip CI] updates to readme 4 years ago
Kasm 55f888b923
Update README.md
minor grammar tweaks
4 years ago
Dmitry Maksyoma bbdf6c4361
Update README.md 4 years ago
Dmitry Maksyoma 90d1702702
Update README.md 4 years ago
Lauri Kasanen 95d34f7e58 Fix some local->remote clipboard merge misses 4 years ago
Dmitry Maksyoma e7f8caa752 Building: describe how to build and test packages 4 years ago
Dmitry Maksyoma f532e3244b Add deb/rpm package build instructions 4 years ago
Dmitry Maksyoma 2f47aca1db README: remove obsolete info 4 years ago
Dmitry Maksyoma 15571e4720 README.md formatting 4 years ago
Dmitry Maksyoma 232f20e917 Improve README.md 4 years ago
Dmitry Maksyoma a9bf5bdcf8 Update README: deb installation only 4 years ago
Lauri Kasanen a1cf454f06 Sync utf8 clipboard support 4 years ago
matt 04461b9d4c fixes 4 years ago
matt 0d482f9a9b Update noVNC commit 4 years ago
matt a7773bee6b Updated submodule ref 4 years ago
matt 75cef8b726 [skip CI] build fixes 4 years ago
matt 380bc0e7f8 merged master in 4 years ago
matt 999cfbb806 Added kasm novnc as submod 4 years ago
matt 12a0c0d8af removed novnc 4 years ago
Lauri Kasanen 7bfcb19ee1 Fixups 4 years ago
Quentin Dreyer df9ca2e0ce chore: sync with W3C documentation
https://www.w3.org/TR/uievents-key/
4 years ago
Pierre Ossman 4fda2526f4 Send combination keysyms for some Japanese keys
Windows doesn't give us stable symbols for a bunch of Japanese IM keys,
instead alternating between two symbols. This state is not synchronised
with the IM running on the remote server so to have stable behaviour we
have to collapse these multiple symbols in to a single keysym.
4 years ago
Pierre Ossman 102257cb32 Fix typo for ZenkakuHankaku key 4 years ago
Pierre Ossman 77509c1e56 Use toggle keysym for Eisu key
This matches how the key behaves on a Linux system.
4 years ago
Pierre Ossman 9e0a5d26af Update keycode mappings to latest version
This update fixes Korean layouts.
4 years ago
Pierre Ossman c6c2661121 Add workaround for Firefox PNG rounding bug 4 years ago
Pierre Ossman 8b8201fd73 Remove Firefox Alt workaround
The bug got fixed way back in Firefox 63, and it is also misbehaving
with modern Firefox as they no longer consider AltGr an Alt-key.
4 years ago
Pierre Ossman 33a113a475 Handle empty rects in RAW decoder as well
It was overlooked in the previous commit because we couldn't feed
empty data messages through the test framework.
4 years ago
Samuel Mannehed 6d1cebc24a Ignore recording variables in our linter 4 years ago
Pierre Ossman fcd7836a83 Approximate comparison of JPEG result
The browsers have various rounding errors so we need to compare the
output data only approximately and not exactly.
4 years ago
Pierre Ossman 073737c8ac Handle empty rects from the server
These are very pointless for the server to send, but not a violation of
the protocol so we need to be able to handle them. We've seen this
happen in real world scenarios a few times.
4 years ago
Samuel Mannehed 16c72ba0a7 Fix call to _recvMessage()
Missed to rename this one in commit ea858bfa275d85541ac26d035967959714e8e255
4 years ago
Samuel Mannehed d3c9ff8b12 Fix names of recording variables
The name of these variables must match how they were set when the
recording was created.

Reverts part of 95632e413d75030c49577c0e5cf1003208a5ba09
4 years ago
Pierre Ossman 4bc4c1d7f6 noVNC 1.2.0 4 years ago
Pierre Ossman d8ba9a61e2 Update generated JS files for translations 4 years ago
Samuel Mannehed 0e2a25476f Update Swedish translation 4 years ago
Pierre Ossman b3b4acaaa3 noVNC 1.2.0 beta 4 years ago
Pierre Ossman 201f2517f7 Remove note about clipboard ISO 8859-1 restriction
We now support full Unicode, provided the server also supports the
proper extension.
4 years ago
Pierre Ossman f51167a2ce Update translation template file 4 years ago
Pierre Ossman 87b3a630cf Remove redundant VERSION file
We want to avoid having this in multiple places.
4 years ago
Pierre Ossman 7412dde8ee Handle quick Cursor detach after mouse up
This timer might fire after the Cursor object has detached from a DOM
element, causing crashes. This will likely not happen in real scenarios,
but the tests are quick enough to trigger this.
4 years ago
Pierre Ossman 3ef6e1333b Remove default Karma options
No need to mention things where we already use the default value.
4 years ago
Samuel Mannehed b84220f319 Add lint rule for function declaration indentation 4 years ago
Pierre Ossman 42d437ad25 Start fake test clock at real clock time
Some code relies on the clock having a somewhat sane value, so let's not
start at 0.
4 years ago
Pierre Ossman d5b84d9185 Avoid fractional pixel sizes from Display 4 years ago