]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
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-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...
2019-09-24 Samuel MannehedClarify comments for broken alt in FF on Windows
2019-09-24 Samuel MannehedMerge pull request #1280 from jalfd/alt-key-recursion
2019-09-24 Samuel MannehedMerge pull request #1279 from CendioOssman/nomodule
2019-09-24 Pierre OssmanUse "nomodule" instead of manual check
2019-09-24 Niko LehtoAdd support for VMware cursor encoding
2019-09-23 Niko LehtoFix url cursor detection on Edge
2019-09-04 Niko LehtoRestore page name after disconnect
2019-09-04 Niko LehtoTest unicode desktop names
2019-09-04 Niko LehtoAdd support for DesktopName extension
2019-08-23 Pierre OssmanSet viewport size for autoscale tests
2019-08-23 Pierre OssmanMerge branch 'upgrade' of https://github.com/CendioOssm...
2019-08-23 Pierre OssmanRemove pointless Display.clear()
2019-08-23 Pierre OssmanRemove unused Display.logo attribute
2019-08-23 Pierre OssmanDeprecate showDotCursor option for RFB constructor
2019-08-23 Pierre OssmanMake sure showDotCursor can be modified before connecting
next