]> git.proxmox.com Git - mirror_novnc.git/history - core
Merge branch 'fixes/polyfill' of https://github.com/qmfrederik/noVNC
[mirror_novnc.git] / core /
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-17 Samuel MannehedCombine small mouse wheel events
2017-09-17 Samuel MannehedSplit devices.js into keyboard.js and mouse.js
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
2017-05-04 Pierre OssmanClean up AltGraph handling
2017-05-04 Pierre OssmanSimplify pressed key handling
2017-05-04 Pierre OssmanSimplify handling of keypress
2017-05-04 Pierre OssmanMove keyboard handling in to Keyboard class
2017-05-04 Pierre OssmanRemove modifier synchronisation
2017-05-04 Pierre OssmanRemove QEMU key event handler
2017-05-04 Pierre OssmanSimplify keyboard event API
2017-05-04 Pierre OssmanSend keyboard events from single place
2017-05-04 Pierre OssmanImprove lookup of special keys
2017-05-04 Pierre OssmanImprove character keysym lookup
2017-05-04 Pierre OssmanUse standard DOM identifiers for physical keys
2017-04-11 Samuel MannehedProperly restore the default style
2017-04-05 Samuel MannehedAlways send mouseUp events properly
2017-03-25 Solly RossMerge pull request #738 from patrakov/master
2017-03-24 Pierre OssmanHide internal keyboard functions
2017-03-24 Pierre OssmanRemove character substitution
2017-03-24 Pierre OssmanSimplify keysymdef.js
2017-03-24 Pierre OssmanClean up keysymdef
2017-03-24 Pierre OssmanRemove keysym names from keysymdef.js
2017-03-22 Solly RossMerge pull request #774 from novnc/refactor/es6-module...
2017-03-21 Solly RossFix view_only clipboard handling
2017-03-21 Solly RossRefactor ES6 module structure/split up Util
2017-03-07 Solly RossRemove WebUtil.load_scripts
2017-03-06 Pierre OssmanUse PNG for mouse cursors
2017-03-01 Solly RossVendor an ES6-modules-compatible Pako
2017-02-26 Solly RossUncomment ES6 module syntax
2017-02-26 Solly RossFix typos in imports and i18n
2017-02-24 Samuel MannehedMerge branch 'settingswhileconnected' of https://github...
2017-02-24 Samuel MannehedMerge branch 'disableLabels' of https://github.com...
2017-02-23 Pierre OssmanProtect against race in setCapture() polyfill
2017-02-20 Pierre OssmanFix wrong colours on local cursor
2017-02-19 Samuel MannehedAllow local cursor to be changed while connected
2017-02-19 Samuel MannehedAllow view_only to be changed while connected
2017-02-18 Samuel MannehedDon't send or recieve clipboard in view_only
2017-02-17 Samuel MannehedFix translateDOM for placeholders
2017-02-16 Samuel MannehedProperly encapsulate the scale in Display
2017-02-16 Samuel MannehedSet correct cursor style for setCapture()
2017-02-16 Samuel MannehedRemove return value from event handlers
2017-02-16 Samuel MannehedStop using window.event
2017-02-16 Samuel MannehedRemove Util.getEventPosition()
2017-02-16 Samuel MannehedClean up some mouse workarounds
2017-02-16 Samuel MannehedImprove setCapture polyfill
2017-02-13 Pierre OssmanFix tests after changing auth negotiation
2017-02-13 Pierre OssmanBetter selection of auth type
2017-02-09 Pierre OssmanImprove check for when to ignore mouse events
2017-02-09 Pierre OssmanUse setCapture() polyfill everywhere
2017-02-07 Pierre OssmanMerge branch 'util-console' of https://github.com/tghw...
2017-02-03 Pierre OssmanDon't delay WebSocket flushing
2017-02-03 Pierre OssmanAvoid changing scale unless necessary
2017-02-03 Pierre OssmanMerge display scale changes
2017-01-09 Samuel MannehedFix rfb._cleanup() (#743)
2016-12-29 Alexander E. PatrakovChanged the default compression level to 2
2016-12-20 Lee-FengFix no auth "this._updateState" bug
2016-12-13 Samuel MannehedMerge pull request #699 from CendioOssman/double
2016-12-09 Pierre OssmanClean up viewport handling
2016-12-09 Pierre OssmanRemove max dimension handling
2016-12-09 Pierre OssmanPrevent access to sensitive display variables
2016-12-09 Pierre OssmanDouble buffering damage tracking
2016-12-09 Pierre OssmanUse double buffering for the display
2016-12-09 Pierre OssmanRemove blitStringImage() in favour of imageRect()
2016-11-24 Kyle Russellrfb: Allow port to be optionally appended to URI
2016-11-22 Samuel MannehedMerge pull request #718 from ossman/po
2016-11-19 Pierre OssmanAlso translate HTML elements
2016-11-18 Samuel MannehedAdd a space in logging of RFB._fail()
2016-11-17 Pierre OssmanUse gettext .po files for translations
2016-11-17 Pierre OssmanRestore translations for some strings
2016-11-17 Pierre OssmanUse _() as shorthand for translations
2016-11-14 Samuel MannehedMerge pull request #713 from kanaka/properdisconnections
2016-11-10 Samuel MannehedAllow specifying details when calling RFB._fail()
2016-11-10 Samuel MannehedDon't wait for websocket closes on failure
2016-11-10 Samuel MannehedEnsure proper connection state transitions
next