summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Use undefined as the default value for passwordPierre Ossman2019-12-231-1/+1
* Peter is no longer part of the noVNC teamSamuel Mannehed2019-12-211-1/+0
* Merge pull request #1327 from vanym/decodeUTF8_try_catchSamuel Mannehed2019-12-071-2/+11
|\
| * 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
* Expand password dialog to work for usernames tooChris Koying Browet2019-12-053-19/+46
* 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 chinese translation errorsSamuel Mannehed2019-11-281-7/+7
* | Simplify logic for status hierarchySamuel Mannehed2019-11-251-10/+5
* | Ensure warning status timeouts are honoredSamuel Mannehed2019-11-251-2/+2
* | Merge branch 'babel' of https://github.com/CendioOssman/noVNCPierre Ossman2019-11-128-31496/+96428
|\ \
| * | Don't use arrow functions in legacy loaderPierre Ossman2019-11-121-1/+1
| * | Load support scripts firstPierre Ossman2019-11-121-1/+3
| * | Upgrade to latest babelPierre Ossman2019-11-128-31494/+96424
* | | Merge pull request #1319 from wavezhang/patch-2Samuel Mannehed2019-11-111-16/+16
|\ \ \ | |/ / |/| |
| * | Update zh_CN.powavezhang2019-11-081-16/+16
| |/
* | Always include Promise polyfill for legacy browsersPierre Ossman2019-11-112-16/+25
* | Clean up handling of untransformed filesPierre Ossman2019-11-111-5/+9
* | Remove redundant "no copy" checkPierre Ossman2019-11-111-2/+0
* | Use proper backticks for generating legacy script tagsPierre Ossman2019-11-111-1/+1
* | Fix missing caps lock events on iOSAlex Tanskanen2019-11-072-2/+76
|/
* Add README to app/locale warning not to modifySamuel Mannehed2019-11-071-0/+1
* Add "macOS shuffle" to iOS as wellAlex Tanskanen2019-11-041-1/+1
* Handle missing Shift events on WindowsPierre Ossman2019-11-042-0/+85
* Send NumLock on macOS, even though the key is ClearPierre Ossman2019-11-012-0/+27
* 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-012-3/+20
* Keep the virtual keyboard after using extra keysSamuel Mannehed2019-10-311-3/+13
* Revert iOS keyup workaroundPierre Ossman2019-10-312-51/+1
* Handle broken numpad delete key in ChromePierre Ossman2019-10-312-0/+8
* Explain why Clear maps to KP_BeginPierre Ossman2019-10-311-0/+3