summaryrefslogtreecommitdiff
path: root/app/ui.js
Commit message (Expand)AuthorAgeFilesLines
* Handle translation loading in translation classPierre Ossman2023-05-101-15/+3
* Special case English translation fallbackPierre Ossman2023-04-051-1/+1
* Added english to list of supported languagesMathis Marcotte2023-03-271-1/+1
* Restrict forced panning to known bad platformsPierre Ossman2022-12-271-4/+17
* Export clipping state externallyPierre Ossman2022-12-271-1/+5
* Remove outer div from noVNC_connect_buttonSamuel Mannehed2022-12-151-2/+1
* Get rid of noVNC_touch in favor for @media queriesSamuel Mannehed2022-12-141-1/+0
* Make connect button a regular <button>Samuel Mannehed2022-12-141-1/+2
* Only show the control bar hint once per "move"Samuel Mannehed2022-10-241-1/+11
* Merge branch 'italian' of https://github.com/M2Rbiz/noVNCPierre Ossman2022-09-141-1/+1
|\
| * Add italian translationFabio Fantoni2022-09-081-1/+1
* | Remove unnecessary clipboard clear buttonSamuel Mannehed2022-09-091-7/+0
|/
* Allow continued reconnect triesJames Kinsman2022-08-081-1/+3
* Add warnings about insecure contextPierre Ossman2022-05-121-0/+8
* Make sure server verification dialog is closedPierre Ossman2022-03-101-0/+2
* Added support for RSA-AES Unencrypted Security Typepdlan2022-03-081-0/+36
* feat: add French localization stringsJose (Ito) Matsuda2021-05-061-1/+1
* Add Portuguese (Brazil) translationLiddack2021-03-161-1/+1
* Remove many small, obsolete, old browser hacksPierre Ossman2020-12-071-5/+0
* Use Fetch API for getting JSON dataPierre Ossman2020-12-041-2/+14
* Add touch gestures for mouse emulationPierre Ossman2020-06-121-31/+0
* Standardize on camelCase in AppSamuel Mannehed2020-05-311-28/+28
* Standardize on camelCase in LoggingSamuel Mannehed2020-05-311-1/+1
* Consistently close dialogs on connect/disconnectPierre Ossman2020-05-051-3/+3
* 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
* 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
* 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-051-13/+32
* Simplify logic for status hierarchySamuel Mannehed2019-11-251-10/+5
* Ensure warning status timeouts are honoredSamuel Mannehed2019-11-251-2/+2
* 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
* Never show drag icon if clipping is disabledPierre Ossman2019-10-141-16/+2
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* 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-231-0/+11
* Add Japanese translationnnn15902019-06-121-1/+1
* Revert "Fullscreen from iframe (#1236)" (#1247)Samuel Mannehed2019-05-251-59/+20
* Fullscreen from iframe (#1236)Ján Jockusch2019-05-131-20/+59
* Merge pull request #1204 from juanjoDiaz/small_improvementsSamuel Mannehed2019-03-041-26/+17
|\
| * Remove callbacks from UI in favour of promisesJuanjo Diaz2019-02-271-26/+17