Dmitry Maksyoma
90d1702702
Update README.md
2021-04-13 22:57:10 +12:00
Lauri Kasanen
95d34f7e58
Fix some local->remote clipboard merge misses
2021-04-13 13:49:43 +03:00
Dmitry Maksyoma
e7f8caa752
Building: describe how to build and test packages
2021-04-13 22:48:41 +12:00
Dmitry Maksyoma
f532e3244b
Add deb/rpm package build instructions
2021-04-13 21:59:51 +12:00
Dmitry Maksyoma
2f47aca1db
README: remove obsolete info
2021-04-13 21:46:19 +12:00
Dmitry Maksyoma
15571e4720
README.md formatting
2021-04-13 07:28:33 +12:00
Dmitry Maksyoma
232f20e917
Improve README.md
2021-04-13 07:28:26 +12:00
Dmitry Maksyoma
a9bf5bdcf8
Update README: deb installation only
2021-04-13 07:28:17 +12:00
Lauri Kasanen
a1cf454f06
Sync utf8 clipboard support
2021-04-12 12:38:24 +03:00
matt
04461b9d4c
fixes
2021-04-11 21:35:13 +00:00
matt
0d482f9a9b
Update noVNC commit
2021-04-01 08:18:59 -04:00
matt
a7773bee6b
Updated submodule ref
2021-03-31 15:06:27 -04:00
matt
75cef8b726
[skip CI] build fixes
2021-03-31 07:54:59 -04:00
matt
380bc0e7f8
merged master in
2021-03-31 05:21:35 -04:00
matt
999cfbb806
Added kasm novnc as submod
2021-03-30 15:32:18 -04:00
matt
12a0c0d8af
removed novnc
2021-03-30 15:25:35 -04:00
Lauri Kasanen
7bfcb19ee1
Fixups
2021-03-29 13:25:16 +03:00
Quentin Dreyer
df9ca2e0ce
chore: sync with W3C documentation
...
https://www.w3.org/TR/uievents-key/
2021-03-29 12:50:39 +03:00
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.
2021-03-29 12:50:22 +03:00
Pierre Ossman
102257cb32
Fix typo for ZenkakuHankaku key
2021-03-29 12:50:16 +03:00
Pierre Ossman
77509c1e56
Use toggle keysym for Eisu key
...
This matches how the key behaves on a Linux system.
2021-03-29 12:50:12 +03:00
Pierre Ossman
9e0a5d26af
Update keycode mappings to latest version
...
This update fixes Korean layouts.
2021-03-29 12:48:56 +03:00
Pierre Ossman
c6c2661121
Add workaround for Firefox PNG rounding bug
2021-03-29 12:48:06 +03:00
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.
2021-03-29 12:48:02 +03:00
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.
2021-03-29 12:47:49 +03:00
Samuel Mannehed
6d1cebc24a
Ignore recording variables in our linter
2021-03-29 12:47:43 +03:00
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.
2021-03-29 12:47:38 +03:00
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.
2021-03-29 12:47:30 +03:00
Samuel Mannehed
16c72ba0a7
Fix call to _recvMessage()
...
Missed to rename this one in commit ea858bfa275d85541ac26d035967959714e8e255
2021-03-29 12:45:49 +03:00
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
2021-03-29 12:45:41 +03:00
Pierre Ossman
4bc4c1d7f6
noVNC 1.2.0
2021-03-29 12:45:36 +03:00
Pierre Ossman
d8ba9a61e2
Update generated JS files for translations
2021-03-29 12:45:31 +03:00
Samuel Mannehed
0e2a25476f
Update Swedish translation
2021-03-29 12:45:28 +03:00
Pierre Ossman
b3b4acaaa3
noVNC 1.2.0 beta
2021-03-29 12:45:08 +03:00
Pierre Ossman
201f2517f7
Remove note about clipboard ISO 8859-1 restriction
...
We now support full Unicode, provided the server also supports the
proper extension.
2021-03-29 12:44:59 +03:00
Pierre Ossman
f51167a2ce
Update translation template file
2021-03-29 12:44:54 +03:00
Pierre Ossman
87b3a630cf
Remove redundant VERSION file
...
We want to avoid having this in multiple places.
2021-03-29 12:44:42 +03:00
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.
2021-03-29 12:44:25 +03:00
Pierre Ossman
3ef6e1333b
Remove default Karma options
...
No need to mention things where we already use the default value.
2021-03-29 12:43:59 +03:00
Samuel Mannehed
b84220f319
Add lint rule for function declaration indentation
2021-03-29 12:41:44 +03:00
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.
2021-03-29 12:41:15 +03:00
Pierre Ossman
d5b84d9185
Avoid fractional pixel sizes from Display
2021-03-29 12:41:06 +03:00
Pierre Ossman
6db1c2bf0d
Avoid printing the Websock buffer in tests
...
It takes forever and just messes up the output.
2021-03-29 12:40:09 +03:00
Pierre Ossman
ae1bc396bf
Standardise on a single blit function
...
Keep everything simpler by always blitting in the same pixel format.
It's up to the decoders to convert if they need to.
2021-03-29 12:39:31 +03:00
Pierre Ossman
c7a7ce70be
Fix bad BasicCompression check in Tight decoder
2021-03-29 12:37:29 +03:00
Pierre Ossman
55178c76b8
Test correct handling of alpha
...
The forth byte of a pixel is undefined in most encodings, so make sure
the decoders don't leak that through as an alpha channel.
2021-03-29 12:36:47 +03:00
Pierre Ossman
5752bf8ab7
Add tests for the Tight decoders
2021-03-29 12:36:42 +03:00
Pierre Ossman
6fd1035fb1
Split decoder tests to separate files
2021-03-29 12:36:35 +03:00
Pierre Ossman
212e0f1a10
Move tile handling to Hextile decoder
...
It is only used there so no need for it to be in the general
Display class.
2021-03-29 12:36:23 +03:00
Samuel Mannehed
69b945fc87
Standardize on camelCase in Display
2021-03-29 12:35:23 +03:00