]> git.proxmox.com Git - mirror_novnc.git/history - app/ui.js
Remove local cursor setting
[mirror_novnc.git] / app / ui.js
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 OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanSwitch to URL for connect()
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-10-27 Pierre OssmanHide mouse object from RFB callers
2017-10-27 Pierre OssmanHide display object from RFB callers
2017-10-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
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 OssmanStop giving host field default focus
2017-10-18 Pierre OssmanOnly grab key events on canvas
2017-10-17 Samuel MannehedCheck if <audio>.play() returns a promise
2017-10-16 Samuel MannehedSave pw for reconnections when using query params
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 Samuel MannehedMerge pull request #922 from kosmasgiannis/greek
2017-10-11 Samuel MannehedMerge pull request #901 from mariuszjamro/master
2017-10-10 Mariusz JamroAdd polish translation
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 OssmanMake port optional in ui.js as well
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-09-07 Samuel MannehedRename setting_clip to setting_view_clip
2017-09-07 Samuel MannehedRemove unused variable
2017-08-16 Pierre OssmanAdjust scaling when session size changes
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-06-01 Pierre OssmanMerge branch 'record' of https://github.com/CendioOssma...
2017-05-30 Samuel MannehedMerge pull request #831 from samhed/visualhint
2017-05-29 Samuel MannehedAdd hint that the control bar can be moved
2017-05-20 Samuel MannehedClear the password input field
2017-05-15 Pierre OssmanFix bootstart of input field
2017-05-12 Samuel MannehedCatch errors for when we can't play bell
2017-05-12 Samuel MannehedAdd missing semi colon
2017-05-11 Samuel MannehedDon't capture touch events
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 OssmanSend keyboard events from single place
2017-04-11 Samuel MannehedProperly restore the default style
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 RossMove error handler into separate file
2017-03-21 Solly RossOnly apply settings with an RFB object
2017-03-21 Solly RossUse transition animation while loading
2017-03-21 Solly RossRefactor ES6 module structure/split up Util
2017-03-07 Solly RossLoad translations over XHR
2017-02-26 Solly RossUncomment ES6 module syntax
2017-02-26 Solly RossFix typos in imports and i18n
2017-02-24 Samuel MannehedMerge branch 'settingswhileconnected' of https://github...
2017-02-24 Samuel MannehedMerge branch 'disableLabels' of https://github.com...
2017-02-21 Samuel MannehedDisable labels for settings as well
2017-02-19 Samuel MannehedAllow local cursor to be changed while connected
2017-02-19 Samuel MannehedAllow auto reconnect to be changed while connected
2017-02-19 Samuel MannehedAllow view_only to be changed while connected
2017-02-18 Samuel MannehedAllow clipping to be changed while connected
2017-02-16 Pierre OssmanProper workaround for Chrome's scrollbar bug
2017-02-16 Samuel MannehedUpdate drag button at right time
2017-02-16 Samuel MannehedUpdate clipping before changing scaling
2017-02-16 Samuel MannehedDon't change stored setting when "forcing"
2017-02-16 Samuel MannehedFix status class for IE
2017-02-16 Samuel MannehedAllow scroll bars on Safari and IE
2017-02-16 Samuel MannehedProperly encapsulate the scale in Display
2017-02-10 Samuel MannehedFix resize on Chrome
2017-02-09 Pierre OssmanUse setCapture() polyfill everywhere
2017-02-09 Pierre OssmanMore aggressive retaining of focus
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
2017-02-03 Pierre OssmanAllow submitting the password from the input field
2017-02-03 Pierre OssmanScroll correct element
2017-01-30 Samuel MannehedMerge pull request #762 from novnc/saveimmediately
2017-01-27 Samuel MannehedAllow resize setting to be changed while connected
2017-01-27 Samuel MannehedSeparate init functions from event handling setup
2017-01-27 Samuel MannehedRename function for adding resize handlers
2017-01-27 Samuel MannehedRename and move init function for fullscreen
2017-01-27 Samuel MannehedSave settings immediately
2017-01-24 Samuel MannehedRemove unused toggleConnectPanel function
2017-01-24 Samuel MannehedAdd UI wrapper for Webutil.init_logging
2017-01-23 Pierre OssmanMerge branch 'add-reconnect' of https://github.com...
2017-01-23 Alexander NeumannAdd reconnect option
2017-01-18 Pierre OssmanFix global error handler
2017-01-12 Solly RossUse textContent instead of innerHTML
2017-01-06 Solly RossMerge pull request #715 from CendioOssman/cleanup
2017-01-04 Pierre OssmanMake connect button more prominent
2017-01-04 Pierre OssmanRemove connect dialog
2017-01-04 Pierre OssmanGroup WebSocket settings together
2017-01-04 Pierre OssmanRemove alternative style sheets
2017-01-04 Pierre OssmanRemove unused token setting
2016-12-13 Samuel MannehedMerge pull request #699 from CendioOssman/double
2016-12-09 Pierre OssmanClean up viewport handling
2016-12-09 Pierre OssmanRemove max dimension handling
2016-12-09 Pierre OssmanUpdate all state on session size change
2016-11-29 Samuel MannehedMerge pull request #725 from CendioOssman/rightbar
next