summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Enforce no trailing whitespacePierre Ossman2018-09-061-1/+1
* Enforce object key spacingPierre Ossman2018-09-066-6/+10
* Enforce comma spacingPierre Ossman2018-09-063-1/+5
* Enforce indentationPierre Ossman2018-09-063-53/+53
* Enforce brace stylePierre Ossman2018-09-061-6/+3
* Merge branch 'hidpi_scale' of https://github.com/CendioOssman/noVNCPierre Ossman2018-08-162-5/+9
|\
| * Handle fractional screen sizesPierre Ossman2018-07-262-5/+9
* | Move dragThreshold definition to util/Samuel Mannehed2018-08-102-4/+7
|/
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-127-57/+46
* Use ES6 classesJuanjo Diaz2018-07-1211-767/+769
* Merge branch 'cursor' of https://github.com/CendioOssman/noVNCPierre Ossman2018-07-113-62/+240
|\
| * Provide fallback cursor methodPierre Ossman2018-07-062-9/+166
| * Separate out cursor handlingPierre Ossman2018-03-153-60/+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
* | | 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
* | | 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
* | | Work around Siemens touch panel authentication bugPierre Ossman2018-06-071-0/+10
* | | Add debug logging for Tight authenticationPierre Ossman2018-06-071-0/+6
* | | Prefer const/let over varJuanjo Diaz2018-05-2416-487/+459
* | | Add eslint and fix reported issuesJuanjo Diaz2018-05-2413-36/+28
* | | Handle sending large clipboardsSamuel Mannehed2018-05-071-11/+32
|/ /
* | Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNCPierre Ossman2018-03-131-37/+55
|\ \
| * | Better detection of AltGr on WindowsPierre Ossman2018-03-091-26/+48
| * | Handle _keyDownList in _sendKeyEvent()Pierre Ossman2018-03-091-14/+10
| |/
* | Work around broken Alt keyup in FirefoxPierre Ossman2018-03-132-1/+49
|/
* Separate Tight PNG in stats outputPierre Ossman2018-02-271-1/+1
* Enforce Tight PNG restrictionsPierre Ossman2018-02-271-3/+10
* add encoding support for TightPNGLeslie Qi Wang2018-02-232-2/+4
* Merge pull request #1009 from juanjoDiaz/move_browser_checksSolly Ross2018-02-015-41/+38
|\
| * Move browser checks to browser.jsJuanjo Diaz2018-01-305-41/+38
* | Merge pull request #1007 from juanjoDiaz/remove_jshints_commentsSolly Ross2018-01-317-23/+0
|\ \
| * | Remove jshint commentsJuanjo Diaz2018-01-317-23/+0
* | | Merge pull request #1008 from juanjoDiaz/remove_unnecesary_base64_dependencySolly Ross2018-01-302-3/+0
|\ \ \ | |/ / |/| |
| * | Remove unnecessary Log dependency in events.jsJuanjo Diaz2018-01-301-2/+0
| * | Remove unnecessary base64 dependencyJuanjo Diaz2018-01-301-1/+0
| |/
* | Remove console statementsJuanjo Diaz2018-01-302-2/+3
|/
* Merge branch 'master' of https://github.com/josiah2009/noVNCPierre Ossman2017-12-141-0/+1
|\
| * Initalize cached 16x16 tile.Josiah White2017-11-301-0/+1
* | Fix disconnect crash when screen doesn't existSamuel Mannehed2017-12-121-1/+10
* | Merge branch 'resize' of https://github.com/CendioOssman/noVNCPierre Ossman2017-12-112-71/+190
|\ \ | |/ |/|
| * Move resize handling in to RFB objectPierre Ossman2017-12-062-66/+177
| * Don't send pointer event on end of dragPierre Ossman2017-11-301-5/+13
* | Remove noisy websock debug loggingPierre Ossman2017-11-241-4/+0
|/