noVNC/core
Pierre Ossman 6eb17b27a0 Correctly mask non-BMP clipboard characters
JavaScript strings use UTF-16 encoding under the hood, but we only want
a single '?' per character we replace. So we need to be more careful
which methods we use when iterating over the clipboard string.
2022-10-27 16:24:27 +02:00
..
decoders Handle correct data offset in raw decoder 2022-03-28 08:45:40 +02:00
input auto release keys while meta is held down. 2022-10-15 14:48:39 +02:00
util Remove bigint-mod-arith.js 2022-04-05 02:40:47 -04:00
base64.js Standardize on camelCase in Base64 2020-05-31 23:37:29 +02:00
deflator.js Add camelCase rule to eslint 2020-05-31 23:37:29 +02:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js access to raw image data 2022-09-07 13:26:10 +02:00
encodings.js Merge branch 'add-jpeg-encoding' of https://github.com/pdlan/noVNC 2021-11-29 09:18:50 +01:00
inflator.js Add camelCase rule to eslint 2020-05-31 23:37:29 +02:00
ra2.js Added support for RSA-AES Unencrypted Security Type 2022-03-08 13:24:26 -05:00
rfb.js Correctly mask non-BMP clipboard characters 2022-10-27 16:24:27 +02:00
websock.js Don't fake open events in Websock 2021-04-18 14:26:30 +02:00