summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Consistently close dialogs on connect/disconnectPierre Ossman2020-05-052-7/+4
* Add ability to set compression levelSamuel Mannehed2020-05-011-0/+17
* Fix indentation for focus checkSamuel Mannehed2020-05-011-1/+1
* Don't fade the control bar if it has focusSamuel Mannehed2020-05-011-0/+7
* Hide the clipboard when not connectedSamuel Mannehed2020-05-011-0/+3
* Fix focus problem after closing the toolbarAlex Tanskanen2020-03-121-0/+1
* Add UI for quality settingPierre Ossman2020-02-281-0/+17
* Hide clipboard side bar button when view only modeNiko Lehto2020-02-241-0/+4
* Style all input types for consistent UIPierre Ossman2020-02-181-12/+68
* Correcting path to package.json for running at a path other than root.Alvin Townsend2020-01-311-1/+1
* Properly detect scrollbar gutterSamuel Mannehed2020-01-021-3/+4
* Avoid using Array.includes()Pierre Ossman2019-12-231-2/+2
* Expand password dialog to work for usernames tooChris Koying Browet2019-12-052-16/+39
* Simplify logic for status hierarchySamuel Mannehed2019-11-251-10/+5
* Ensure warning status timeouts are honoredSamuel Mannehed2019-11-251-2/+2
* Add README to app/locale warning not to modifySamuel Mannehed2019-11-071-0/+1
* Keep the virtual keyboard after using extra keysSamuel Mannehed2019-10-311-3/+13
* Move focus to the screen when using extra keysSamuel Mannehed2019-10-281-8/+21
* Add missing scancode for sendTabSamuel Mannehed2019-10-281-1/+1
* Improve Windows key imagePierre Ossman2019-10-231-45/+25
* Never show drag icon if clipping is disabledPierre Ossman2019-10-141-16/+2
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-304-3/+11
* Restore page name after disconnectNiko Lehto2019-09-041-1/+5
* Deprecate showDotCursor option for RFB constructorPierre Ossman2019-08-231-1/+1
* Add missing parentheses for arrow func argSamuel Mannehed2019-07-231-1/+1
* Add version number to UIJuanjo Diaz2019-07-232-0/+21
* Add Japanese translationnnn15902019-06-122-1/+74
* Revert "Fullscreen from iframe (#1236)" (#1247)Samuel Mannehed2019-05-251-59/+20
* Fullscreen from iframe (#1236)Ján Jockusch2019-05-131-20/+59
* Update generated JS files for translationsSamuel Mannehed2019-04-095-19/+170
* Merge pull request #1204 from juanjoDiaz/small_improvementsSamuel Mannehed2019-03-042-60/+45
|\
| * Remove callbacks from UI in favour of promisesJuanjo Diaz2019-02-272-60/+45
* | Add Russian translation (#1211)Dmitriy Shweew2019-02-272-1/+74
|/
* Add Korean translationBaw_Appie2019-01-161-1/+1
* Only disable scrollbars on Android and iOSscrollbarsfortouchSamuel Mannehed2019-01-091-3/+4
* Move UI.isSafari into core/util/browser.jsSamuel Mannehed2019-01-091-7/+2
* Add Windows Key FeatureSebastian Safari2019-01-082-0/+98
* Dont reset touch mouse button state for view-onlySamuel Mannehed2018-11-011-1/+4
* Fix chinese translation of "Connect"Samuel Mannehed2018-11-011-1/+1
* Czech translationPetr2018-10-191-1/+1
* Change copyright header (#1138)Solly Ross2018-10-094-9/+4
* Merge branch 'style' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-174-33/+36
|\
| * Enforce space after function namePierre Ossman2018-09-062-14/+14
| * Enforce curly braces for control statementsPierre Ossman2018-09-061-4/+8
| * Enforce no trailing whitespacePierre Ossman2018-09-062-2/+2
| * Enforce keyword spacingPierre Ossman2018-09-061-2/+2
| * Enforce object key spacingPierre Ossman2018-09-061-1/+1
| * Enforce function namesPierre Ossman2018-09-061-3/+3
| * Enforce comma spacingPierre Ossman2018-09-061-5/+5
| * Enforce indentationPierre Ossman2018-09-061-1/+1