]> git.proxmox.com Git - mirror_novnc.git/history - docs/API.md
Only show error stack if it is not empty
[mirror_novnc.git] / docs / API.md
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
2017-12-14 Pierre OssmanMerge branch 'master' of https://github.com/josiah2009...
2017-12-12 Pierre OssmanMerge branch 'docs' of https://github.com/CendioOssman...
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-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 Samuel MannehedRemove RFB.notification()
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 OssmanFollow MDN style in API documentation
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanRemove wsProtocols setting
2017-11-09 Pierre OssmanSwitch to URL for connect()
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 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 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-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-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