summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Use string assignment operator instead of concat()Samuel Mannehed2018-06-151-1/+1
* | | Use the correct slicing for rQshiftStrSamuel Mannehed2018-06-151-1/+1
* | | Add rQshiftStr unit test for large stringsSamuel Mannehed2018-06-151-0/+24
* | | Avoid big strings on the stackSamuel Mannehed2018-06-141-1/+7
* | | Call rQshiftBytes to avoid code duplicationSamuel Mannehed2018-06-141-2/+1
* | | Remove typedArrayToStringSamuel Mannehed2018-06-141-16/+1
* | | Merge branch 'issue_templates' of https://github.com/novnc/noVNCPierre Ossman2018-06-072-0/+51
|\ \ \
| * | | Add issue templatesissue_templatesPierre Ossman (Work account)2018-05-212-0/+51
* | | | Properly force clipping on touchSamuel Mannehed2018-06-071-5/+12
* | | | Work around Siemens touch panel authentication bugPierre Ossman2018-06-072-0/+15
* | | | Add debug logging for Tight authenticationPierre Ossman2018-06-071-0/+6
* | | | Merge branch 'travis-lint' of https://github.com/CendioOssman/noVNCPierre Ossman2018-06-072-6/+15
|\ \ \ \
| * | | | Stop combining test platformsPierre Ossman2018-06-012-6/+9
| * | | | Run eslint in travisPierre Ossman2018-06-011-0/+6
* | | | | Clipping should be enabled on touchSamuel Mannehed2018-06-041-1/+1
|/ / / /
* | | | Merge pull request #1013 from juanjoDiaz/es6_refactor_2Samuel Mannehed2018-05-2550-3215/+14982
|\ \ \ \ | |/ / / |/| | |
| * | | Prefer const/let over varJuanjo Diaz2018-05-2442-1134/+1094
| * | | Add transpilation for IE11 and skip linux testsJuanjo Diaz2018-05-245-1993/+13774
| * | | Add eslint and fix reported issuesJuanjo Diaz2018-05-2436-109/+135
|/ / /
* | | Merge pull request #1074 from samhed/largeclipboardSamuel Mannehed2018-05-072-12/+44
|\ \ \ | |/ / |/| |
| * | Handle sending large clipboardsSamuel Mannehed2018-05-072-12/+44
|/ /
* | Merge pull request #1066 from colin-zhou/masterSamuel Mannehed2018-04-292-1/+70
|\ \
| * | Update the noVNC translation partZhou Chaolin2018-04-242-1/+70
* | | Update browser test listPierre Ossman2018-04-271-1/+2
|/ /
* | Merge pull request #1048 from ghostplant/masterSamuel Mannehed2018-04-093-2/+286
|\ \
| * | Add translation in zh_CNCUI Wei2018-04-073-2/+286
|/ /
* | Clarify which Chinese translation we havePierre Ossman2018-04-034-2/+2
* | Only show error stack if it is not emptyPierre Ossman2018-03-211-1/+1
* | Move VERSION to top-levelSamuel Mannehed2018-03-151-0/+0
* | Remove docs/release.txtSamuel Mannehed2018-03-151-34/+0
* | Fix docs/VERSIONSamuel Mannehed2018-03-151-1/+1
* | Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNCPierre Ossman2018-03-132-125/+163
|\ \
| * | Better detection of AltGr on WindowsPierre Ossman2018-03-092-114/+156
| * | Handle _keyDownList in _sendKeyEvent()Pierre Ossman2018-03-091-14/+10
* | | Work around broken Alt keyup in FirefoxPierre Ossman2018-03-132-1/+49
* | | Get localStorage tests running on more browsersPierre Ossman2018-03-091-16/+21
|/ /
* | Only disable animation when element is displayedSamuel Mannehed2018-03-081-3/+8
* | Merge pull request #989 from PeterDaveHelloKitchen/update-travis-ciSamuel Mannehed2018-03-061-1/+1
|\ \ | |/ |/|
| * Use node.js 6 instead 6.1 to have the latest v6.xPeter Dave Hello2018-01-091-1/+1
* | Merge branch 'userequire' of https://github.com/CendioOssman/noVNCPierre Ossman2018-02-282-63/+220
|\ \
| * | Only use converted modules as legacy fallback for appPierre Ossman2018-02-282-28/+92
| * | Don't include icons Makefile when packagingPierre Ossman2018-01-051-0/+1
| * | Remove intermediate files when bundlingPierre Ossman2018-01-052-1/+27
| * | Convert use_require.js to use promisesPierre Ossman2018-01-052-51/+117
* | | Merge branch 'settings' of https://github.com/andrwwbstr/noVNCPierre Ossman2018-02-284-15/+205
|\ \ \
| * | | Move writeSetting from updateSetting to initSettingAndrew Webster2018-02-131-8/+4
| * | | Use localstorage only to initialize settings mapAndrew Webster2018-02-134-8/+202