]> git.proxmox.com Git - mirror_novnc.git/history - tests/test.rfb.js
Merge branch 'qemufix' of https://github.com/CendioOssman/noVNC
[mirror_novnc.git] / tests / test.rfb.js
2017-05-12 Samuel MannehedAdd missing semicolon
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 OssmanSimplify keyboard event API
2017-05-04 Pierre OssmanSend keyboard events from single place
2017-04-21 Samuel MannehedFix panning test for high DPI devices
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 RossUpdate tests to work with new structure
2017-02-13 Pierre OssmanFix tests after changing auth negotiation
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
2016-12-13 Samuel MannehedMerge pull request #699 from CendioOssman/double
2016-12-09 Pierre OssmanUse double buffering for the display
2016-12-09 Pierre OssmanDon't violate Display abstraction
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 MannehedEnsure proper connection state transitions
2016-11-10 Samuel MannehedHandle server-side disconnections
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
2016-11-08 Samuel MannehedMerge pull request #697 from CendioOssman/keyboard
2016-10-24 Samuel MannehedMerge branch 'CendioOssman-delay' into master
2016-10-24 Pierre OssmanProcess entire WebSocket message at once
2016-10-01 Samuel MannehedMerge pull request #651 from kanaka/separatestates
2016-09-30 Samuel MannehedRemove unnecessary substates of disconnected
2016-09-30 Samuel MannehedImprove the connection state names
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 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-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 RossDon't modify Array prototype
2016-08-29 Solly RossMerge pull request #596 from danielhb/master
2016-08-26 Daniel Henrique... QEMU RFB extension - rfb.js and input.js changes
2016-08-26 samhedMerge branch 'continuousupdates' into noVNCmaster
2016-08-26 samhedAdd support for ContinuousUpdates
2016-06-03 samhedAdd support for fences
2016-06-03 samhedLower level check for framebuffer update requests
2016-06-03 samhedAlways flush socket after each message
2016-06-03 samhedFix typo in pointer event test
2016-06-03 samhedMerge branch 'ui-cleanup' of https://github.com/kanaka...
2016-06-02 SamuelSplit the setDesktopSize function (#618)
2016-04-30 Samuel MannehedAdd missing parenthesis (#600)
2016-04-30 Samuel MannehedRespect the threshold in the viewdrag test (#600)
2015-08-14 SollyMerge pull request #488 from kanaka/feature/more-perf...
2015-08-06 Solly RossUse Typed Arrays for the send queue
2015-08-06 Solly RossUse Typed Arrays for the Websock receive queue
2015-08-06 Solly RossWIP: Switch to Pako for zlib
2015-04-07 SollyMerge pull request #415 from jimdigriz/fixes
2015-03-10 SollyMerge pull request #464 from kanaka/bug/firefoxresize
2015-03-05 samhed* Change name of ext_desktop_size to the proper Extende...
2015-02-17 SollyMerge pull request #432 from nbibler/getPositionUpdate
2015-02-17 Solly RossMerge branch 'bug/fix-input-html'
2015-02-10 SollyMerge pull request #444 from samhed/extdesktop
2015-02-10 samhedSupport automatic resize [Part 4/4]: unit tests
2015-02-06 samhedSupport automatic resize [Part 1/4]: display.js
2015-02-04 SollyMerge pull request #427 from jswanner/register-listeners
2015-01-08 Jacob SwannerUnregister event listeners from websock.
2014-11-24 Solly RossFixed Erroneous HEXTILE test
2014-11-18 Solly RossMerge "pull-request/412" (ramondeklein/noVNC)
2014-11-18 Ramon de KleinDon't draw "blank" HEXTILE tiles with random data
2014-11-17 Solly RossFix broken tests from changing default screen size
2014-09-19 Solly RossFixed broken mouse test in test.rfb.js
2014-09-19 Solly RossFixed Typo Causing MouseUp to not Register
2014-09-19 SollyMerge pull request #391 from mandre/fix_invalid_property
2014-09-19 Solly RossFixed assertion collision issues
2014-09-15 SollyMerge pull request #368 from DirectXMan12/refactor...
2014-09-15 Solly RossCleanup: RFB Client