summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a screen element for vnc_lite.htmlvnclitecleanupSamuel Mannehed2018-08-211-1/+9
* Simplify element names in vnc_liteSamuel Mannehed2018-08-211-7/+7
* Create our own button for CtrlAltDel in vnc_liteSamuel Mannehed2018-08-211-23/+12
* Use a simple prompt for passwords in vnc_liteSamuel Mannehed2018-08-211-17/+2
* Order vnc_lite functionsSamuel Mannehed2018-08-211-21/+22
* Rename functions in vnc_liteSamuel Mannehed2018-08-211-6/+6
* Use let and const instead of var in vnc_liteSamuel Mannehed2018-08-211-37/+34
* Remove support for the fragment and WebUtil depSamuel Mannehed2018-08-211-11/+28
* Cleanup non-essential options from vnc_liteSamuel Mannehed2018-08-211-32/+4
* Add code comments to vnc_liteSamuel Mannehed2018-08-211-8/+33
* 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-212-65/+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-162-17/+5
* Merge pull request #1117 from novnc/bug/fix-test-playbackSamuel Mannehed2018-08-163-5/+23
|\
| * Add a record flag to launch.shbug/fix-test-playbackSolly Ross2018-07-302-2/+6
| * Fix perf/playback toolSolly Ross2018-07-292-4/+18
* | Support password auth recordings for playbackPierre Ossman2018-08-161-0/+8
* | Handle if desktopName isn't set when connectedSamuel Mannehed2018-08-162-5/+17
* | Merge pull request #1118 from novnc/disabledragwhilescaleSamuel Mannehed2018-08-161-40/+19
|\ \
| * | Merge enableDisableViewClip and updateViewClipSamuel Mannehed2018-08-161-24/+17
| * | Remove setViewDrag functionSamuel Mannehed2018-07-301-10/+1
| * | Remove unnecessary codeSamuel Mannehed2018-07-301-6/+1
* | | Use macOS 10.13 for Safari testsSamuel Mannehed2018-08-151-1/+1
* | | Move dragThreshold definition to util/Samuel Mannehed2018-08-103-9/+9
* | | Remove firebug commentsSamuel Mannehed2018-08-083-15/+0
* | | Detail path to icon MakefileSamuel Mannehed2018-08-082-2/+2
|/ /
* | Merge branch 'master' of https://github.com/patrakov/noVNCPierre Ossman2018-07-251-0/+33
|\ \ | |/ |/|
| * Documented browser cache issueAlexander E. Patrakov2018-07-221-0/+33
* | Use newer macOS test machine for TravisPierre Ossman2018-07-161-1/+1
* | Stop transpiling karma testsPierre Ossman2018-07-163-28/+38
* | Fix proper triggering of module fallbackPierre Ossman2018-07-133-3/+3
* | Don't stub out ES module importsPierre Ossman2018-07-131-2/+0
* | Better currentScript fallbackPierre Ossman2018-07-133-1141/+1214
* | Move sinon to karma frameworkPierre Ossman2018-07-1312-14066/+6
|/
* Use the classic `function foo() { ... }` for top level functions or functions...Juanjo Diaz2018-07-123-11/+10
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-1228-192/+178
* Use ES6 classesJuanjo Diaz2018-07-1220-992/+997
* Merge branch 'cursor' of https://github.com/CendioOssman/noVNCPierre Ossman2018-07-114-65/+240
|\
| * Provide fallback cursor methodPierre Ossman2018-07-062-9/+166
| * Separate out cursor handlingPierre Ossman2018-03-154-63/+80
* | Sort vkeys tablePierre Ossman2018-07-041-1/+1
* | Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/...Pierre Ossman2018-07-042-1/+2
|\ \
| * | Fix: IE11 Numpad5 compatibility when numlock offVlastimil Sadilek2018-05-162-1/+2
| * | Fix: undefined err, undefined ExceptionVlastimil Sadilek2018-05-042-2/+2
* | | Fixes #1075Henry Vindin2018-07-011-5/+8
* | | Avoid TypedArray.slice() because of IE11Samuel Mannehed2018-06-151-2/+1