summaryrefslogtreecommitdiff
path: root/app/ui.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Add Russian translation (#1211)Dmitriy Shweew2019-02-271-1/+1
|/
* 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-081-0/+13
* Dont reset touch mouse button state for view-onlySamuel Mannehed2018-11-011-1/+4
* Czech translationPetr2018-10-191-1/+1
* Change copyright header (#1138)Solly Ross2018-10-091-3/+1
* Merge branch 'style' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-171-10/+9
|\
| * Enforce no trailing whitespacePierre Ossman2018-09-061-1/+1
| * Enforce keyword spacingPierre Ossman2018-09-061-2/+2
| * Enforce object key spacingPierre Ossman2018-09-061-1/+1
| * Enforce comma spacingPierre Ossman2018-09-061-5/+5
| * Enforce brace stylePierre Ossman2018-09-061-2/+1
* | Show dot when there is no visible cursorAlexander E. Patrakov2018-09-141-0/+9
|/
* Revert "Handle if desktopName isn't set.."Samuel Mannehed2018-08-161-7/+3
* Handle if desktopName isn't set when connectedSamuel Mannehed2018-08-161-3/+7
* 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
* | Move dragThreshold definition to util/Samuel Mannehed2018-08-101-5/+2
|/
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-19/+17
* Use ES6 classesJuanjo Diaz2018-07-121-95/+95
* Properly force clipping on touchSamuel Mannehed2018-06-071-5/+12
* Clipping should be enabled on touchSamuel Mannehed2018-06-041-1/+1
* Prefer const/let over varJuanjo Diaz2018-05-241-91/+84
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-2/+3
* Add translation in zh_CNCUI Wei2018-04-071-1/+1
* Clarify which Chinese translation we havePierre Ossman2018-04-031-1/+1
* Only disable animation when element is displayedSamuel Mannehed2018-03-081-3/+8
* Move writeSetting from updateSetting to initSettingAndrew Webster2018-02-131-8/+4
* Use localstorage only to initialize settings mapAndrew Webster2018-02-131-1/+1
* Don't crash on translation errorsPierre Ossman2018-02-071-1/+2
* Merge pull request #1009 from juanjoDiaz/move_browser_checksSolly Ross2018-02-011-1/+1
|\
| * Move browser checks to browser.jsJuanjo Diaz2018-01-301-1/+1
* | Add Turkish translationÖmer ÇAKMAK2018-02-011-1/+1
* | Merge pull request #1007 from juanjoDiaz/remove_jshints_commentsSolly Ross2018-01-311-3/+0
|\ \
| * | Remove jshint commentsJuanjo Diaz2018-01-311-3/+0
| |/
* | Add Spanish translationJuanjo Diaz2018-01-301-1/+1
|/
* Drop UI.rfb reference on all disconnectsPierre Ossman2018-01-251-2/+2
* Show/hide mouse button selector in updateViewOnlySamuel Mannehed2018-01-121-0/+1
* Update interface on view only toggleSamuel Mannehed2018-01-121-15/+16
* Add Chinese (Traditional) translationPeter Dave Hello2018-01-101-1/+1
* Fix view_only setting with autoconnect (#985)Deni422018-01-051-4/+3
* Only connect if we don't have an rfb objectSamuel Mannehed2017-12-141-0/+6
* Throw away the reference to RFB on disconnectSamuel Mannehed2017-12-141-0/+2
* Make error more specific at connection failureSamuel Mannehed2017-12-121-2/+8
* Move resize handling in to RFB objectPierre Ossman2017-12-061-136/+14
* Merge pull request #950 from samhed/disconnectapiSamuel Mannehed2017-11-171-62/+111
|\