Commit Graph

679 Commits (55c8c1e80e4a21e527f8c2ebde28f80a5b581515)
 

Author SHA1 Message Date
Lauri Kasanen fb9dd56703 Initial /api/get_frame_stats 4 years ago
Lauri Kasanen 32e8d40472 Implement /api/get_bottleneck_stats 4 years ago
Lauri Kasanen 811e7cde3a Use case-insensitive search for the websocket headers 4 years ago
mmcclaskey 72affbfcf4
[skip CI] Readme updates 4 years ago
mmcclaskey b362110b07
[skip CI] update readme 4 years ago
Lauri Kasanen 29e0e2bd2e Fix animated cursor resize crash 4 years ago
Lauri Kasanen 9144045718 Append the microsecond-level connection time to the abstract socket name, making it always unique 4 years ago
Lauri Kasanen 7a695c976e Writer perms were checked in multiple places, consolidate and fix a missing case 4 years ago
matt aefdb1392f KASM-1511 istouch bugfix 4 years ago
Lauri Kasanen 14e08a2067 Add trailing slash in dir listing 4 years ago
matt f64bd4f1a4 Correct spelling of License file 4 years ago
Kasm 0b6334369c
Merge pull request #36 from kasmtech/upstreamsync_sans_novnc
Upstream Syncs
4 years ago
matt b8c69a7560 update noVNC submodule commit 4 years ago
matt e84a37fb3d switched submodule commit id 4 years ago
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