]> git.proxmox.com Git - mirror_novnc.git/history - include/vnc.js
Change noVNC license to from LGPLv3 to MPL 2.0
[mirror_novnc.git] / include / vnc.js
2012-10-15 Joel MartinChange noVNC license to from LGPLv3 to MPL 2.0
2012-09-17 Joel Martininclude/vnc.js: dynamic load without document.write.
2012-06-24 Joel MartinLicense clarification: HTML,CSS,images,fonts under...
2012-03-11 Joel MartinCleanup vnc.js includes.
2012-03-11 Joel MartinMerge commit 'd38db74abd0efa34f7297dc19bf603b7f765e0f5'
2012-03-09 Mike Tinglofadd some documentation; default to existing websocket...
2012-01-24 Mike Tbasic framing for tight is working (decode not complete)
2012-01-12 Joel MartinMerge remote branch 'origin/issue-70'
2011-09-13 Joel MartinMerge branch 'master' into mobile
2011-09-13 Joel MartinMerge branch 'master' into mobile
2011-09-08 Joel MartinDisable static canvas logo.
2011-05-11 Joel MartinAPI changes/cleanup.
2011-04-05 Joel MartinFix copyright year to 2011.
2011-04-03 Joel MartinAPI change: Mouse/kbd handling to include/input.js
2011-03-22 Joel MartinHigher connectTimeout default with web-socket-js.
2011-02-03 Joel MartinAdd logo, favicon.
2011-01-31 Joel MartinIE9 fixes. Works but slow. API change.
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.