summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't detach handler if it doesn't existPierre Ossman2020-06-251-1/+3
* Move mouse event handling to RFB classPierre Ossman2020-06-122-179/+252
* Increase wheel step thresholdPierre Ossman2020-06-121-5/+5
* Move wheel event handling to RFB classPierre Ossman2020-06-122-139/+155
* Remove very legacy mouse event handlingPierre Ossman2020-06-121-3/+3
* Remove delayed wheel timerPierre Ossman2020-06-121-22/+0
* Add touch gestures for mouse emulationPierre Ossman2020-06-123-127/+1780
* Start fake test clock at real clock timePierre Ossman2020-06-111-1/+1
* Avoid printing the Websock buffer in testsPierre Ossman2020-06-111-1/+3
* Merge branch 'camelcase' of https://github.com/samhed/noVNCPierre Ossman2020-06-059-232/+232
|\
| * Add camelCase rule to eslintSamuel Mannehed2020-05-312-0/+4
| * Standardize on camelCase in LoggingSamuel Mannehed2020-05-311-6/+6
| * Standardize on camelCase in WebsockSamuel Mannehed2020-05-312-48/+48
| * Standardize on camelCase in DisplaySamuel Mannehed2020-05-311-45/+45
| * Standardize on camelCase in testsSamuel Mannehed2020-05-316-124/+124
| * Standardize on camelCase in RFBSamuel Mannehed2020-05-311-467/+466
| * Remove unused properties and variablesSamuel Mannehed2020-05-311-4/+0
* | Properly limit mouse moves to once every 17 mslimitmouseSamuel Mannehed2020-05-312-92/+113
* | Stop send mouse clicks while dragging in view onlySamuel Mannehed2020-05-311-0/+7
* | Standardize on camelCase for functions in RFBSamuel Mannehed2020-05-311-138/+138
* | Standardize on camelCase for variables in RFBSamuel Mannehed2020-05-311-318/+317
|/
* Add ability to set compression levelSamuel Mannehed2020-05-011-0/+102
* Add unit tests for mouse move limitSamuel Mannehed2020-05-011-0/+67
* adds qualityLevel property to RFB class for updating JPEG quality level encod...Andrey Trebler2020-02-281-0/+102
* Fix crash with too large clipboard dataAlex Tanskanen2020-02-211-0/+32
* Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNCPierre Ossman2020-02-183-16/+535
|\
| * Add extended clipboard Pseudo-EncodingNiko Lehto2020-02-181-20/+437
| * Add util for unsigned and signed int. conversionNiko Lehto2020-02-171-0/+16
| * Add deflator helper class for deflating dataNiko Lehto2020-02-171-0/+80
| * Make clipBoardPasteFrom() test more specificNiko Lehto2020-02-171-4/+10
* | Fix color channels for VMware alpha cursorsSamuel Mannehed2020-01-301-3/+3
|/
* Make afterEach() hooks work when skipping testsPierre Ossman2020-01-234-10/+30
* Simplify encodeUTF8/decodeUTF8 unittestsSamuel Mannehed2020-01-031-27/+6
* Add unit tests for encodeUTF8 and decodeUTF8Samuel Mannehed2020-01-021-1/+42
* Handle slow loading of imagesPierre Ossman2019-12-231-3/+24
* Fix missing caps lock events on iOSAlex Tanskanen2019-11-071-0/+74
* Handle missing Shift events on WindowsPierre Ossman2019-11-041-0/+70
* Send NumLock on macOS, even though the key is ClearPierre Ossman2019-11-011-0/+10
* Fix AltGr for a few more keys in IE and EdgePierre Ossman2019-11-011-0/+10
* Revert iOS keyup workaroundPierre Ossman2019-10-311-48/+0
* Handle broken numpad delete key in ChromePierre Ossman2019-10-311-0/+3
* Try to handle Meta key properlyPierre Ossman2019-10-311-0/+6
* Merge pull request #1299 from CendioNiko/vmwarecursorSamuel Mannehed2019-09-251-0/+164
|\
| * Add support for VMware cursor encodingNiko Lehto2019-09-241-0/+164
* | Merge pull request #1289 from CendioNiko/masterSamuel Mannehed2019-09-251-7/+30
|\ \
| * | Test unicode desktop namesNiko Lehto2019-09-041-11/+12
| * | Add support for DesktopName extensionNiko Lehto2019-09-041-0/+22
| |/
* | Merge pull request #1281 from jalfd/optimize-receive-bufferSamuel Mannehed2019-09-251-7/+29
|\ \ | |/ |/|
| * Don't compact the receive buffer unless we've actually run out of spaceJesper Alf Dam2019-08-161-7/+29
* | Set viewport size for autoscale testsPierre Ossman2019-08-231-0/+1