]> git.proxmox.com Git - mirror_novnc.git/history - core/input
Fix wording in comment
[mirror_novnc.git] / core / input /
2020-05-01 Samuel MannehedFix wording in comment
2020-05-01 Samuel MannehedMerge pull request #1352 from uklatt/master
2020-05-01 Uwe KlattLimit mouse move events to one every 17 ms
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 Alex TanskanenAdd "macOS shuffle" to iOS as well
2019-11-04 Pierre OssmanHandle missing Shift events on Windows
2019-11-01 Pierre OssmanSend NumLock on macOS, even though the key is Clear
2019-11-01 Pierre OssmanFix typo for MailSend key
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 OssmanRevert iOS keyup workaround
2019-10-31 Pierre OssmanHandle broken numpad delete key in Chrome
2019-10-31 Pierre OssmanExplain why Clear maps to KP_Begin
2019-10-31 Pierre OssmanTry to handle Meta key properly
2019-09-30 Samuel MannehedUpdate copyright to 2019 for modified files
2019-09-25 Samuel MannehedMerge pull request #1298 from CendioNiko/edgeCursorURI
2019-09-25 Samuel MannehedMerge pull request #1299 from CendioNiko/vmwarecursor
2019-09-25 Samuel MannehedMerge pull request #1289 from CendioNiko/master
2019-09-25 Samuel MannehedMerge pull request #1281 from jalfd/optimize-receive...
2019-09-24 Samuel MannehedClarify comments for broken alt in FF on Windows
2019-09-24 Samuel MannehedMerge pull request #1280 from jalfd/alt-key-recursion
2019-08-16 Jesper Alf DamAvoid recursion in Alt check on Firefox
2019-03-04 Samuel MannehedMerge pull request #1204 from juanjoDiaz/small_improvements
2019-02-16 Juanjo DiazRemove intermediate variable from mouse
2018-11-26 Samuel MannehedMerge pull request #1165 from juanjoDiaz/throw_errors_i...
2018-11-24 Juanjo DiazThrow Error instead of String
2018-10-09 Solly RossChange copyright header (#1138)
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-06 Pierre OssmanEnforce space before code block
2018-09-06 Pierre OssmanEnforce curly braces for control statements
2018-09-06 Pierre OssmanEnforce object key spacing
2018-09-06 Pierre OssmanEnforce indentation
2018-09-06 Pierre OssmanEnforce brace style
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 OssmanSort vkeys table
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-05-16 Vlastimil SadilekFix: IE11 Numpad5 compatibility when numlock off
2018-03-13 Pierre OssmanMerge branches 'ffalt' and 'altgr' of https://github...
2018-03-13 Pierre OssmanWork around broken Alt keyup in Firefox
2018-03-09 Pierre OssmanBetter detection of AltGr on Windows
2018-03-09 Pierre OssmanHandle _keyDownList in _sendKeyEvent()
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 Solly RossMerge pull request #1008 from juanjoDiaz/remove_unneces...
2018-01-30 Solly RossMerge pull request #1011 from juanjoDiaz/remove_console...
2018-01-30 Juanjo DiazRemove console statements
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-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
2017-10-18 Pierre OssmanOnly grab key events on canvas
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-27 Samuel MannehedMerge pull request #896 from novnc/combinemousewheel
2017-09-17 Samuel MannehedCombine small mouse wheel events
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 OssmanHandle iOS special keys
2017-06-21 Pierre OssmanFake key release for iOS hardware keyboards
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-06-02 Pierre OssmanLimit use of keypress fallback
2017-05-31 Pierre OssmanGet XT scan code mappings from the keycodemapdb project
2017-05-12 Samuel MannehedAdd missing semicolon
2017-05-11 Samuel MannehedDon't capture touch events
2017-05-11 Samuel MannehedStop tracking mouse capture state
2017-05-11 Samuel MannehedStop grabbing mouse events globally
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 OssmanHandle CapsLock on macOS
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 OssmanRemove QEMU key event handler
2017-05-04 Pierre OssmanSimplify keyboard event API
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 OssmanSimplify keysymdef.js
next