]> git.proxmox.com Git - mirror_novnc.git/history - core
Add Spanish translation
[mirror_novnc.git] / core /
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 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
2017-11-09 Pierre OssmanRemove disconnectTimeout property
2017-11-09 Pierre OssmanRemove "downscale only" mode
2017-11-09 Pierre OssmanRemove local cursor setting
2017-11-09 Pierre OssmanImprove naming for viewport properties
2017-11-09 Pierre OssmanChange clippingDisplay() to a property
2017-11-09 Pierre OssmanRemove some unused return values
2017-11-09 Pierre OssmanUse standard JavaScript properties
2017-11-09 Pierre OssmanMove cursor URI check to RFB object
2017-11-09 Pierre OssmanRemove non-JavaScript render code
2017-11-09 Pierre OssmanRemove render_mode property
2017-11-09 Pierre OssmanChange some attributes to arguments
2017-11-09 Pierre OssmanAllow omitting configuration for properties
2017-11-09 Pierre OssmanAlways include ID marker in repeater protocol
2017-11-09 Pierre OssmanRemove wsProtocols setting
2017-11-09 Pierre OssmanSwitch to URL for connect()
2017-11-09 Pierre OssmanTidy up variable initialisation
2017-11-09 Pierre OssmanRemove onFBU* callbacks
2017-11-09 Pierre OssmanAdd resize as a capability
2017-11-09 Pierre OssmanMake power API generic
2017-11-09 Pierre OssmanAdd proper protocol encoder for XVP messages
2017-11-09 Pierre OssmanAllow other credentials than just password
2017-11-04 Samuel MannehedMerge pull request #947 from samhed/lite_center
2017-11-02 Pierre OssmanImproved focus handling on touch input field
2017-10-27 Pierre OssmanHide keyboard object from RFB callers
2017-10-27 Pierre OssmanHide mouse object from RFB callers
2017-10-27 Pierre OssmanHide display object from RFB callers
2017-10-18 Pierre OssmanLet RFB object make sure canvas can have focus
2017-10-18 Pierre OssmanMerge branch 'focus' of https://github.com/CendioOssman...
2017-10-18 Pierre OssmanOnly grab key events on canvas
2017-10-16 Samuel MannehedWait for challenge before asking for password
2017-10-12 Samuel MannehedFix missing semicolons
2017-10-05 Solly RossMerge pull request #910 from novnc/infra/publish
2017-10-05 Samuel MannehedMerge pull request #893 from CendioOssman/amt
2017-09-29 Pierre OssmanMerge branch 'fixes/polyfill' of https://github.com...
2017-09-29 Pierre OssmanMerge branch 'optional-port' of https://github.com...
2017-09-27 Samuel MannehedMerge pull request #896 from novnc/combinemousewheel
2017-09-22 Pierre OssmanBasic support for Intel AMT
2017-09-22 Pierre OssmanAlways hide local cursor initally
2017-09-22 Pierre OssmanRemove rect arguments onFBUComplete callback
2017-09-22 Pierre OssmanClean up encoding handling
2017-09-17 Samuel MannehedCombine small mouse wheel events
2017-09-17 Samuel MannehedSplit devices.js into keyboard.js and mouse.js
2017-09-07 Pierre OssmanBuild encoding stats array dynamically
2017-09-07 Pierre OssmanAdd helper for encoding enumeration and names
2017-09-07 Pierre OssmanRemove unused encoding handlers
2017-09-07 Pierre OssmanRemove unused helper for Tight encoding
2017-09-07 Pierre OssmanFix handling of ExtendedDesktopSize errors
2017-09-07 Pierre OssmanMerge resize handling to single method
2017-09-07 Pierre OssmanStop hiding exceptions in WebSock class
2017-08-05 shaneharrisfix typscript error - the only one. (#837)
2017-07-07 Pierre OssmanOnly send QEMU Extended Key Event if we have a scan...
2017-07-07 Pierre OssmanIgnore compositing key
2017-07-06 Pierre OssmanMerge branch 'qemufix' of https://github.com/CendioOssm...
2017-07-06 Pierre Ossmantry/catch guard for QEMU keyboard test
2017-07-06 Pierre OssmanFallback for missing keypress events
2017-07-06 Pierre OssmanTrack keys using keyIdentifier
2017-06-21 Pierre OssmanHandle iOS special keys
2017-06-21 Pierre OssmanFake key release for iOS hardware keyboards
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-06-02 Pierre OssmanLimit use of keypress fallback
2017-06-02 Pierre OssmanAllow key events without symbols
2017-05-31 Pierre OssmanGet XT scan code mappings from the keycodemapdb project
2017-05-12 Samuel MannehedAdd missing semicolon
2017-05-11 Samuel MannehedDon't capture touch events
2017-05-11 Samuel MannehedStop tracking mouse capture state
2017-05-11 Samuel MannehedStop grabbing mouse events globally
2017-05-04 Pierre OssmanRemove colour map support
2017-05-04 Pierre OssmanRemove browser engine detection
2017-05-04 Pierre OssmanMerge branch 'png_cursor' of https://github.com/CendioO...
2017-05-04 Pierre OssmanMerge branch 'keyboard' of https://github.com/CendioOss...
2017-05-04 Pierre OssmanUse KeyboardEvent.key too look up keysyms
2017-05-04 Pierre OssmanHandle CapsLock on macOS
next