]> git.proxmox.com Git - mirror_novnc.git/history - core/rfb.js
Merge branch 'resize' of https://github.com/CendioOssman/noVNC
[mirror_novnc.git] / core / rfb.js
2017-12-11 Pierre OssmanMerge branch 'resize' of https://github.com/CendioOssma...
2017-12-06 Pierre OssmanMove resize handling in to RFB object
2017-11-30 Pierre OssmanDon't send pointer event on end of drag
2017-11-23 Pierre OssmanMerge branch 'greek' of https://github.com/kosmasgianni...
2017-11-20 Pierre OssmanDon't log WebSocket close by default
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedAbstract RFB errors to avoid sending strings
2017-11-14 Samuel MannehedReplace updatestate event with connect
2017-11-11 Pierre OssmanFix old focus on click references
2017-11-11 Samuel MannehedRemove RFB.notification()
2017-11-11 Samuel MannehedAdd missing semicolons
2017-11-10 Pierre OssmanMerge branch 'api' of https://github.com/CendioOssman...
2017-11-09 Pierre OssmanUse standard EventTarget interface for events
2017-11-09 Pierre OssmanRemove unused options argument in onnotification event...
2017-11-09 Pierre OssmanIntegrate connect() in to constructor
2017-11-09 Pierre OssmanRemove disconnectTimeout property
2017-11-09 Pierre OssmanRemove "downscale only" mode
2017-11-09 Pierre OssmanRemove local cursor setting
2017-11-09 Pierre OssmanImprove naming for viewport properties
2017-11-09 Pierre OssmanChange clippingDisplay() to a property
2017-11-09 Pierre OssmanRemove some unused return values
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanMove cursor URI check to RFB object
2017-11-09 Pierre OssmanRemove render_mode property
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanAlways include ID marker in repeater protocol
2017-11-09 Pierre OssmanRemove wsProtocols setting
2017-11-09 Pierre OssmanSwitch to URL for connect()
2017-11-09 Pierre OssmanTidy up variable initialisation
2017-11-09 Pierre OssmanRemove onFBU* callbacks
2017-11-09 Pierre OssmanAdd resize as a capability
2017-11-09 Pierre OssmanMake power API generic
2017-11-09 Pierre OssmanAdd proper protocol encoder for XVP messages
2017-11-09 Pierre OssmanAllow other credentials than just password
2017-11-04 Samuel MannehedMerge pull request #947 from samhed/lite_center
2017-11-02 Pierre OssmanImproved focus handling on touch input field
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-18 Pierre OssmanLet RFB object make sure canvas can have focus
2017-10-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
2017-10-18 Pierre OssmanOnly grab key events on canvas
2017-10-16 Samuel MannehedWait for challenge before asking for password
2017-10-12 Samuel MannehedFix missing semicolons
2017-10-05 Solly RossMerge pull request #910 from novnc/infra/publish
2017-10-05 Samuel MannehedMerge pull request #893 from CendioOssman/amt
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-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 MannehedSplit devices.js into keyboard.js and mouse.js
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-08-05 shaneharrisfix typscript error - the only one. (#837)
2017-07-07 Pierre OssmanOnly send QEMU Extended Key Event if we have a scan...
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-07-06 Pierre Ossmantry/catch guard for QEMU keyboard test
2017-06-02 Pierre OssmanAllow key events without symbols
2017-05-04 Pierre OssmanRemove colour map support
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 OssmanRemove modifier synchronisation
2017-05-04 Pierre OssmanRemove QEMU key event handler
2017-05-04 Pierre OssmanSimplify keyboard event API
2017-05-04 Pierre OssmanSend keyboard events from single place
2017-04-05 Samuel MannehedAlways send mouseUp events properly
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 RossFix view_only clipboard handling
2017-03-21 Solly RossRefactor ES6 module structure/split up Util
2017-03-01 Solly RossVendor an ES6-modules-compatible Pako
2017-02-26 Solly RossUncomment ES6 module syntax
2017-02-24 Samuel MannehedMerge branch 'settingswhileconnected' of https://github...
2017-02-19 Samuel MannehedAllow local cursor to be changed while connected
2017-02-19 Samuel MannehedAllow view_only to be changed while connected
2017-02-18 Samuel MannehedDon't send or recieve clipboard in view_only
2017-02-13 Pierre OssmanFix tests after changing auth negotiation
2017-02-13 Pierre OssmanBetter selection of auth type
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
2017-01-09 Samuel MannehedFix rfb._cleanup() (#743)
2016-12-29 Alexander E. PatrakovChanged the default compression level to 2
2016-12-20 Lee-FengFix no auth "this._updateState" bug
2016-12-13 Samuel MannehedMerge pull request #699 from CendioOssman/double
2016-12-09 Pierre OssmanUse double buffering for the display
2016-11-24 Kyle Russellrfb: Allow port to be optionally appended to URI
2016-11-22 Samuel MannehedMerge pull request #718 from ossman/po
2016-11-18 Samuel MannehedAdd a space in logging of RFB._fail()
2016-11-17 Pierre OssmanRestore translations for some strings
2016-11-17 Pierre OssmanUse _() as shorthand for translations
2016-11-14 Samuel MannehedMerge pull request #713 from kanaka/properdisconnections
2016-11-10 Samuel MannehedAllow specifying details when calling RFB._fail()
2016-11-10 Samuel MannehedDon't wait for websocket closes on failure
next