summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Travis-Sauce Connectioninfra/fix-travis-sauceSolly Ross2017-06-052-5/+8
* Fix traffic management in playback testsPierre Ossman2017-06-011-4/+5
* Merge branch 'record' of https://github.com/CendioOssman/noVNCPierre Ossman2017-06-014-25/+30
|\
| * Remove #nocache system as it is unusedPierre Ossman2017-05-223-17/+13
| * Revert recording file format changesPierre Ossman2017-05-221-6/+13
| * Handle loading web workers in any pathPierre Ossman2017-05-193-3/+5
* | Merge pull request #831 from samhed/visualhintSamuel Mannehed2017-05-303-0/+43
|\ \
| * | Add hint that the control bar can be movedSamuel Mannehed2017-05-293-0/+43
* | | Use one entry per file in transpile cachePierre Ossman2017-05-223-15/+15
|/ /
* | Clear the password input fieldSamuel Mannehed2017-05-201-1/+4
|/
* Don't fail on babel cache storage errorsPierre Ossman2017-05-163-1/+13
* Revert "Remove shadow from logo"Samuel Mannehed2017-05-151-0/+1
* Fix bootstart of input fieldPierre Ossman2017-05-151-2/+3
* Add missing semicolonSamuel Mannehed2017-05-137-7/+7
* Remove trailing whitespaceSamuel Mannehed2017-05-135-5/+5
* Remove shadow from logoSamuel Mannehed2017-05-131-1/+0
* Update readme with new screenshotsSamuel Mannehed2017-05-121-3/+3
* Catch errors for when we can't play bellSamuel Mannehed2017-05-121-1/+10
* Add vnc_lite to npmignoreSamuel Mannehed2017-05-121-1/+1
* Rename vnc_auto to vnc_liteSamuel Mannehed2017-05-122-2/+2
* Add missing semi colonSamuel Mannehed2017-05-121-1/+1
* Don't capture touch eventsSamuel Mannehed2017-05-113-34/+12
* Stop tracking mouse capture stateSamuel Mannehed2017-05-111-8/+0
* Stop grabbing mouse events globallySamuel Mannehed2017-05-111-4/+0
* Fix update-pot so that it can handle UTF-8Samuel Mannehed2017-05-091-0/+1
* Update German translationDavid Gnedt2017-05-092-17/+312
* Merge pull request #819 from martinpitt/masterSamuel Mannehed2017-05-081-1/+1
|\
| * Fix license name in package.jsonMartin Pitt2017-05-081-1/+1
|/
* Remove colour map supportPierre Ossman2017-05-047-233/+50
* Remove browser engine detectionPierre Ossman2017-05-043-75/+1
* Skip some keyboard tests on IE and EdgePierre Ossman2017-05-042-0/+25
* Merge branch 'png_cursor' of https://github.com/CendioOssman/noVNCPierre Ossman2017-05-041-92/+34
|\
| * Use PNG for mouse cursorsPierre Ossman2017-03-061-92/+34
* | Merge branch 'keyboard' of https://github.com/CendioOssman/noVNCPierre Ossman2017-05-0418-1851/+2410
|\ \
| * | Error.error can be null in some casesPierre Ossman2017-05-041-2/+1
| * | Use KeyboardEvent.key too look up keysymsPierre Ossman2017-05-046-197/+643
| * | Handle CapsLock on macOSPierre Ossman2017-05-041-0/+18
| * | Clean up AltGraph handlingPierre Ossman2017-05-043-190/+132
| * | Simplify pressed key handlingPierre Ossman2017-05-042-60/+45
| * | Simplify handling of keypressPierre Ossman2017-05-042-17/+40
| * | Move keyboard handling in to Keyboard classPierre Ossman2017-05-043-791/+414
| * | Remove modifier synchronisationPierre Ossman2017-05-045-216/+3
| * | Remove QEMU key event handlerPierre Ossman2017-05-043-137/+0
| * | Simplify keyboard event APIPierre Ossman2017-05-044-16/+13
| * | Send keyboard events from single placePierre Ossman2017-05-043-36/+51
| * | Improve lookup of special keysPierre Ossman2017-05-046-252/+464
| * | Improve character keysym lookupPierre Ossman2017-05-044-286/+53
| * | Use standard DOM identifiers for physical keysPierre Ossman2017-05-047-155/+389
| * | Hide internal keyboard functionsPierre Ossman2017-03-242-36/+27
| * | Remove character substitutionPierre Ossman2017-03-242-32/+1