summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add ability to set compression levelcompressionlevelSamuel Mannehed2020-05-011-1/+22
* rfb: VeNCrypt Plain SecurityType supportFilip Stedronsky2020-04-081-0/+94
* adds qualityLevel property to RFB class for updating JPEG quality level encod...Andrey Trebler2020-02-282-2/+31
* Fix crash with too large clipboard dataAlex Tanskanen2020-02-211-1/+5
* Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNCPierre Ossman2020-02-186-34/+435
|\
| * Add extended clipboard Pseudo-EncodingNiko Lehto2020-02-182-19/+304
| * Fix bug where inflate would read too much dataNiko Lehto2020-02-171-1/+1
| * Split api of inflateNiko Lehto2020-02-172-7/+20
| * Handle errors from zlib/pakoNiko Lehto2020-02-171-1/+4
| * Move error handling to Inflate classNiko Lehto2020-02-172-6/+4
| * Add missing copyright header for Inflator.jsNiko Lehto2020-02-171-0/+8
| * Remove unused inflate argumentNiko Lehto2020-02-172-4/+4
| * Add util for unsigned and signed int. conversionNiko Lehto2020-02-171-0/+15
| * Add deflator helper class for deflating dataNiko Lehto2020-02-171-0/+79
* | Fix color channels for VMware alpha cursorsSamuel Mannehed2020-01-301-2/+2
|/
* Remove generated HTML by Cursor when it detachesJuanjo Diaz2020-01-231-1/+4
* Add comment for browser and platform detectionSamuel Mannehed2020-01-021-0/+7
* Add short description at the top of browser.jsSamuel Mannehed2020-01-021-0/+2
* Properly detect scrollbar gutterSamuel Mannehed2020-01-021-4/+25
* Allow cursor to be updated while connectingPierre Ossman2019-12-301-1/+4
* Handle slow loading of imagesPierre Ossman2019-12-231-1/+8
* Validate decoded image dimensionsPierre Ossman2019-12-233-4/+12
* Build in the behavior to ignore decodeUTF8 errorsSamuel Mannehed2019-12-232-12/+15
* Add try catch in every place that uses decodeUTF8VanyM2019-12-061-2/+11
* Add support for Unix Tight authChris "Koying" Browet2019-12-051-1/+25
* Merge pull request #1318 from chrisjdev/emptyPasswordSamuel Mannehed2019-12-051-4/+4
|\
| * Allow connecting with empty string credentialsChris J2019-12-051-4/+4
* | Add encodeUTF8 function to core/util/strings.jsSamuel Mannehed2019-12-041-4/+7
* | Make Cursor.detach() safe to call when not attachedPierre Ossman2019-11-291-0/+4
* | Fix missing caps lock events on iOSAlex Tanskanen2019-11-071-2/+2
|/
* Add "macOS shuffle" to iOS as wellAlex Tanskanen2019-11-041-1/+1
* Handle missing Shift events on WindowsPierre Ossman2019-11-041-0/+15
* Send NumLock on macOS, even though the key is ClearPierre Ossman2019-11-011-0/+17
* Fix typo for MailSend keyPierre Ossman2019-11-011-1/+1
* Update to latest UI Events key specificationPierre Ossman2019-11-012-6/+5
* Fix AltGr for a few more keys in IE and EdgePierre Ossman2019-11-011-3/+10
* Revert iOS keyup workaroundPierre Ossman2019-10-311-3/+1
* Handle broken numpad delete key in ChromePierre Ossman2019-10-311-0/+5
* Explain why Clear maps to KP_BeginPierre Ossman2019-10-311-0/+3
* Try to handle Meta key properlyPierre Ossman2019-10-311-0/+13
* Rename document.capturedElem to captureElementSamuel Mannehed2019-10-232-13/+13
* Hide the emulated cursor when target is nullSamuel Mannehed2019-10-211-0/+3
* Fix disappearing cursor after clickSamuel Mannehed2019-10-212-17/+49
* Check next elem at mouseleave in cursor emulationSamuel Mannehed2019-10-211-1/+2
* Rename variables in setCapture proxySamuel Mannehed2019-10-211-33/+33
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-3016-28/+16
* Code comments for how the receieve queue worksSamuel Mannehed2019-09-251-2/+8
* Clarify why we ENABLE_COPYWITHIN is falseSamuel Mannehed2019-09-251-0/+2
* Merge pull request #1298 from CendioNiko/edgeCursorURISamuel Mannehed2019-09-251-1/+1
|\
| * Fix url cursor detection on EdgeNiko Lehto2019-09-231-1/+1