summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Try to handle Meta key properlyPierre Ossman2019-10-312-0/+19
* Merge pull request #1312 from samhed/masterSamuel Mannehed2019-10-281-8/+21
|\
| * Move focus to the screen when using extra keysSamuel Mannehed2019-10-281-8/+21
| * Add missing scancode for sendTabSamuel Mannehed2019-10-281-1/+1
|/
* Rename document.capturedElem to captureElementSamuel Mannehed2019-10-232-13/+13
* Improve Windows key imagePierre Ossman2019-10-231-45/+25
* Merge pull request #1309 from samhed/disappearing_cursorSamuel Mannehed2019-10-212-45/+81
|\
| * 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
|/
* Fix alt text for drag buttonPierre Ossman2019-10-141-1/+1
* Never show drag icon if clipping is disabledPierre Ossman2019-10-141-16/+2
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-3023-34/+30
* Code comments for how the receieve queue worksSamuel Mannehed2019-09-251-2/+8