]> git.proxmox.com Git - mirror_novnc.git/history - include/vnc.js
include/canvas.js: fix changeCursor data format.
[mirror_novnc.git] / include / vnc.js
2011-01-13 Joel MartinConvert to Websock library.
2010-09-29 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2010-09-29 Antoine MercadalSplit util into two file:
2010-09-08 Joel MartinLicense header cleanup.
2010-09-08 Joel Martinweb-socket-js: 9e7663771 build and remove source.
2010-09-08 Joel MartinJSLint.
2010-07-22 Joel MartinJSLint. RFB obj to rfb.js; vnc.js the 'loader'.
2010-07-22 Joel MartinAPI changes. Client cursor and settings menu.
2010-07-20 Joel MartinFail if initial server connection fails.
2010-07-20 Joel MartinAdd Cursor pseudo-encoding support (disabled for now).
2010-07-16 Joel MartinState machine refactoring.
2010-07-14 Joel MartinUTF-8: send 0 as 256 during encoding too.
2010-07-13 Joel MartinTightPng fixups and thanks to Sentry Data Systems.
2010-07-06 Joel MartinRefactor console logging code.
2010-07-05 Joel MartinInit updated web-socket-js correctly. TODO updates.
2010-07-01 Joel MartinRemove sequence code in client and proxies.
2010-07-01 Joel MartinOpera fixes and big Opera performance boost.
2010-06-26 Joel MartinFix issue #7: security scheme list parsing.
2010-06-23 Joel MartinVarious cross-browser fixes.
2010-06-21 Joel MartinUpdate README.md with browser support.
2010-06-18 Joel MartinTimeout connection.
2010-06-16 Joel MartinRemove debug sendCtrlC function.
2010-06-15 Joel MartinAdd CtrlAltDel send button to status bar.
2010-06-15 Joel MartinNo mootools dep outside of default_controls.js.
2010-06-15 Joel MartinMove DOM event handling from vnc.js to canvas.js.
2010-06-14 Joel MartinMove vnc.js into include directory.