summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | 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