]> git.proxmox.com Git - mirror_novnc.git/history - tests/test.keyboard.js
Make sure "undefined" can be a default parameter value
[mirror_novnc.git] / tests / test.keyboard.js
2019-12-05 Samuel MannehedMerge pull request #1318 from chrisjdev/emptyPassword
2019-11-11 Samuel MannehedMerge pull request #1319 from wavezhang/patch-2
2019-11-07 Alex TanskanenFix missing caps lock events on iOS
2019-11-04 Pierre OssmanHandle missing Shift events on Windows
2019-10-31 Pierre OssmanRevert iOS keyup workaround
2019-09-25 Samuel MannehedMerge pull request #1281 from jalfd/optimize-receive...
2019-09-24 Samuel MannehedMerge pull request #1280 from jalfd/alt-key-recursion
2019-09-24 Samuel MannehedMerge pull request #1279 from CendioOssman/nomodule
2019-08-23 Pierre OssmanMerge branch 'upgrade' of https://github.com/CendioOssm...
2019-08-15 Pierre OssmanUpgrade to latest sinon and chai
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-06 Pierre OssmanEnforce space after function name
2018-07-25 Pierre OssmanMerge branch 'master' of https://github.com/patrakov...
2018-07-13 Pierre OssmanMove sinon to karma framework
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
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-13 Pierre OssmanMerge branches 'ffalt' and 'altgr' of https://github...
2018-03-09 Pierre OssmanBetter detection of AltGr on Windows
2018-03-06 Samuel MannehedMerge pull request #989 from PeterDaveHelloKitchen...
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
2018-02-01 Solly RossMerge pull request #1009 from juanjoDiaz/move_browser_c...
2018-01-31 Solly RossMerge pull request #1007 from juanjoDiaz/remove_jshints...
2018-01-31 Juanjo DiazRemove jshint comments
2018-01-30 Juanjo DiazMove browser checks to browser.js
2017-11-10 Pierre OssmanMerge branch 'api' of https://github.com/CendioOssman...
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-10-05 Samuel MannehedMerge pull request #893 from CendioOssman/amt
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-09-28 Samuel MannehedUpgrade and fix sinon.js
2017-09-27 Samuel MannehedMerge pull request #896 from novnc/combinemousewheel
2017-09-17 Samuel MannehedRemove unused imports
2017-09-17 Samuel MannehedSplit devices.js into keyboard.js and mouse.js
2017-07-07 Pierre OssmanIgnore compositing key
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-07-06 Pierre OssmanFallback for missing keypress events
2017-07-06 Pierre OssmanTrack keys using keyIdentifier
2017-06-21 Pierre OssmanFake key release for iOS hardware keyboards
2017-05-04 Pierre OssmanSkip some keyboard tests on IE and Edge
2017-05-04 Pierre OssmanMerge branch 'png_cursor' of https://github.com/CendioO...
2017-05-04 Pierre OssmanMerge branch 'keyboard' of https://github.com/CendioOss...
2017-05-04 Pierre OssmanUse KeyboardEvent.key too look up keysyms
2017-05-04 Pierre OssmanClean up AltGraph handling
2017-05-04 Pierre OssmanSimplify pressed key handling
2017-05-04 Pierre OssmanSimplify handling of keypress
2017-05-04 Pierre OssmanMove keyboard handling in to Keyboard class
2017-05-04 Pierre OssmanRemove modifier synchronisation
2017-05-04 Pierre OssmanImprove lookup of special keys
2017-05-04 Pierre OssmanImprove character keysym lookup
2017-05-04 Pierre OssmanUse standard DOM identifiers for physical keys
2017-03-25 Solly RossMerge pull request #738 from patrakov/master
2017-03-24 Pierre OssmanRemove keysym names from keysymdef.js
2017-03-22 Solly RossMerge pull request #774 from novnc/refactor/es6-module...
2017-03-21 Solly RossUpdate tests to work with new structure
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
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 RossMove input-related files into core/input
2016-09-16 Solly RossEnable noVNC to become Browserifiable
2014-09-15 SollyMerge pull request #368 from DirectXMan12/refactor...
2014-09-15 Solly RossCleanup: Keyboard code
2014-02-17 SollyMerge pull request #242 from Medical-Insight/use-wss...
2013-12-05 jalfKeyboard Handling [3/8]: Add unit tests for new keyboar...