]> git.proxmox.com Git - mirror_novnc.git/history - vnc.html
Added Copyright information to all modified files.
[mirror_novnc.git] / vnc.html
2013-07-17 samhedAdded Copyright information to all modified files.
2013-07-17 samhed* On low resolution devices the status text is now...
2013-06-28 Samuel MannehedMerged the control-bar and the status-bar together.
2013-04-05 Joel MartinMerge pull request #241 from astrand/html-cleanup
2013-04-05 Peter Åstrand (ast... Move over comment about URL connect parameters from...
2013-04-05 Peter Åstrand (ast... Fix typo:
2012-10-19 Joel Martinvnc.html: use standard HTML5 doctype.
2012-10-18 Joel MartinMerge remote branch 'Medical-Insight/non-square-cursor...
2012-10-17 Joel MartinMerge pull request #195 from moobyfr/keyboard-altgr
2012-10-17 Joel MartinRefactor dynamic script loading. Add util.js:load_scripts()
2012-10-16 Joel MartinMerge pull request #191 from takaha/altgr
2012-10-15 Joel MartinChange noVNC license to from LGPLv3 to MPL 2.0
2012-09-17 Joel Martinvnc.html, ui.js: move all Javascript to ui.js.
2012-06-24 Joel MartinLicense clarification: HTML,CSS,images,fonts under...
2012-06-23 Joel MartinMerge branch 'master' of github.com:kanaka/noVNC
2012-06-23 Joel MartinMerge remote branch 'kassah/master'
2012-06-23 William LightningMake repeaterID show up in config options on vnc.html
2012-03-11 Joel MartinMerge commit 'd38db74abd0efa34f7297dc19bf603b7f765e0f5'
2012-02-15 Joel MartinAdd message panel when hosted at kanaka.github.com.
2012-01-27 Joel MartinDefault path 'websockify' for Clojure Websockify.
2012-01-12 Joel MartinMerge remote branch 'origin/issue-70'
2011-12-01 Joel MartinAdd View Only mode setting.
2011-09-29 Joel MartinFormatting. Image renames/cleanup.
2011-09-29 Chris GordonMobile icons.
2011-09-27 Joel MartinAdd local copy of Orbitron font.
2011-09-27 Joel MartinAdd WebSocket URL path to UI settings.
2011-09-23 Joel MartinFixing iOS clipping, keyboard issues.
2011-09-23 Joel MartinOnly show move/drag button when clipping. Cleanup.
2011-09-22 Joel MartinViewport clip/drag for mobile/touchscreen devices.
2011-09-14 Joel MartinSome CSS style and DOM id/class cleanup.
2011-09-13 Joel MartinMerge branch 'master' into mobile
2011-09-13 Joel MartinFix window/document sizing in firefox.
2011-09-13 Joel MartinMerge branch 'master' into mobile
2011-09-08 Joel MartinFix setBarPosotion runtime errors.
2011-09-08 Joel MartinHTML, CSS and Javascript indent/formatting.
2011-09-08 Joel MartinMerge remote branch 'kanaka/master' into mobile
2011-09-08 Chris GordonFixed bugs with connection panel, and moved functions...
2011-09-08 Chris GordoniOS keyboard bug fix.
2011-09-08 Chris GordonBug fix with mobile buttons.
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.