summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ability to set compression levelcompressionlevelSamuel Mannehed2020-05-016-1/+155
* Fix indentation for focus checkSamuel Mannehed2020-05-011-1/+1
* Don't fade the control bar if it has focusSamuel Mannehed2020-05-011-0/+7
* Hide the clipboard when not connectedSamuel Mannehed2020-05-011-0/+3
* Merge pull request #1396 from iblech/patch-1Samuel Mannehed2020-04-291-1/+1
|\
| * Document default setting of `focusOnClick`Ingo Blechschmidt2020-04-291-1/+1
|/
* rfb: VeNCrypt Plain SecurityType supportFilip Stedronsky2020-04-081-0/+94
* Fix focus problem after closing the toolbarAlex Tanskanen2020-03-121-0/+1
* Set a default value for the quality inputPierre Ossman2020-02-281-1/+1
* Add UI for quality settingPierre Ossman2020-02-283-0/+24
* Merge branch 'quality-level' of https://github.com/eDrillingSolutions/noVNCPierre Ossman2020-02-284-2/+138
|\
| * adds qualityLevel property to RFB class for updating JPEG quality level encod...Andrey Trebler2020-02-284-2/+138
* | Hide clipboard side bar button when view only modeNiko Lehto2020-02-241-0/+4
|/
* Fix crash with too large clipboard dataAlex Tanskanen2020-02-212-1/+37
* Style all input types for consistent UIPierre Ossman2020-02-181-12/+68
* Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNCPierre Ossman2020-02-1811-97/+1017
|\
| * Add extended clipboard Pseudo-EncodingNiko Lehto2020-02-183-39/+741
| * Export constants in inflate.js for easier usageNiko Lehto2020-02-171-17/+17
| * 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-172-0/+31
| * Add deflator helper class for deflating dataNiko Lehto2020-02-173-30/+189
| * Make clipBoardPasteFrom() test more specificNiko Lehto2020-02-171-4/+10
* | Merge pull request #1361 from alvintownsend/masterSamuel Mannehed2020-02-121-1/+1
|\ \
| * | Correcting path to package.json for running at a path other than root.Alvin Townsend2020-01-311-1/+1
|/ /
* | Fix color channels for VMware alpha cursorsSamuel Mannehed2020-01-302-5/+5
|/
* Make afterEach() hooks work when skipping testsPierre Ossman2020-01-234-10/+30
* Remove generated HTML by Cursor when it detachesJuanjo Diaz2020-01-231-1/+4
* Merge branch 'abstraction_for_detection' of https://github.com/samhed/noVNCPierre Ossman2020-01-142-7/+38
|\
| * 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-022-7/+29
* | Simplify encodeUTF8/decodeUTF8 unittestsSamuel Mannehed2020-01-031-27/+6
* | Add unit tests for encodeUTF8 and decodeUTF8Samuel Mannehed2020-01-021-1/+42
* | Remove unused python scriptsSamuel Mannehed2020-01-022-246/+0
* | Fix chinese translation for "Disconnect"Samuel Mannehed2020-01-021-1/+1
* | Update chinese translation stringsSamuel Mannehed2020-01-021-7/+7
|/
* Remove Google Chrome Frame plugin compatabilitySamuel Mannehed2019-12-312-2/+2
* Restore X-UA-Compatible meta tag to vnc_liteSamuel Mannehed2019-12-311-0/+4
* Restore X-UA-Compatible meta tag to vnc.htmlSamuel Mannehed2019-12-311-0/+4
* Allow cursor to be updated while connectingPierre Ossman2019-12-301-1/+4
* Make sure "undefined" can be a default parameter valuePierre Ossman2019-12-251-1/+0
* Handle slow loading of imagesPierre Ossman2019-12-232-4/+32
* Validate decoded image dimensionsPierre Ossman2019-12-234-5/+13
* Avoid using Array.includes()Pierre Ossman2019-12-231-2/+2
* Build in the behavior to ignore decodeUTF8 errorsSamuel Mannehed2019-12-232-12/+15