]> git.proxmox.com Git - mirror_novnc.git/history - core
Stop send mouse clicks while dragging in view only
[mirror_novnc.git] / core /
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-01 Samuel MannehedMerge pull request #1398 from novnc/compressionlevel
2020-05-01 Samuel MannehedAdd ability to set compression level
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-04-08 Filip Stedronskyrfb: VeNCrypt Plain SecurityType support
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-21 Alex TanskanenFix crash with too large clipboard data
2020-02-18 Pierre OssmanMerge branch 'clipboard_unicode' of https://github...
2020-02-18 Niko LehtoAdd extended clipboard Pseudo-Encoding
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-01-30 Samuel MannehedFix color channels for VMware alpha cursors
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-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-30 Pierre OssmanAllow cursor to be updated while connecting
2019-12-23 Pierre OssmanHandle slow loading of images
2019-12-23 Pierre OssmanValidate decoded image dimensions
2019-12-23 Samuel MannehedBuild in the behavior to ignore decodeUTF8 errors
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" BrowetAdd support for Unix Tight auth
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-11 Samuel MannehedMerge pull request #1319 from wavezhang/patch-2
2019-11-07 Alex TanskanenFix missing caps lock events on iOS
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 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-23 Samuel MannehedRename document.capturedElem to captureElement
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-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 Niko LehtoAdd support for VMware cursor encoding
2019-09-23 Niko LehtoFix url cursor detection on Edge
2019-09-04 Niko LehtoAdd support for DesktopName extension
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
2019-08-16 Jesper Alf DamWhen compacting the receive buffer don't copy unused...
2019-08-16 Jesper Alf DamDon't compact the receive buffer unless we've actually...
2019-08-16 Jesper Alf DamAvoid recursion in Alt check on Firefox
2019-07-23 Samuel MannehedRemove the default value of wsProtocols
2019-07-23 Samuel MannehedMerge pull request #1262 from shiramax/sub_protocols
2019-07-23 Shira MaximovAdd support in websocket sub-protocols
2019-05-24 Pierre OssmanRemove server pixel format warnings
2019-04-02 Samuel MannehedAllow autoscale() with zero height or width
2019-03-08 Samuel MannehedAdd check for bad values for Display.autoscale()
2019-03-04 Samuel MannehedMerge pull request #1204 from juanjoDiaz/small_improvements
2019-02-27 Juanjo DiazReplace unnecessary function supportsCursorURIs by...
2019-02-27 Juanjo DiazMove support check from display to browser
2019-02-26 Juanjo DiazConvert DES into a class
2019-02-26 Juanjo DiazUse default argument for base64
2019-02-26 Juanjo DiazRemove unnecessary context from eventtarget
2019-02-26 Juanjo DiazRemove unnecessary constructor parameter from Cursor
2019-02-16 Juanjo DiazRemove intermediate variable from mouse
2019-02-15 Pierre OssmanRemove error handling in clientCutText()
2019-02-15 Pierre OssmanThrow correct Error object
2019-02-15 Pierre OssmanMerge branch 'slowdata' of https://github.com/CendioOss...
2019-02-15 Pierre OssmanClean up RFB._rfb_auth_schema assignment
2019-02-15 Pierre OssmanFix security failure reason handling of slow data
2019-02-15 Pierre OssmanFix version handshake to handle slow data
next