noVNC/core
Thomas Sondergaard de47b93963 Add useNativeDpi option
This allows the viewport to be scaled to compensate for DPI scaling on
high-DPI monitors. Previously, if DPI scaling was set to 200% in Windows, for example,
noVNC would set the client area to twice the dimensions of the server-side framebuffer
and scale it up to fit, leading to the VNC session looking grainy and low-res.

useNativeDpi can now be set to true to compensate for this, and
let framebuffer pixels exactly match monitor pixels.
2020-06-03 16:31:26 +02:00
..
decoders Split api of inflate 2020-02-17 11:29:41 +01:00
input Properly limit mouse moves to once every 17 ms 2020-05-31 00:53:15 +02:00
util adds qualityLevel property to RFB class for updating JPEG quality level encoding on the fly 2020-02-28 13:14:19 +01:00
base64.js Use default argument for base64 2019-02-26 23:52:47 +02:00
deflator.js Add deflator helper class for deflating data 2020-02-17 11:29:29 +01:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js Handle slow loading of images 2019-12-23 15:52:54 +01:00
encodings.js Add extended clipboard Pseudo-Encoding 2020-02-18 09:32:36 +01:00
inflator.js Fix bug where inflate would read too much data 2020-02-17 11:29:41 +01:00
rfb.js Add useNativeDpi option 2020-06-03 16:31:26 +02:00
websock.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00