summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Simplify keysymdef.jsPierre Ossman2017-03-243-902/+36
| * | Clean up keysymdefPierre Ossman2017-03-242-21/+1602
| * | Remove keysym names from keysymdef.jsPierre Ossman2017-03-2410-198/+174
| * | Get parse.js in sync with generated codePierre Ossman2017-03-241-16/+13
* | | Merge pull request #817 from univention/masterSamuel Mannehed2017-05-031-1/+1
|\ \ \
| * | | Remove double unescaping of titlePhilipp Hahn2017-05-031-1/+1
|/ / /
* | | Only load ES6 module loader polyfill if neededPierre Ossman2017-04-281-1/+13
* | | Fix panning test for high DPI devicesSamuel Mannehed2017-04-211-4/+9
* | | Add Pierre as contributor in package.jsonSamuel Mannehed2017-04-191-1/+2
* | | Update url'sSamuel Mannehed2017-04-194-7/+7
* | | Properly restore the default styleSamuel Mannehed2017-04-112-2/+2
* | | Fixed the issue where novnc can't be relocatedSoichi Hayashi2017-04-053-3/+3
* | | Always send mouseUp events properlySamuel Mannehed2017-04-051-1/+1
* | | Merge pull request #801 from CendioOssman/errorsSamuel Mannehed2017-04-037-96/+129
|\ \ \
| * | | Generate source map for ES module loader rollupPierre Ossman2017-03-273-0/+3
| * | | Handle uncaught WebWorker exceptionsPierre Ossman2017-03-272-0/+32
| * | | Try to populate error location on Promise errorsPierre Ossman2017-03-272-0/+18
| * | | Only use unhandledrejection fallback when neededPierre Ossman2017-03-272-16/+20
| * | | Use common code to handle Promise errorsPierre Ossman2017-03-272-64/+38
| * | | Handle partial error location informationPierre Ossman2017-03-271-3/+9
| * | | ErrorEvent.error isn't always setPierre Ossman2017-03-271-1/+1
| * | | Limit fallback error width to window widthPierre Ossman2017-03-272-15/+19
| * | | Use monospace font for unhandled errorsPierre Ossman2017-03-272-13/+5
|/ / /
* | | Merge pull request #738 from patrakov/masterSolly Ross2017-03-241-1/+2
|\ \ \ | |/ / |/| |
| * | Changed the default compression level to 2Alexander E. Patrakov2016-12-291-1/+2
* | | Define an initial shadow for spinnerPierre Ossman2017-03-231-0/+1
* | | Merge pull request #774 from novnc/refactor/es6-module-loaderSolly Ross2017-03-2278-9526/+64467
|\ \ \ | |_|/ |/| |
| * | Make vnc_playback.html functional once moreSolly Ross2017-03-215-239/+330
| * | Fix vnc_auto.htmlSolly Ross2017-03-211-88/+96
| * | Vendor in an IE11 polyfill for PromisesSolly Ross2017-03-217-21/+295
| * | Move error handler into separate fileSolly Ross2017-03-217-49/+157
| * | Only apply settings with an RFB objectSolly Ross2017-03-211-0/+2
| * | Fix view_only clipboard handlingSolly Ross2017-03-211-1/+3
| * | Move scripts in vnc.html headSolly Ross2017-03-211-6/+4
| * | Optimize ES6 Module Loader PolyfillSolly Ross2017-03-2111-8/+45683
| * | Use transition animation while loadingSolly Ross2017-03-213-1/+3
| * | Update tests to work with new structureSolly Ross2017-03-2117-780/+6656
| * | Refactor ES6 module structure/split up UtilSolly Ross2017-03-2121-5649/+5617
| * | Remove WebUtil.load_scriptsSolly Ross2017-03-073-72/+7
| * | Load translations over XHRSolly Ross2017-03-078-72/+74
| * | Remove WebUtil.dirObjSolly Ross2017-03-071-29/+0
| * | Allow transforming to any formatSolly Ross2017-03-074-105/+143
| * | Use ES6 modules natively via PolyfillSolly Ross2017-03-012-3/+4
| * | Vendor an ES6-modules-compatible PakoSolly Ross2017-03-0120-2475/+5484
| * | Uncomment ES6 module syntaxSolly Ross2017-02-2613-62/+43
| * | Fix typos in imports and i18nSolly Ross2017-02-262-2/+2
|/ /
* | Merge branch 'settingswhileconnected' of https://github.com/samhed/noVNCSamuel Mannehed2017-02-242-14/+47
|\ \
| * | Allow local cursor to be changed while connectedSamuel Mannehed2017-02-192-2/+13
| * | Allow auto reconnect to be changed while connectedSamuel Mannehed2017-02-191-2/+0
| * | Allow view_only to be changed while connectedSamuel Mannehed2017-02-192-2/+22