]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2020-04-29 Ingo BlechschmidtDocument default setting of `focusOnClick`
2020-04-08 Filip Stedronskyrfb: VeNCrypt Plain SecurityType support
2020-03-12 Alex TanskanenFix focus problem after closing the toolbar
2020-02-28 Pierre OssmanSet a default value for the quality input
2020-02-28 Pierre OssmanAdd UI for quality setting
2020-02-28 Pierre OssmanMerge branch 'quality-level' of https://github.com...
2020-02-28 Andrey Trebleradds qualityLevel property to RFB class for updating...
2020-02-24 Niko LehtoHide clipboard side bar button when view only mode
2020-02-21 Alex TanskanenFix crash with too large clipboard data
2020-02-18 Pierre OssmanStyle all input types for consistent UI
2020-02-18 Pierre OssmanMerge branch 'clipboard_unicode' of https://github...
2020-02-18 Niko LehtoAdd extended clipboard Pseudo-Encoding
2020-02-17 Niko LehtoExport constants in inflate.js for easier usage
2020-02-17 Niko LehtoFix bug where inflate would read too much data
2020-02-17 Niko LehtoSplit api of inflate
2020-02-17 Niko LehtoHandle errors from zlib/pako
2020-02-17 Niko LehtoMove error handling to Inflate class
2020-02-17 Niko LehtoAdd missing copyright header for Inflator.js
2020-02-17 Niko LehtoRemove unused inflate argument
2020-02-17 Niko LehtoAdd util for unsigned and signed int. conversion
2020-02-17 Niko LehtoAdd deflator helper class for deflating data
2020-02-17 Niko LehtoMake clipBoardPasteFrom() test more specific
2020-02-12 Samuel MannehedMerge pull request #1361 from alvintownsend/master
2020-01-31 Alvin TownsendCorrecting path to package.json for running at a path...
2020-01-30 Samuel MannehedFix color channels for VMware alpha cursors
2020-01-23 Pierre OssmanMake afterEach() hooks work when skipping tests
2020-01-23 Juanjo DiazRemove generated HTML by Cursor when it detaches
2020-01-14 Pierre OssmanMerge branch 'abstraction_for_detection' of https:...
2020-01-03 Samuel MannehedSimplify encodeUTF8/decodeUTF8 unittests
2020-01-02 Samuel MannehedAdd unit tests for encodeUTF8 and decodeUTF8
2020-01-02 Samuel MannehedRemove unused python scripts
2020-01-02 Samuel MannehedFix chinese translation for "Disconnect"
2020-01-02 Samuel MannehedUpdate chinese translation strings
2020-01-02 Samuel MannehedAdd comment for browser and platform detection
2020-01-02 Samuel MannehedAdd short description at the top of browser.js
2020-01-02 Samuel MannehedProperly detect scrollbar gutter
2019-12-31 Samuel MannehedRemove Google Chrome Frame plugin compatability
2019-12-31 Samuel MannehedRestore X-UA-Compatible meta tag to vnc_lite
2019-12-31 Samuel MannehedRestore X-UA-Compatible meta tag to vnc.html
2019-12-30 Pierre OssmanAllow cursor to be updated while connecting
2019-12-25 Pierre OssmanMake sure "undefined" can be a default parameter value
2019-12-23 Pierre OssmanHandle slow loading of images
2019-12-23 Pierre OssmanValidate decoded image dimensions
2019-12-23 Pierre OssmanAvoid using Array.includes()
2019-12-23 Samuel MannehedBuild in the behavior to ignore decodeUTF8 errors
2019-12-23 Pierre OssmanUse undefined as the default value for password
2019-12-20 Samuel MannehedPeter is no longer part of the noVNC team
2019-12-07 Samuel MannehedMerge pull request #1327 from vanym/decodeUTF8_try_catch
2019-12-06 VanyMAdd try catch in every place that uses decodeUTF8
2019-12-05 Chris "Koying... Add support for Unix Tight auth
2019-12-05 Chris Koying... Expand password dialog to work for usernames too
2019-12-05 Samuel MannehedMerge pull request #1318 from chrisjdev/emptyPassword
2019-12-05 Chris JAllow connecting with empty string credentials
2019-12-04 Samuel MannehedAdd encodeUTF8 function to core/util/strings.js
2019-11-29 Pierre OssmanMake Cursor.detach() safe to call when not attached
2019-11-28 Samuel MannehedFix chinese translation errors
2019-11-25 Samuel MannehedSimplify logic for status hierarchy
2019-11-25 Samuel MannehedEnsure warning status timeouts are honored
2019-11-12 Pierre OssmanMerge branch 'babel' of https://github.com/CendioOssman...
2019-11-12 Pierre OssmanDon't use arrow functions in legacy loader
2019-11-12 Pierre OssmanLoad support scripts first
2019-11-12 Pierre OssmanUpgrade to latest babel
2019-11-11 Samuel MannehedMerge pull request #1319 from wavezhang/patch-2
2019-11-11 Pierre OssmanAlways include Promise polyfill for legacy browsers
2019-11-11 Pierre OssmanClean up handling of untransformed files
2019-11-11 Pierre OssmanRemove redundant "no copy" check
2019-11-11 Pierre OssmanUse proper backticks for generating legacy script tags
2019-11-08 wavezhangUpdate zh_CN.po
2019-11-07 Alex TanskanenFix missing caps lock events on iOS
2019-11-07 Samuel MannehedAdd README to app/locale warning not to modify
2019-11-04 Alex TanskanenAdd "macOS shuffle" to iOS as well
2019-11-04 Pierre OssmanHandle missing Shift events on Windows
2019-11-01 Pierre OssmanSend NumLock on macOS, even though the key is Clear
2019-11-01 Pierre OssmanFix typo for MailSend key
2019-11-01 Pierre OssmanUpdate to latest UI Events key specification
2019-11-01 Pierre OssmanFix AltGr for a few more keys in IE and Edge
2019-10-31 Samuel MannehedKeep the virtual keyboard after using extra keys
2019-10-31 Pierre OssmanRevert iOS keyup workaround
2019-10-31 Pierre OssmanHandle broken numpad delete key in Chrome
2019-10-31 Pierre OssmanExplain why Clear maps to KP_Begin
2019-10-31 Pierre OssmanTry to handle Meta key properly
2019-10-28 Samuel MannehedMerge pull request #1312 from samhed/master
2019-10-28 Samuel MannehedMove focus to the screen when using extra keys
2019-10-28 Samuel MannehedAdd missing scancode for sendTab
2019-10-23 Samuel MannehedRename document.capturedElem to captureElement
2019-10-23 Pierre OssmanImprove Windows key image
2019-10-21 Samuel MannehedMerge pull request #1309 from samhed/disappearing_cursor
2019-10-21 Samuel MannehedHide the emulated cursor when target is null
2019-10-21 Samuel MannehedFix disappearing cursor after click
2019-10-21 Samuel MannehedCheck next elem at mouseleave in cursor emulation
2019-10-21 Samuel MannehedRename variables in setCapture proxy
2019-10-14 Pierre OssmanFix alt text for drag button
2019-10-14 Pierre OssmanNever show drag icon if clipping is disabled
2019-09-30 Samuel MannehedUpdate copyright to 2019 for modified files
2019-09-25 Samuel MannehedCode comments for how the receieve queue works
2019-09-25 Samuel MannehedClarify why we ENABLE_COPYWITHIN is false
2019-09-25 Samuel MannehedMerge pull request #1298 from CendioNiko/edgeCursorURI
2019-09-25 Samuel MannehedMerge pull request #1299 from CendioNiko/vmwarecursor
2019-09-25 Samuel MannehedMerge pull request #1289 from CendioNiko/master
2019-09-25 Samuel MannehedMerge pull request #1281 from jalfd/optimize-receive...
next