]> git.proxmox.com Git - mirror_novnc.git/history - vnc.html
Modifed UI. Move HTML from ui.js to vnc.html.
[mirror_novnc.git] / vnc.html
2011-09-08 Chris GordonModifed UI. Move HTML from ui.js to vnc.html.
2011-09-08 Chris GordonHelper function for viewport meta changes.
2011-09-08 Chris GordonAdded support for native iOS and Android keyboards.
2011-04-05 Joel MartinFix copyright year to 2011.
2011-01-31 Joel MartinAdd DOCTYPE. Misc cleanup.
2010-11-10 Joel MartinRename default_controls.js to ui.js.
2010-11-09 Joel MartinAdd Chrome Frame support. Close requests in web.py.
2010-09-08 Joel MartinLicense header cleanup.
2010-09-08 Joel MartinJSLint.
2010-08-02 Joel MartinNew API. Refactor Canvas and RFB objects.
2010-07-22 Joel MartinAPI changes. Client cursor and settings menu.
2010-07-16 Joel MartinMake black.css an alternate stylesheet.
2010-07-01 Joel MartinOpera works! Fix message event drops/reorders.
2010-06-23 Joel MartinVarious cross-browser fixes.
2010-06-14 Joel MartinMove vnc.js into include directory.
2010-06-02 Joel MartinDirect example. Move all DOM code default_controls.js.
2010-05-17 Joel MartinFix web-socket-js loading issue.
2010-05-11 Joel MartinStyling/integration refactoring.
2010-05-11 Joel MartinMerge branch 'merge_kevinykchan'
2010-05-06 Joel MartinMove controls to vnc.js, make vnc.html very simple.
2010-04-30 Joel MartinSupport for SSL/TLS ('wss://') on both sides.
2010-04-19 Joel MartinDon't erase failed state error messages on disconnect.
2010-04-19 Joel MartinSend seq nums and b64 encode based on query string.
2010-04-18 Joel MartinStatus/error refactor. Fix firefox bugs.
2010-04-17 Joel MartinAdd web-socket-js support with packet re-ordering.
2010-04-15 Joel MartinRemove uneeded mootools functions and used compressed...
2010-04-15 Joel MartinAdd cut and paste support.
2010-04-13 Joel MartinRemove event handlers on disconnect.
2010-04-13 Joel MartinSwitch to much faster console.log and separate utils...
2010-04-10 Joel MartinHandle undefined URL values correctly.
2010-04-06 Joel MartinCleanup of files and vnc.js namespace.
2010-04-06 Joel MartinBetter interface, support user provided VNC password.
2010-04-06 Joel MartinGot DES encryption of password working and colors corre...
2010-04-06 Joel MartinWorking with Raw rectangles and capital letter keys.
2010-04-04 Joel MartinCleanup canvas and vnc code so they can be used together.
2010-04-03 Joel MartinDo base64 encode/decode of stream. Send SetEncoding...
2010-04-01 Joel MartinFirst RFB protocol stub implementation.