]> git.proxmox.com Git - mirror_novnc.git/history - core/util
feat: add French localization strings
[mirror_novnc.git] / core / util /
2020-12-07 Pierre OssmanMerge branch 'noie' of https://github.com/CendioOssman...
2020-12-07 Pierre OssmanRemove createEvent() fallbacks
2020-12-07 Pierre OssmanRemove createImageData() fallback
2020-12-07 Pierre OssmanRemove many small, obsolete, old browser hacks
2020-10-15 Pierre OssmanDrop support for legacy Edge
2020-10-15 Pierre OssmanDrop support for Internet Explorer
2020-09-04 Pierre OssmanMerge branch 'rgbx' of https://github.com/CendioOssman...
2020-07-08 Samuel MannehedMerge pull request #1435 from nnn1590/fix-japanese...
2020-06-25 Pierre OssmanHandle quick Cursor detach after mouse up
2020-06-24 Pierre OssmanMerge branch 'actions' of https://github.com/CendioOssm...
2020-06-16 Pierre OssmanCompensate for visual viewport when moving cursor
2020-06-12 Samuel MannehedMerge pull request #1414 from CendioOssman/gesture
2020-06-12 Samuel MannehedFake cursor position when using touch
2020-06-12 Pierre OssmanAdd touch gestures for mouse emulation
2020-06-08 Pierre OssmanSwitch to RGBx pixel format
2020-06-08 Pierre OssmanStandardise on a single blit function
2020-06-05 Pierre OssmanMerge branch 'camelcase' of https://github.com/samhed...
2020-05-31 Samuel MannehedStandardize on camelCase in Logging
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-18 Pierre OssmanMerge branch 'clipboard_unicode' of https://github...
2020-02-17 Niko LehtoAdd util for unsigned and signed int. conversion
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-23 Samuel MannehedBuild in the behavior to ignore decodeUTF8 errors
2019-12-05 Samuel MannehedMerge pull request #1318 from chrisjdev/emptyPassword
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-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 MannehedMerge pull request #1298 from CendioNiko/edgeCursorURI
2019-09-23 Niko LehtoFix url cursor detection on Edge
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 DiazRemove unnecessary context from eventtarget
2019-02-26 Juanjo DiazRemove unnecessary constructor parameter from Cursor
2019-02-15 Pierre OssmanThrow correct Error object
2019-01-14 Samuel MannehedMerge pull request #1182 from novnc/scrollbarsfortouch
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
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-25 Juanjo DiazSimplify EventTargetMixin
2018-10-09 Solly RossChange copyright header (#1138)
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-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 explicit semi-colons
2018-09-06 Pierre OssmanEnforce curly braces for control statements
2018-09-06 Pierre OssmanEnforce object key spacing
2018-09-06 Pierre OssmanEnforce indentation
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-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 OssmanMerge branch 'fix/ie11-numpad5-compatibility' of https...
2018-06-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
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-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-06 Samuel MannehedMerge pull request #989 from PeterDaveHelloKitchen...
2018-02-28 Pierre OssmanMerge branch 'userequire' of https://github.com/CendioO...
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 Juanjo DiazRemove unnecessary Log dependency in events.js
2018-01-30 Juanjo DiazMove browser checks to browser.js
2017-11-17 Samuel MannehedMerge pull request #950 from samhed/disconnectapi
2017-11-14 Samuel MannehedMove localization.js to app
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 OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanMove cursor URI check to RFB object
2017-11-09 Pierre OssmanAllow omitting configuration for properties
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-05-11 Samuel MannehedDon't capture touch events
next