]> git.proxmox.com Git - mirror_novnc.git/history - core/rfb.js
Remove unused encoding handlers
[mirror_novnc.git] / core / rfb.js
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-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
2016-11-10 Samuel MannehedEnsure proper connection state transitions
2016-11-10 Samuel MannehedHandle server-side disconnections
2016-11-10 Samuel MannehedSeparate state actions from connection actions
2016-11-10 Samuel MannehedMove disconnect actions to a separate funciton
2016-11-10 Samuel MannehedHandle errors while opening a Websocket
2016-11-10 Samuel MannehedrequestDesktopSize() should always return a value
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
2016-11-08 Samuel MannehedMerge pull request #697 from CendioOssman/keyboard
2016-10-28 Samuel MannehedAlways translate literals instead of variables
2016-10-24 Samuel MannehedMerge branch 'CendioOssman-delay' into master
2016-10-24 Pierre OssmanDon't allow more than one pending update
2016-10-24 Pierre OssmanHide image handling in display object
2016-10-24 Pierre OssmanProcess entire WebSocket message at once
2016-10-24 Samuel MannehedMerge pull request #686 from CendioOssman/favicon
2016-10-20 Samuel MannehedMerge pull request #677 from CendioOssman/perf
2016-10-19 Samuel MannehedMerge pull request #649 from kanaka/dontgrabinviewonly
2016-10-14 Pierre OssmanUse correct terminology in RFB.sendKey()
2016-10-13 Samuel MannehedDon't request a new desktop size in view_only
2016-10-13 Samuel MannehedDon't grab keyboard or mouse in view-only mode
2016-10-01 Samuel MannehedMerge pull request #651 from kanaka/separatestates
2016-09-30 Samuel MannehedSplit cleanup from closing the socket
2016-09-30 Samuel MannehedRemove unnecessary substates of disconnected
2016-09-30 Samuel MannehedImprove the connection state names
2016-09-30 Samuel MannehedClean up log output on state changes
2016-09-30 Samuel MannehedSeparate out init state from page state
2016-09-30 Samuel MannehedClean up special state handling for 'failed'
2016-09-30 Samuel MannehedProperly filter list of auth schemes
2016-09-30 Samuel MannehedDon't abuse state change function for messages
2016-09-30 Samuel MannehedDon't change state to same state
2016-09-30 Samuel MannehedRemove special password state
2016-09-17 Dmitry SankevichFix TIGHT negotiation with zero sub-auth types
2016-09-16 Solly RossMerge pull request #661 from kanaka/feature/realvnc5...
2016-09-16 Lars Ole HurlenDetect RealVNC's RFB 5.0 Protocol Version
2016-09-16 Solly RossMerge pull request #603 from WardF/master
2016-09-16 Solly RossMerge pull request #496 from kanaka/refactor/modularized
2016-09-16 Solly RossMove input-related files into core/input
2016-09-16 Solly RossEnable noVNC to become Browserifiable