]> git.proxmox.com Git - mirror_novnc.git/history - core
feat: add French localization strings
[mirror_novnc.git] / core /
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
2019-02-15 Pierre OssmanUse arrow function to avoid bind
2019-02-14 Pierre OssmanConsume data properly in Hextile decoder
2019-01-21 Samuel MannehedMerge pull request #1190 from saucelabs/screen_background
2019-01-18 Mykola MokhnachMake the screen background cutomizable
2019-01-14 Samuel MannehedMerge pull request #1182 from novnc/scrollbarsfortouch
2019-01-11 Pierre OssmanMerge branch 'npm' of https://github.com/CendioOssman...
2019-01-09 Samuel MannehedOnly disable scrollbars on Android and iOS
2019-01-09 Samuel MannehedMove UI.isSafari into core/util/browser.js
2019-01-09 Samuel MannehedReorder browser and platform info functions
2019-01-09 Samuel MannehedMerge pull request #1179 from ssebs/super-key-feature
2019-01-08 Pierre OssmanMerge branch 'user_getters_and_setters_in_websock'...
2018-12-08 Juanjo DiazExtract rQshift to common function
2018-12-08 Juanjo DiazAdd getters/setter to websock
2018-11-26 Samuel MannehedMerge pull request #1165 from juanjoDiaz/throw_errors_i...
2018-11-26 Samuel MannehedMerge pull request #1166 from juanjoDiaz/simplify_Event...
2018-11-26 Samuel MannehedMerge pull request #1168 from juanjoDiaz/use_new_error
2018-11-25 Juanjo DiazSimplify EventTargetMixin
2018-11-24 Juanjo DiazUse `new` when constructing errors
2018-11-24 Juanjo DiazThrow Error instead of String
2018-10-09 Solly RossChange copyright header (#1138)
2018-09-18 Pierre OssmanFix cursor encoding handling from earlier merge
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-17 Pierre OssmanMerge branch 'decoders' of https://github.com/CendioOss...
2018-09-16 Samuel MannehedMerge pull request #1119 from patrakov/master
2018-09-14 Alexander E. PatrakovShow dot when there is no visible cursor
2018-09-07 Alexander E. PatrakovMoved the "pixels + mask -> RGBA" logic to rfb.js
2018-09-06 Pierre OssmanEnforce space after function name
2018-09-06 Pierre OssmanEnforce space before code block
2018-09-06 Pierre OssmanEnforce explicit semi-colons
2018-09-06 Pierre OssmanEnforce curly braces for control statements
2018-09-06 Pierre OssmanEnforce no trailing whitespace
2018-09-06 Pierre OssmanEnforce object key spacing
2018-09-06 Pierre OssmanEnforce comma spacing
2018-09-06 Pierre OssmanEnforce indentation
2018-09-06 Pierre OssmanEnforce brace style
2018-08-28 Samuel MannehedMerge pull request #1129 from novnc/vnclitecleanup
2018-08-22 Pierre OssmanMove decoders to separate classes
2018-08-22 Pierre OssmanHandle pseudo encodings directly
2018-08-22 Pierre OssmanRemove statistics tracking
next