]> git.proxmox.com Git - mirror_novnc.git/history - include/canvas.js
Fix focus/clipboard related to mouse/keyboard refactor.
[mirror_novnc.git] / include / canvas.js
2011-04-03 Joel MartinFix focus/clipboard related to mouse/keyboard refactor.
2011-04-03 Joel MartinAPI change: Mouse/kbd handling to include/input.js
2011-03-29 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-03-29 Joel MartinIE9 fixes: mouse, doctype. Adobe Flash link.
2011-02-19 Joel MartinSome JSLint'ing
2011-01-24 Joel MartinOpera 11 WebSockets and Opera '-' key mapping fix.
2011-01-19 Joel Martincanvas.js: prevent Opera keyboard event bubbling.
2011-01-19 Joel Martininclude/canvas.js: fix changeCursor data format.
2011-01-18 Joel Martininclude/canvas.js: add numpad support to getKeysym.
2011-01-17 Joel MartinFix strict mode complaints in firefox 4.
2011-01-12 Joel Martinwsproxy, wstelnet: wrap command, WS telnet client.
2011-01-07 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-01-04 Joel Martininclude/canvas.js: show full user agent in console.
2011-01-03 Joel MartinExpose getKeysym and add keyboard test.
2010-12-10 Joel MartinMake compatible with jQuery. Slight API change.
2010-11-06 Joel MartinFix flush with strict DOCTYPE.
2010-11-06 Joel Martincanvas.js: workaround WebKit bug, issue #28.
2010-11-06 Joel Martindefault_controls.js: canvas fail fix. Misc cleanup.
2010-10-18 Joel MartinFix style caching. Canvas cleanup from Diet-noVNC.
2010-09-24 Joel Martinrfb.js, canvas.js: status feedback on Canvas functionality.
2010-09-23 Joel MartinRefactor settings object, add connectTimeout setting.
2010-09-23 Joel MartinMisc cleanup: debug logging, record filename, etc.
2010-09-08 Joel MartinLicense header cleanup.
2010-08-31 Joel Martincanvas.js: Fix ignore for scrolled window.
2010-08-26 Joel MartinIndexed receive queue. Up to 2X speedup in Chrome.
2010-08-04 primalmotion* take care of kanaka's suggestions
2010-08-04 primalmotion* Adding a way to set the DOM document to use.
2010-08-02 Joel MartinNew API. Refactor Canvas and RFB objects.
2010-08-02 Joel MartinCatch exceptions in cursor detection.
2010-07-30 Joel MartinPreliminary scaling code (deactivated).
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 MartinAdd Cursor pseudo-encoding support (disabled for now).
2010-07-06 Joel MartinRefactor console logging code.
2010-07-02 Joel MartinDisable excanvas experiment.
2010-07-01 Joel MartinAlways prefer JS ops if we have imageData.
2010-06-29 Joel MartinSignificant firefox perf improvement. Update TODOs.
2010-06-24 Joel MartinRefactor canvas imageData test slightly.
2010-06-23 Joel MartinVarious cross-browser fixes.
2010-06-15 Joel MartinNo mootools dep outside of default_controls.js.
2010-06-15 Joel MartinAdd mouse position routines to util.js.
2010-06-15 Joel MartinMove DOM event handling from vnc.js to canvas.js.
2010-06-14 Joel MartinLess debug output.
2010-06-10 Joel MartinFix scrolled mouse position.
2010-06-10 Joel MartinDesktopResize and compression level pseudo-encodings.
2010-06-03 Joel MartinFix Alt keysym.
2010-06-01 Joel MartinAdd colour map support (non-true-color).
2010-05-26 Joel MartinChange license to LGPL-3 and add some implementation...
2010-05-25 Joel MartinAdd mouse wheel support and input test page.
2010-05-20 Joel MartinDon't shift off subencoding in hextile.
2010-05-17 Joel MartinDouble Chrome hextile perf again. Add canvas test.
2010-05-15 Joel MartinMove canvas.js to include/canvas.js.