You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/kasmweb/core
Samuel Mannehed 12565dc4ac Allow autoscale() with zero height or width
Commit 6e7e6f9 stopped the function from running if width or height was
zero, this commit reverts that change. This commit also makes the
resulting canvas 0x0 if autoscale is called with zero. By adding this
special case we can avoid division by zero in the calculations.
4 years ago
..
decoders Consume data properly in Hextile decoder 4 years ago
input Remove intermediate variable from mouse 4 years ago
util Replace unnecessary function supportsCursorURIs by a constant variable 4 years ago
base64.js Use default argument for base64 4 years ago
des.js Convert DES into a class 4 years ago
display.js Allow autoscale() with zero height or width 4 years ago
encodings.js Initial commit 5 years ago
inflator.js Initial commit 5 years ago
rfb.js Convert DES into a class 4 years ago
websock.js Initial commit 5 years ago