]> git.proxmox.com Git - mirror_novnc.git/history - core
Add support for VMware cursor encoding
[mirror_novnc.git] / core /
2019-09-24 Niko LehtoAdd support for VMware cursor encoding
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-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
2018-08-22 Pierre OssmanGive proper int argument to encodingName()
2018-08-16 Pierre OssmanMerge branch 'hidpi_scale' of https://github.com/Cendio...
2018-08-16 Samuel MannehedMerge pull request #1117 from novnc/bug/fix-test-playback
2018-08-16 Samuel MannehedMerge pull request #1118 from novnc/disabledragwhilescale
2018-08-10 Samuel MannehedMove dragThreshold definition to util/
2018-07-26 Pierre OssmanHandle fractional screen sizes
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
2018-07-12 Juanjo DiazUse ES6 classes
2018-07-11 Pierre OssmanMerge branch 'cursor' of https://github.com/CendioOssma...
2018-07-06 Pierre OssmanProvide fallback cursor method
2018-07-04 Pierre OssmanSort vkeys table
2018-07-04 Pierre OssmanMerge branch 'fix/ie11-numpad5-compatibility' of https...
2018-06-15 Samuel MannehedAvoid TypedArray.slice() because of IE11
2018-06-15 Samuel MannehedUse string assignment operator instead of concat()
2018-06-15 Samuel MannehedUse the correct slicing for rQshiftStr
2018-06-14 Samuel MannehedAvoid big strings on the stack
2018-06-14 Samuel MannehedCall rQshiftBytes to avoid code duplication
2018-06-14 Samuel MannehedRemove typedArrayToString
2018-06-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
2018-06-07 Pierre OssmanWork around Siemens touch panel authentication bug
2018-06-07 Pierre OssmanAdd debug logging for Tight authentication
2018-05-25 Samuel MannehedMerge pull request #1013 from juanjoDiaz/es6_refactor_2
2018-05-23 Juanjo DiazPrefer const/let over var
2018-05-23 Juanjo DiazAdd eslint and fix reported issues
2018-05-16 Vlastimil SadilekFix: IE11 Numpad5 compatibility when numlock off
2018-05-07 Samuel MannehedMerge pull request #1074 from samhed/largeclipboard
2018-05-07 Samuel MannehedHandle sending large clipboards
2018-05-04 Vlastimil SadilekFix: undefined err, undefined Exception
2018-03-15 Pierre OssmanSeparate out cursor handling
2018-03-13 Pierre OssmanMerge branches 'ffalt' and 'altgr' of https://github...
2018-03-13 Pierre OssmanWork around broken Alt keyup in Firefox
2018-03-09 Pierre OssmanBetter detection of AltGr on Windows
2018-03-09 Pierre OssmanHandle _keyDownList in _sendKeyEvent()
2018-03-06 Samuel MannehedMerge pull request #989 from PeterDaveHelloKitchen...
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
next