]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2017-10-27 Pierre OssmanHide keyboard object from RFB callers
2017-10-27 Pierre OssmanHide mouse object from RFB callers
2017-10-27 Pierre OssmanHide display object from RFB callers
2017-10-27 Pierre OssmanSplit out internal API
2017-10-24 Samuel MannehedUpdate link to API specification
2017-10-18 Pierre OssmanLet RFB object make sure canvas can have focus
2017-10-18 Pierre OssmanRemove package-lock.json
2017-10-18 Pierre OssmanRemove 'focusContainer' attribute from API documentation
2017-10-18 Pierre OssmanRemove 'focused' attributes from API documentation
2017-10-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
2017-10-18 Pierre OssmanDon't let the hidden input field be a tab stop
2017-10-18 Pierre OssmanRestore handling of key events for virtual keyboard
2017-10-18 Pierre OssmanMake sure control bar stays visible on Tab
2017-10-18 Pierre OssmanInclude .js for anonymous scripts
2017-10-18 Pierre OssmanStop giving host field default focus
2017-10-18 Pierre OssmanAdd focus state for control bar buttons
2017-10-18 Pierre OssmanOnly grab key events on canvas
2017-10-17 Samuel MannehedRecieve challange before expecting callback
2017-10-17 Samuel MannehedCheck if <audio>.play() returns a promise
2017-10-16 Samuel MannehedWait for challenge before asking for password
2017-10-16 Samuel MannehedRemove dead link to Ganeti Web Manager
2017-10-16 Samuel MannehedSave pw for reconnections when using query params
2017-10-12 Samuel MannehedUpdate API since sendKey() has a new parameter
2017-10-12 Samuel MannehedMouse and Keyboard are seperate files now
2017-10-12 Samuel MannehedUpdate link to Websock API page
2017-10-12 Samuel MannehedAdd note clarifying the disconnected state
2017-10-12 Samuel MannehedUse markdown-style tables instead of <table>
2017-10-12 Samuel MannehedRemove trailing whitespace
2017-10-12 Samuel MannehedUse underscores for bold text intead of asterixes
2017-10-12 Samuel MannehedAdd numbering for each header in the API doc
2017-10-12 Samuel MannehedMove API documentation from wiki to the repo
2017-10-12 Samuel MannehedFix missing semicolons
2017-10-11 Samuel MannehedRemove 'fuzzy' marks that were mistakenly left
2017-10-11 Samuel MannehedFix Dutch translation for "Reconnecting..."
2017-10-11 Samuel MannehedUpdate .json for Dutch and Swedish translations
2017-10-11 Samuel MannehedMerge pull request #921 from yvanoers/master
2017-10-11 Samuel MannehedMerge pull request #920 from flumm/german
2017-10-11 Dominik Csapakupdated german translations
2017-10-11 Samuel MannehedMerge pull request #922 from kosmasgiannis/greek
2017-10-11 Giannis KosmasUpdate Greek translation
2017-10-11 Samuel MannehedMerge pull request #901 from mariuszjamro/master
2017-10-10 Yuri van OersUpdate Dutch translations
2017-10-10 Mariusz JamroAdd polish translation
2017-10-09 Pierre OssmanGet proper same-origin behaviour when loading modules
2017-10-09 Samuel MannehedUse markdown links in README
2017-10-09 Samuel MannehedAdd link to website in README
2017-10-06 Samuel MannehedMerge pull request #913 from kosmasgiannis/missing_quote
2017-10-06 Samuel MannehedMerge pull request #917 from kosmasgiannis/autoconnect
2017-10-06 Giannis Kosmasautoconnect variable was used before it was defined.
2017-10-06 Pierre OssmanAdd tests for Intel AMT compatible mode
2017-10-06 Giannis KosmasAdd missing quotes
2017-10-06 Pierre OssmanUpdate Swedish translation
2017-10-06 Pierre OssmanUpdate translation template
2017-10-06 Pierre OssmanMake port optional in ui.js as well
2017-10-06 Pierre OssmanUpdate to new jsdom API
2017-10-05 Solly RossMerge pull request #910 from novnc/infra/publish
2017-10-05 Samuel MannehedMerge pull request #893 from CendioOssman/amt
2017-10-04 Solly Ross[release] v1.0.0-testing.2
2017-10-04 Solly Ross[infra] Publish to NPM via Travis
2017-10-04 Solly Ross[infra] updated packaging config
2017-10-03 Solly Ross[infra] fix vendor import paths on built files
2017-10-03 Solly Ross[infra] option to clean on use_require.js
2017-10-03 Solly RossMerge pull request #907 from DirectXMan12/tests/fix...
2017-10-03 Solly Ross[infra] Fix Travis Sauce Auth
2017-09-29 Pierre OssmanMerge branch 'fixes/polyfill' of https://github.com...
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-09-29 Frederik CarlierOnly load ES6 module loader polyfill if needed
2017-09-28 Samuel MannehedRestore logging properly after log tests
2017-09-28 Samuel MannehedSetup chai extensions centrally
2017-09-28 Samuel MannehedUpgrade and fix sinon.js
2017-09-27 Samuel MannehedMerge pull request #896 from novnc/combinemousewheel
2017-09-22 Pierre OssmanBasic support for Intel AMT
2017-09-22 Pierre OssmanAlways hide local cursor initally
2017-09-22 Pierre OssmanRemove rect arguments onFBUComplete callback
2017-09-22 Pierre OssmanClean up encoding handling
2017-09-17 Samuel MannehedRemove unused imports
2017-09-17 Samuel MannehedCombine small mouse wheel events
2017-09-17 Samuel MannehedSplit devices.js into keyboard.js and mouse.js
2017-09-17 Samuel MannehedAdd tests for mouse module
2017-09-07 Pierre OssmanBuild encoding stats array dynamically
2017-09-07 Pierre OssmanAdd helper for encoding enumeration and names
2017-09-07 Pierre OssmanRemove unused encoding handlers
2017-09-07 Pierre OssmanRemove unused helper for Tight encoding
2017-09-07 Pierre OssmanFix handling of ExtendedDesktopSize errors
2017-09-07 Pierre OssmanMerge resize handling to single method
2017-09-07 Pierre OssmanStop hiding exceptions in WebSock class
2017-09-07 Samuel MannehedRename setting_clip to setting_view_clip
2017-09-07 Samuel MannehedRemove unused variable
2017-09-05 Pierre OssmanInclude optional log message on errors
2017-09-05 Pierre OssmanHandle new style recordings
2017-08-16 Pierre OssmanAdjust scaling when session size changes
2017-08-05 shaneharrisfix typscript error - the only one. (#837)
2017-07-26 Samuel MannehedMake sure the control bar hint is centered
2017-07-21 Pierre OssmanIE compatibility fix for babel workers
2017-07-07 Pierre OssmanOnly send QEMU Extended Key Event if we have a scan...
2017-07-07 Pierre OssmanIgnore compositing key
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-07-06 Pierre Ossmantry/catch guard for QEMU keyboard test
2017-07-06 Pierre OssmanFallback for missing keypress events
2017-07-06 Pierre OssmanTrack keys using keyIdentifier
next