]> git.proxmox.com Git - mirror_novnc.git/history - core/input/util.js
Remove many small, obsolete, old browser hacks
[mirror_novnc.git] / core / input / util.js
2020-12-07 Pierre OssmanRemove many small, obsolete, old browser hacks
2020-10-15 Pierre OssmanRemove keypress handling
2020-10-15 Pierre OssmanDrop support for legacy Edge
2020-10-15 Pierre OssmanDrop support for Internet Explorer
2019-11-01 Pierre OssmanSend NumLock on macOS, even though the key is Clear
2019-11-01 Pierre OssmanUpdate to latest UI Events key specification
2019-11-01 Pierre OssmanFix AltGr for a few more keys in IE and Edge
2019-10-31 Pierre OssmanHandle broken numpad delete key in Chrome
2019-10-31 Pierre OssmanTry to handle Meta key properly
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-06 Pierre OssmanEnforce space before code block
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-02-01 Solly RossMerge pull request #1009 from juanjoDiaz/move_browser_c...
2018-01-30 Juanjo DiazMove browser checks to browser.js
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-21 Pierre OssmanHandle iOS special keys
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 OssmanMove keyboard handling in to Keyboard class
2017-05-04 Pierre OssmanRemove modifier synchronisation
2017-05-04 Pierre OssmanRemove QEMU key event handler
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 OssmanHide internal keyboard functions
2017-03-24 Pierre OssmanRemove character substitution
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 RossRefactor ES6 module structure/split up Util
2017-02-26 Solly RossUncomment ES6 module syntax
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-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
2016-10-15 Pierre OssmanUse Unicode keysym range as fallback
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