]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2020-06-08 Pierre OssmanFix bad BasicCompression check in Tight decoder
2020-06-08 Pierre OssmanTest correct handling of alpha
2020-06-08 Pierre OssmanAdd tests for the Tight decoders
2020-06-08 Pierre OssmanSplit decoder tests to separate files
2020-06-06 Pierre OssmanMove tile handling to Hextile decoder
2020-06-05 Pierre OssmanMerge branch 'camelcase' of https://github.com/samhed...
2020-06-03 Pierre OssmanMerge branch 'limitmouse' of https://github.com/novnc...
2020-05-31 Samuel MannehedAdd camelCase rule to eslint
2020-05-31 Samuel MannehedStandardize on camelCase in App
2020-05-31 Samuel MannehedStandardize on camelCase in Base64
2020-05-31 Samuel MannehedStandardize on camelCase in Decoders
2020-05-31 Samuel MannehedStandardize on camelCase in Logging
2020-05-31 Samuel MannehedStandardize on camelCase in Websock
2020-05-31 Samuel MannehedStandardize on camelCase in Display
2020-05-31 Samuel MannehedStandardize on camelCase in tests
2020-05-31 Samuel MannehedStandardize on camelCase in utils
2020-05-31 Samuel MannehedStandardize on camelCase in RFB
2020-05-31 Samuel MannehedRemove unused properties and variables
2020-05-30 Samuel MannehedProperly limit mouse moves to once every 17 ms
2020-05-30 Samuel MannehedStop send mouse clicks while dragging in view only
2020-05-30 Samuel MannehedStandardize on camelCase for functions in RFB
2020-05-30 Samuel MannehedStandardize on camelCase for variables in RFB
2020-05-08 Samuel MannehedRemove unused mouse_arr variable
2020-05-05 Pierre OssmanConsistently close dialogs on connect/disconnect
2020-05-01 Samuel MannehedMerge pull request #1398 from novnc/compressionlevel
2020-05-01 Samuel MannehedAdd ability to set compression level
2020-05-01 Samuel MannehedAdd unit tests for mouse move limit
2020-05-01 Samuel MannehedShorten rows to max 80 chars in mouse.js
2020-05-01 Samuel MannehedFix wording in comment
2020-05-01 Samuel MannehedMerge pull request #1352 from uklatt/master
2020-05-01 Uwe KlattLimit mouse move events to one every 17 ms
2020-05-01 Samuel MannehedFix indentation for focus check
2020-05-01 Samuel MannehedDon't fade the control bar if it has focus
2020-05-01 Samuel MannehedHide the clipboard when not connected
2020-04-29 Samuel MannehedMerge pull request #1396 from iblech/patch-1
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
next