summaryrefslogtreecommitdiff
path: root/vnc_lite.html
Commit message (Expand)AuthorAgeFilesLines
* Revert broken Add support for URL fragment parametersPierre Ossman2023-05-101-9/+2
* Remove redundant meta charsetPierre Ossman2022-12-291-2/+0
* Fix parsing of query string variablesSamuel Mannehed2021-09-081-1/+1
* Add support for URL fragment parametersyatru2021-09-011-2/+9
* Remove many small, obsolete, old browser hacksPierre Ossman2020-12-071-4/+0
* Remove legacy conversion of modulesPierre Ossman2020-10-151-7/+0
* Remove Google Chrome Frame plugin compatabilitySamuel Mannehed2019-12-311-1/+1
* Restore X-UA-Compatible meta tag to vnc_liteSamuel Mannehed2019-12-311-0/+4
* Make sure "undefined" can be a default parameter valuePierre Ossman2019-12-251-1/+0
* Use undefined as the default value for passwordPierre Ossman2019-12-231-1/+1
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* Use "nomodule" instead of manual checkPierre Ossman2019-09-241-12/+1
* Get rid of self-closing tagsPierre Ossman2019-04-021-1/+1
* Remove trailing whitespaceSamuel Mannehed2019-03-141-1/+1
* Consistently end self closing tags with />Samuel Mannehed2019-03-141-1/+1
* Remove unnecessary type attributesSamuel Mannehed2019-03-141-1/+1
* Remove X-UA-Compatible meta tagSamuel Mannehed2019-03-141-4/+0
* Add default languageSamuel Mannehed2019-03-141-1/+1
* Change copyright header (#1138)Solly Ross2018-10-091-2/+1
* Limit line length to 80 in vnc_liteSamuel Mannehed2018-08-281-4/+6
* Add a screen element for vnc_lite.htmlSamuel Mannehed2018-08-281-1/+9
* Simplify element names in vnc_liteSamuel Mannehed2018-08-281-7/+7
* Create our own button for CtrlAltDel in vnc_liteSamuel Mannehed2018-08-281-23/+12
* Use a simple prompt for passwords in vnc_liteSamuel Mannehed2018-08-281-17/+2
* Order vnc_lite functionsSamuel Mannehed2018-08-281-21/+22
* Rename functions in vnc_liteSamuel Mannehed2018-08-281-6/+6
* Use let and const instead of var in vnc_liteSamuel Mannehed2018-08-281-37/+35
* Remove support for the fragment and WebUtil depSamuel Mannehed2018-08-281-11/+28
* Cleanup non-essential options from vnc_liteSamuel Mannehed2018-08-281-32/+4
* Add code comments to vnc_liteSamuel Mannehed2018-08-281-8/+38
* Simplify connected() functionSamuel Mannehed2018-08-211-6/+1
* Remove unneccessary code and bling from vnc_liteSamuel Mannehed2018-08-211-43/+10
* Move css rules for vnc_lite to the htmlSamuel Mannehed2018-08-211-2/+55
* Get rid of icons for vnc_liteSamuel Mannehed2018-08-201-20/+0
* Remove iOS specific code from vnc_liteSamuel Mannehed2018-08-161-10/+0
* Remove machine control buttons from vnc_liteSamuel Mannehed2018-08-161-36/+1
* Revert "Handle if desktopName isn't set.."Samuel Mannehed2018-08-161-10/+2
* Handle if desktopName isn't set when connectedSamuel Mannehed2018-08-161-2/+10
* Remove firebug commentsSamuel Mannehed2018-08-081-5/+0
* Detail path to icon MakefileSamuel Mannehed2018-08-081-1/+1
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-1/+1
* Temporarily disable SVG faviconPierre Ossman2018-01-251-0/+2
* Add scale ability to vnc_lite.htmlPierre Ossman2017-12-061-0/+1
* Move resize handling in to RFB objectPierre Ossman2017-12-061-33/+3
* Merge pull request #950 from samhed/disconnectapiSamuel Mannehed2017-11-171-42/+20
|\
| * Abstract RFB errors to avoid sending stringsSamuel Mannehed2017-11-141-3/+3
| * Replace updatestate event with connectSamuel Mannehed2017-11-141-35/+17
| * Remove RFB.notification()Samuel Mannehed2017-11-111-5/+1
* | Fix old xvpbuttons referencesPierre Ossman2017-11-141-2/+2
|/
* Merge branch 'api' of https://github.com/CendioOssman/noVNCPierre Ossman2017-11-101-57/+63
|\