summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix slice usage in display tests on IE11bug/ie11-tests-sliceSolly Ross2018-01-101-1/+2
* Fix view_only setting with autoconnect (#985)Deni422018-01-051-4/+3
* Add test for 16x16 tilesPierre Ossman2017-12-141-0/+25
* Simpler reporting when display output size mismatchesPierre Ossman2017-12-141-9/+6
* Merge branch 'master' of https://github.com/josiah2009/noVNCPierre Ossman2017-12-141-0/+1
|\
| * Initalize cached 16x16 tile.Josiah White2017-11-301-0/+1
* | Only connect if we don't have an rfb objectSamuel Mannehed2017-12-141-0/+6
* | Throw away the reference to RFB on disconnectSamuel Mannehed2017-12-141-0/+2
* | Fix disconnect crash when screen doesn't existSamuel Mannehed2017-12-121-1/+10
* | Make error more specific at connection failureSamuel Mannehed2017-12-121-2/+8
* | Merge branch 'docs' of https://github.com/CendioOssman/noVNCPierre Ossman2017-12-1210-1139/+162
|\ \
| * | Add documentation for integrating noVNCPierre Ossman2017-12-123-0/+127
| * | Password prompt now comes after connectPierre Ossman2017-12-121-2/+2
| * | Don't mention websockify like it's includedPierre Ossman2017-12-121-9/+11
| * | Make browser requirements more vaguePierre Ossman2017-12-081-8/+4
| * | Update licensing informationPierre Ossman2017-12-087-1046/+5
| * | Update feature listPierre Ossman2017-12-081-6/+2
| * | Improve references to contributing to noVNCPierre Ossman2017-12-081-1/+5
| * | Avoid linking to individual wiki pagesPierre Ossman2017-12-081-25/+3
| * | Direct questions to the forum rather than the trackerPierre Ossman2017-12-081-1/+3
| * | Clarify that noVNC is both an app and a libPierre Ossman2017-12-081-3/+4
| * | Remove contributing guidelinesPierre Ossman2017-12-081-42/+0
* | | Merge branch 'resize' of https://github.com/CendioOssman/noVNCPierre Ossman2017-12-1111-567/+753
|\ \ \ | |/ / |/| |
| * | Add scale ability to vnc_lite.htmlPierre Ossman2017-12-061-0/+1
| * | Move resize handling in to RFB objectPierre Ossman2017-12-0611-532/+690
| * | Don't send pointer event on end of dragPierre Ossman2017-11-301-5/+13
| * | Forced cleanup of RFB objects in testsPierre Ossman2017-11-301-33/+52
* | | Merge branch 'german' of https://github.com/flumm/noVNCPierre Ossman2017-12-082-49/+64
|\ \ \ | |_|/ |/| |
| * | update german translationsDominik Csapak2017-11-242-49/+64
| |/
* | Remove noisy websock debug loggingPierre Ossman2017-11-241-4/+0
|/
* Merge branch 'master' of https://github.com/mariuszjamro/noVNCPierre Ossman2017-11-232-49/+63
|\
| * Update polish translations to match recent code changesMariusz Jamro2017-11-212-49/+63
* | Merge branch 'greek' of https://github.com/kosmasgiannis/noVNCPierre Ossman2017-11-232-48/+62
|\ \ | |/ |/|
| * Greek translations revisedGiannis Kosmas2017-11-172-48/+62
* | Don't log WebSocket close by defaultPierre Ossman2017-11-201-1/+1
|/
* Update browser requirementsSamuel Mannehed2017-11-171-2/+2
* Merge pull request #950 from samhed/disconnectapiSamuel Mannehed2017-11-1713-460/+492
|\
| * Move localization.js to appSamuel Mannehed2017-11-145-68/+79
| * Move UI.cancelReconnect() to related functionsSamuel Mannehed2017-11-141-12/+12
| * Dont overwrite more severe visible statusesSamuel Mannehed2017-11-141-6/+27
| * Abstract RFB errors to avoid sending stringsSamuel Mannehed2017-11-147-133/+232
| * Replace updatestate event with connectSamuel Mannehed2017-11-145-138/+149
| * Don't translate log messagesSamuel Mannehed2017-11-111-6/+4
| * Translate user visible textSamuel Mannehed2017-11-111-3/+2
| * Remove RFB.notification()Samuel Mannehed2017-11-118-114/+7
| * Add missing semicolonsSamuel Mannehed2017-11-113-3/+3
* | Fix old xvpbuttons referencesPierre Ossman2017-11-141-2/+2
* | Fix old focus on click referencesPierre Ossman2017-11-112-3/+3
|/
* Merge branch 'api' of https://github.com/CendioOssman/noVNCPierre Ossman2017-11-1019-1896/+1700
|\
| * Prevent password form submission earlyPierre Ossman2017-11-091-2/+3