]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2017-06-15 Pierre OssmanScroll error stack trace
2017-06-08 Pierre OssmanMerge branch 'ios9' of https://github.com/CendioOssman...
2017-06-05 Solly RossMerge pull request #838 from novnc/infra/fix-travis...
2017-06-05 Solly RossFix Travis-Sauce Connection
2017-06-02 Pierre OssmanAvoid use of 'let' and 'const'
2017-06-02 Pierre OssmanAvoid nested function declarations
2017-06-01 Pierre OssmanFix traffic management in playback tests
2017-06-01 Pierre OssmanMerge branch 'record' of https://github.com/CendioOssma...
2017-05-30 Samuel MannehedMerge pull request #831 from samhed/visualhint
2017-05-29 Samuel MannehedAdd hint that the control bar can be moved
2017-05-22 Pierre OssmanUse one entry per file in transpile cache
2017-05-22 Pierre OssmanRemove #nocache system as it is unused
2017-05-22 Pierre OssmanRevert recording file format changes
2017-05-20 Samuel MannehedClear the password input field
2017-05-19 Pierre OssmanHandle loading web workers in any path
2017-05-16 Pierre OssmanDon't fail on babel cache storage errors
2017-05-15 Samuel MannehedRevert "Remove shadow from logo"
2017-05-15 Pierre OssmanFix bootstart of input field
2017-05-12 Samuel MannehedAdd missing semicolon
2017-05-12 Samuel MannehedRemove trailing whitespace
2017-05-12 Samuel MannehedRemove shadow from logo
2017-05-12 Samuel MannehedUpdate readme with new screenshots
2017-05-12 Samuel MannehedCatch errors for when we can't play bell
2017-05-12 Samuel MannehedAdd vnc_lite to npmignore
2017-05-12 Samuel MannehedRename vnc_auto to vnc_lite
2017-05-12 Samuel MannehedAdd missing semi colon
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-09 Samuel MannehedFix update-pot so that it can handle UTF-8
2017-05-09 David GnedtUpdate German translation
2017-05-08 Samuel MannehedMerge pull request #819 from martinpitt/master
2017-05-08 Martin PittFix license name in package.json
2017-05-04 Pierre OssmanRemove colour map support
2017-05-04 Pierre OssmanRemove browser engine detection
2017-05-04 Pierre OssmanSkip some keyboard tests on IE and Edge
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 OssmanError.error can be null in some cases
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-05-03 Samuel MannehedMerge pull request #817 from univention/master
2017-05-03 Philipp HahnRemove double unescaping of title
2017-04-28 Pierre OssmanOnly load ES6 module loader polyfill if needed
2017-04-21 Samuel MannehedFix panning test for high DPI devices
2017-04-19 Samuel MannehedAdd Pierre as contributor in package.json
2017-04-19 Samuel MannehedUpdate url's
2017-04-11 Samuel MannehedProperly restore the default style
2017-04-05 Soichi HayashiFixed the issue where novnc can't be relocated
2017-04-05 Samuel MannehedAlways send mouseUp events properly
2017-04-03 Samuel MannehedMerge pull request #801 from CendioOssman/errors
2017-03-27 Pierre OssmanGenerate source map for ES module loader rollup
2017-03-27 Pierre OssmanHandle uncaught WebWorker exceptions
2017-03-27 Pierre OssmanTry to populate error location on Promise errors
2017-03-27 Pierre OssmanOnly use unhandledrejection fallback when needed
2017-03-27 Pierre OssmanUse common code to handle Promise errors
2017-03-27 Pierre OssmanHandle partial error location information
2017-03-27 Pierre OssmanErrorEvent.error isn't always set
2017-03-27 Pierre OssmanLimit fallback error width to window width
2017-03-27 Pierre OssmanUse monospace font for unhandled errors
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-24 Pierre OssmanGet parse.js in sync with generated code
2017-03-23 Pierre OssmanDefine an initial shadow for spinner
2017-03-22 Solly RossMerge pull request #774 from novnc/refactor/es6-module...
2017-03-21 Solly RossMake vnc_playback.html functional once more
2017-03-21 Solly RossFix vnc_auto.html
2017-03-21 Solly RossVendor in an IE11 polyfill for Promises
2017-03-21 Solly RossMove error handler into separate file
2017-03-21 Solly RossOnly apply settings with an RFB object
2017-03-21 Solly RossFix view_only clipboard handling
2017-03-21 Solly RossMove scripts in vnc.html head
2017-03-21 Solly RossOptimize ES6 Module Loader Polyfill
2017-03-21 Solly RossUse transition animation while loading
2017-03-21 Solly RossUpdate tests to work with new structure
2017-03-21 Solly RossRefactor ES6 module structure/split up Util
2017-03-07 Solly RossRemove WebUtil.load_scripts
2017-03-07 Solly RossLoad translations over XHR
2017-03-07 Solly RossRemove WebUtil.dirObj
2017-03-07 Solly RossAllow transforming to any format
2017-03-06 Pierre OssmanUse PNG for mouse cursors
2017-03-01 Solly RossUse ES6 modules natively via Polyfill
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
next