summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Make the screen background cutomizableMykola Mokhnach2019-01-181-1/+5
* Only disable scrollbars on Android and iOSscrollbarsfortouchSamuel Mannehed2019-01-091-0/+4
* Move UI.isSafari into core/util/browser.jsSamuel Mannehed2019-01-091-0/+5
* Reorder browser and platform info functionsSamuel Mannehed2019-01-091-11/+11
* Extract rQshift to common functionJuanjo Diaz2018-12-081-10/+12
* Add getters/setter to websockJuanjo Diaz2018-12-085-44/+32
* Merge pull request #1165 from juanjoDiaz/throw_errors_instead_of_stringsSamuel Mannehed2018-11-261-8/+8
|\
| * Throw Error instead of StringJuanjo Diaz2018-11-241-8/+8
* | Merge pull request #1166 from juanjoDiaz/simplify_EventTargetMixinSamuel Mannehed2018-11-261-11/+6
|\ \
| * | Simplify EventTargetMixinJuanjo Diaz2018-11-251-11/+6
| |/
* | Use `new` when constructing errorsJuanjo Diaz2018-11-244-10/+10
|/
* Change copyright header (#1138)Solly Ross2018-10-0916-22/+16
* Fix cursor encoding handling from earlier mergePierre Ossman2018-09-181-6/+22
* Merge branch 'style' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-1719-88/+102
|\
| * Enforce space after function namePierre Ossman2018-09-065-9/+9
| * Enforce space before code blockPierre Ossman2018-09-061-2/+2
| * Enforce explicit semi-colonsPierre Ossman2018-09-062-3/+3
| * Enforce curly braces for control statementsPierre Ossman2018-09-063-10/+19
| * 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 'decoders' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-177-771/+782
|\ \
| * | Move decoders to separate classesPierre Ossman2018-08-227-548/+649
| * | Handle pseudo encodings directlyPierre Ossman2018-08-221-146/+150
| * | Remove statistics trackingPierre Ossman2018-08-221-80/+2
| * | Give proper int argument to encodingName()Pierre Ossman2018-08-221-2/+2
| |/
* | Show dot when there is no visible cursorAlexander E. Patrakov2018-09-141-12/+63
* | Moved the "pixels + mask -> RGBA" logic to rfb.jsAlexander E. Patrakov2018-09-072-23/+51
|/
* 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