]> git.proxmox.com Git - mirror_novnc.git/history - core
Merge pull request #1179 from ssebs/super-key-feature
[mirror_novnc.git] / core /
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...
2018-02-28 Pierre OssmanMerge branch 'settings' of https://github.com/andrwwbst...
2018-02-27 Pierre OssmanSeparate Tight PNG in stats output
2018-02-27 Pierre OssmanEnforce Tight PNG restrictions
2018-02-23 Leslie Qi Wangadd encoding support for TightPNG
2018-02-01 Solly RossMerge pull request #1009 from juanjoDiaz/move_browser_c...
2018-01-31 Solly RossMerge pull request #1007 from juanjoDiaz/remove_jshints...
2018-01-31 Juanjo DiazRemove jshint comments
2018-01-30 Solly RossMerge pull request #1008 from juanjoDiaz/remove_unneces...
2018-01-30 Solly RossMerge pull request #1011 from juanjoDiaz/remove_console...
2018-01-30 Juanjo DiazRemove console statements
2018-01-30 Juanjo DiazRemove unnecessary Log dependency in events.js
2018-01-30 Juanjo DiazMove browser checks to browser.js
2018-01-30 Juanjo DiazRemove unnecessary base64 dependency
2017-12-14 Pierre OssmanMerge branch 'master' of https://github.com/josiah2009...
2017-12-12 Samuel MannehedFix disconnect crash when screen doesn't exist
2017-12-12 Pierre OssmanMerge branch 'docs' of https://github.com/CendioOssman...
2017-12-11 Pierre OssmanMerge branch 'resize' of https://github.com/CendioOssma...
2017-12-08 Pierre OssmanMerge branch 'german' of https://github.com/flumm/noVNC
2017-12-06 Pierre OssmanMove resize handling in to RFB object
2017-11-30 Pierre OssmanDon't send pointer event on end of drag
2017-11-30 Josiah WhiteInitalize cached 16x16 tile.
2017-11-24 Pierre OssmanRemove noisy websock debug logging
2017-11-23 Pierre OssmanMerge branch 'greek' of https://github.com/kosmasgianni...
2017-11-20 Pierre OssmanDon't log WebSocket close by default
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedMove localization.js to app
2017-11-14 Samuel MannehedAbstract RFB errors to avoid sending strings
2017-11-14 Samuel MannehedReplace updatestate event with connect
2017-11-11 Pierre OssmanFix old focus on click references
2017-11-11 Samuel MannehedRemove RFB.notification()
2017-11-11 Samuel MannehedAdd missing semicolons
2017-11-10 Pierre OssmanMerge branch 'api' of https://github.com/CendioOssman...
2017-11-09 Pierre OssmanUse standard EventTarget interface for events
2017-11-09 Pierre OssmanRemove unused options argument in onnotification event...
2017-11-09 Pierre OssmanIntegrate connect() in to constructor
next