]> git.proxmox.com Git - mirror_novnc.git/history - tests/playback.js
Use fat arrow functions `const foo = () => { ... };` for callbacks
[mirror_novnc.git] / tests / playback.js
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
2018-07-12 Juanjo DiazUse ES6 classes
2018-07-11 Pierre OssmanMerge branch 'cursor' of https://github.com/CendioOssma...
2018-07-04 Pierre OssmanMerge branch 'fix/ie11-numpad5-compatibility' of https...
2018-06-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
2018-05-25 Samuel MannehedMerge pull request #1013 from juanjoDiaz/es6_refactor_2
2018-05-23 Juanjo DiazPrefer const/let over var
2018-05-23 Juanjo DiazAdd eslint and fix reported issues
2018-03-06 Samuel MannehedMerge pull request #989 from PeterDaveHelloKitchen...
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
2018-01-26 Pierre OssmanBetter cleanup in vnc_playback.html
2018-01-26 Pierre OssmanUpdate vnc_playback.html to follow current API
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedAbstract RFB errors to avoid sending strings
2017-11-11 Samuel MannehedRemove RFB.notification()
2017-11-10 Pierre OssmanMerge branch 'api' of https://github.com/CendioOssman...
2017-11-09 Pierre OssmanIntegrate connect() in to constructor
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanSwitch to URL for connect()
2017-11-09 Pierre OssmanAllow other credentials than just password
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-06-01 Pierre OssmanFix traffic management in playback tests
2017-05-04 Pierre OssmanMerge branch 'png_cursor' of https://github.com/CendioO...
2017-03-25 Solly RossMerge pull request #738 from patrakov/master
2017-03-22 Solly RossMerge pull request #774 from novnc/refactor/es6-module...
2017-03-21 Solly RossMake vnc_playback.html functional once more
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
2016-12-13 Samuel MannehedMerge pull request #699 from CendioOssman/double
2016-12-09 Pierre OssmanFlush out rendering after each performance test
2016-12-06 Pierre OssmanRun performance tests at full speed
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
2016-10-25 Pierre OssmanDon't grab input when running performance tests
2016-10-24 Pierre OssmanFix performance tests to follow new state API
2016-10-24 Samuel MannehedMerge pull request #686 from CendioOssman/favicon
2016-10-20 Samuel MannehedMerge pull request #677 from CendioOssman/perf
2016-10-05 Pierre OssmanSupport older base64 recordings
2016-09-16 Solly RossMerge pull request #603 from WardF/master
2016-09-16 Solly RossMerge pull request #496 from kanaka/refactor/modularized
2016-09-16 Solly RossEnable noVNC to become Browserifiable
2010-09-22 Joel Martinplayback.js: move to include/ for easier reference.
2010-09-08 Joel MartinJSLint.
2010-09-01 Joel Martinplayback.js: realtime playback and split out code.