summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* noVNC 1.2.0v1.2.0Pierre Ossman2020-07-141-1/+1
* Update generated JS files for translationsPierre Ossman2020-07-142-25/+24
* Update Swedish translationSamuel Mannehed2020-07-141-112/+96
* Merge pull request #1435 from nnn1590/fix-japanese-translationSamuel Mannehed2020-07-081-4/+4
|\
| * Fix Japanese translationNNN15902020-06-151-4/+4
* | Explicitly set NPM registry URLPierre Ossman2020-07-071-0/+3
* | noVNC 1.2.0 betav1.2.0-betaPierre Ossman2020-07-071-1/+1
* | Remove note about clipboard ISO 8859-1 restrictionPierre Ossman2020-07-071-2/+1
* | Update translation template filePierre Ossman2020-07-031-92/+88
* | Merge branch 'deploy' of https://github.com/CendioOssman/noVNCPierre Ossman2020-07-034-8/+39
|\ \
| * | Publish pre-releases to beta channelsPierre Ossman2020-07-031-0/+8
| * | Deploy new snap on releasePierre Ossman2020-06-263-7/+31
| * | Move snap specific script to snap directoryPierre Ossman2020-06-262-1/+1
| * | Remove redundant VERSION filePierre Ossman2020-06-261-1/+0
* | | Mention gestures in READMESamuel Mannehed2020-06-281-0/+1
|/ /
* | Don't detach handler if it doesn't existPierre Ossman2020-06-251-1/+3
* | Handle quick Cursor detach after mouse upPierre Ossman2020-06-251-0/+4
* | Update build badges for GitHub actionsPierre Ossman2020-06-241-1/+2
* | Merge branch 'actions' of https://github.com/CendioOssman/noVNCPierre Ossman2020-06-246-126/+91
|\ \
| * | Use GitHub actions instead of Travis/Sauce LabsPierre Ossman2020-06-236-118/+91
| * | Remove default Karma optionsPierre Ossman2020-06-231-8/+0
* | | Alway focus on touchstartPierre Ossman2020-06-161-5/+0
* | | Compensate for visual viewport when moving cursorPierre Ossman2020-06-161-2/+10
| |/ |/|
* | Merge pull request #1414 from CendioOssman/gestureSamuel Mannehed2020-06-1218-1199/+3080
|\ \
| * | Fake cursor position when using touchSamuel Mannehed2020-06-122-43/+29
| * | Move mouse event handling to RFB classPierre Ossman2020-06-125-349/+321
| * | Increase wheel step thresholdPierre Ossman2020-06-122-8/+8
| * | Move wheel event handling to RFB classPierre Ossman2020-06-124-209/+221
| * | Remove very legacy mouse event handlingPierre Ossman2020-06-122-13/+4
| * | Remove delayed wheel timerPierre Ossman2020-06-122-44/+0
| * | Add lint rule for function declaration indentationSamuel Mannehed2020-06-121-0/+1
| * | Add touch gestures for mouse emulationPierre Ossman2020-06-1214-602/+2562
| * | Start fake test clock at real clock timePierre Ossman2020-06-111-1/+1
| * | Avoid fractional pixel sizes from DisplayPierre Ossman2020-06-111-2/+3
| * | Avoid printing the Websock buffer in testsPierre Ossman2020-06-111-1/+3
|/ /
* | Merge branch 'camelcase' of https://github.com/samhed/noVNCPierre Ossman2020-06-0524-522/+532
|\ \ | |/ |/|
| * Add camelCase rule to eslintSamuel Mannehed2020-05-315-0/+15
| * Standardize on camelCase in AppSamuel Mannehed2020-05-312-31/+31
| * Standardize on camelCase in Base64Samuel Mannehed2020-05-311-4/+4
| * Standardize on camelCase in DecodersSamuel Mannehed2020-05-312-16/+16
| * Standardize on camelCase in LoggingSamuel Mannehed2020-05-314-18/+18
| * Standardize on camelCase in WebsockSamuel Mannehed2020-05-314-72/+72
| * Standardize on camelCase in DisplaySamuel Mannehed2020-05-312-111/+111
| * Standardize on camelCase in testsSamuel Mannehed2020-05-316-124/+124
| * Standardize on camelCase in utilsSamuel Mannehed2020-05-313-136/+136
| * Standardize on camelCase in RFBSamuel Mannehed2020-05-312-747/+746
| * Remove unused properties and variablesSamuel Mannehed2020-05-313-6/+0
* | Merge branch 'limitmouse' of https://github.com/novnc/noVNCPierre Ossman2020-06-034-847/+894
|\ \ | |/ |/|
| * Properly limit mouse moves to once every 17 mslimitmouseSamuel Mannehed2020-05-314-124/+164
| * Stop send mouse clicks while dragging in view onlySamuel Mannehed2020-05-312-0/+9