]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2018-01-05 Pierre OssmanDon't include icons Makefile when packaging
2018-01-05 Pierre OssmanRemove intermediate files when bundling
2018-01-05 Pierre OssmanConvert use_require.js to use promises
2017-12-08 Pierre OssmanMerge branch 'german' of https://github.com/flumm/noVNC
2017-11-24 Pierre OssmanRemove noisy websock debug logging
2017-11-24 Dominik Csapakupdate german translations
2017-11-23 Pierre OssmanMerge branch 'master' of https://github.com/mariuszjamr...
2017-11-23 Pierre OssmanMerge branch 'greek' of https://github.com/kosmasgianni...
2017-11-21 Mariusz JamroUpdate polish translations to match recent code changes
2017-11-20 Pierre OssmanDon't log WebSocket close by default
2017-11-17 Giannis KosmasGreek translations revised
2017-11-17 Samuel MannehedUpdate browser requirements
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedMove localization.js to app
2017-11-14 Samuel MannehedMove UI.cancelReconnect() to related functions
2017-11-14 Samuel MannehedDont overwrite more severe visible statuses
2017-11-14 Samuel MannehedAbstract RFB errors to avoid sending strings
2017-11-14 Samuel MannehedReplace updatestate event with connect
2017-11-14 Pierre OssmanFix old xvpbuttons references
2017-11-11 Pierre OssmanFix old focus on click references
2017-11-11 Samuel MannehedDon't translate log messages
2017-11-11 Samuel MannehedTranslate user visible text
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 OssmanPrevent password form submission early
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 OssmanClean up beforeEach() code in RFB tests
2017-11-09 Pierre OssmanRemove redundant setup of fake timer handling
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 OssmanFollow MDN style in API documentation
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanMove cursor URI check to RFB object
2017-11-09 Pierre OssmanRemove non-JavaScript render code
2017-11-09 Pierre OssmanRemove render_mode property
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanAllow omitting configuration for properties
2017-11-09 Pierre OssmanAlways include ID marker in repeater protocol
2017-11-09 Pierre OssmanFix duplicate beforeEach() hook
2017-11-09 Pierre OssmanRemove wsProtocols setting
2017-11-09 Pierre OssmanSwitch to URL for connect()
2017-11-09 Pierre OssmanAvoid code duplication in RFB test preparation
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-11-01 Samuel MannehedCenter canvas vertically as well in vnc_lite
2017-11-01 Samuel MannehedAdd small padding to buttons in vnc_lite
2017-11-01 Samuel MannehedProperly center status message in vnc_lite
2017-10-31 Samuel MannehedAdd missing semicolon
2017-10-31 Samuel MannehedMove styling from vnc_lite.html to css
2017-10-31 Samuel MannehedRemove unnecessary css rules for lite
2017-10-31 Samuel MannehedGet rid of unnecessary noVNC_container in lite
2017-10-30 Samuel MannehedUse more subtle colors for warn and error in lite
2017-10-30 Samuel MannehedRemove prefixed versions of linear-gradient
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..."
next