noVNC/core
Pierre Ossman ab1ace383e Handle fractional screen sizes
With high DPI systems we can end up with a container with a size that
is not an integer number of CSS pixels. Make sure we can handle those
cases by allowing a fractional size for the output canvas. Framebuffer
size and viewport coordinates are still restricted to integer dimensions
though.

Based on initial patch by Alexander E. Patrakov.
2018-07-26 14:15:59 +02:00
..
input Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
util Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
base64.js Use ES6 classes 2018-07-12 19:06:57 +02:00
des.js Prefer const/let over var 2018-05-24 00:27:09 +03:00
display.js Handle fractional screen sizes 2018-07-26 14:15:59 +02:00
encodings.js Prefer const/let over var 2018-05-24 00:27:09 +03:00
inflator.js Use ES6 classes 2018-07-12 19:06:57 +02:00
rfb.js Handle fractional screen sizes 2018-07-26 14:15:59 +02:00
websock.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00