noVNC/core
Kevin Kelley 6499a8c8f7 Add ATEN iKVM support
I (@kelleyk) have rebased the original patch by @jimdigriz (Alexander Clouter)
on the current upstream version of noVNC.  This required the following changes:

  - Rename keysym symbols.
  - Convert use of _rfb_state to _rfb_init_state.
  - Update state transition logic; fixes "old-style" ATEN auth detection.
  - Fix conditional ordering so that we do not skip new-type ATEN iKVM detection.
  - Fix assertion broken in test case broken by upstream changes.
  - Convert arr.push(x) function calls to push(arr, x).
  - Restore keyEvent and pointerEvent handlers before relevant test cases.
2017-01-16 15:55:59 -08:00
..
input Add ATEN iKVM support 2017-01-16 15:55:59 -08:00
base64.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
des.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
display.js Add client-side pixel format conversion support 2017-01-16 14:17:07 -08:00
inflator.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
inflator.mod.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
rfb.js Add ATEN iKVM support 2017-01-16 15:55:59 -08:00
util.js Also translate HTML elements 2016-11-19 13:23:00 +01:00
websock.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00