]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2017-02-03 Pierre OssmanDon't delay WebSocket flushing
2017-02-03 Pierre OssmanAllow submitting the password from the input field
2017-02-03 Pierre OssmanScroll correct element
2017-02-03 Pierre OssmanAvoid changing scale unless necessary
2017-02-03 Pierre OssmanMerge display scale changes
2017-02-03 Pierre OssmanMove keyboard style in CSS
2017-02-03 Pierre OssmanCenter canvas (again)
2017-01-30 Samuel MannehedMerge pull request #762 from novnc/saveimmediately
2017-01-27 Samuel MannehedAllow resize setting to be changed while connected
2017-01-27 Samuel MannehedSeparate init functions from event handling setup
2017-01-27 Samuel MannehedRename function for adding resize handlers
2017-01-27 Samuel MannehedRename and move init function for fullscreen
2017-01-27 Samuel MannehedSave settings immediately
2017-01-24 Samuel MannehedRemove unused toggleConnectPanel function
2017-01-24 Samuel MannehedAdd UI wrapper for Webutil.init_logging
2017-01-23 Pierre OssmanMerge branch 'add-reconnect' of https://github.com...
2017-01-23 Alexander NeumannAdd reconnect option
2017-01-20 Pierre OssmanSet pointer cursor for status bar
2017-01-19 Samuel MannehedReplace TigerVNC with MobileVNC
2017-01-18 Pierre OssmanFix global error handler
2017-01-14 Samuel MannehedFix screenshot URL's
2017-01-14 Samuel MannehedChange server example
2017-01-14 Samuel MannehedUpdate to new organization urls
2017-01-12 Solly RossUse textContent instead of innerHTML
2017-01-12 Samuel MannehedAdd Pierre Ossman to core team
2017-01-09 Samuel MannehedFix rfb._cleanup() (#743)
2017-01-06 Solly RossMerge pull request #715 from CendioOssman/cleanup
2017-01-04 Pierre OssmanAvoid wrapping labels
2017-01-04 Pierre OssmanClean up z index ordering
2017-01-04 Pierre OssmanMake connect button more prominent
2017-01-04 Pierre OssmanRemove connect dialog
2017-01-04 Pierre OssmanRemove vendor prefix from border-radius
2017-01-04 Pierre OssmanGroup rarely changed settings together
2017-01-04 Pierre OssmanGroup WebSocket settings together
2017-01-04 Pierre OssmanRemove alternative style sheets
2017-01-04 Pierre OssmanRemove unused token setting
2017-01-04 Pierre OssmanCenter canvas vertically as well
2017-01-04 Pierre OssmanBlack out background when connected
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 OssmanUpdate all state on session size change
2016-12-09 Pierre OssmanDon't violate Display abstraction
2016-12-09 Pierre OssmanAdd test for Display.flush()
2016-12-09 Pierre OssmanRemove blitStringImage() in favour of imageRect()
2016-12-09 Pierre OssmanFlush out rendering after each performance test
2016-12-06 Pierre OssmanRun performance tests at full speed
2016-12-01 Samuel MannehedMerge pull request #727 from CendioOssman/travis
2016-11-29 Pierre OssmanSkip language tests on broken browsers
2016-11-29 Pierre OssmanUpdate test platforms
2016-11-29 Samuel MannehedMerge pull request #725 from CendioOssman/rightbar
2016-11-28 Samuel MannehedFix translation util tests
2016-11-28 Samuel MannehedRemove duplicate line
2016-11-28 Samuel MannehedClear UI.connected state variable right away
2016-11-28 Samuel MannehedFurther fixes for fallback error handler
2016-11-28 Samuel MannehedFix fallback error handling
2016-11-26 Pierre OssmanRemember control bar position
2016-11-26 Pierre OssmanAllow control bar to be moved to the right side
2016-11-24 Pierre OssmanTouching the handle should keep the control bar visible
2016-11-24 Samuel MannehedMerge pull request #720 from kosmasgiannis/locale-el
2016-11-24 Giannis KosmasUpdate Greek translation
2016-11-22 Samuel MannehedMerge pull request #718 from ossman/po
2016-11-21 Samuel MannehedAdded more useful links to README
2016-11-21 Samuel MannehedFormatting cleanup of README
2016-11-21 Samuel MannehedUpdate browser requirements in README
2016-11-21 Samuel MannehedUpdate description in README
2016-11-21 Samuel MannehedFix link tagname
2016-11-19 Pierre OssmanUpdate Swedish translation
2016-11-19 Pierre OssmanAlso translate HTML elements
2016-11-18 Samuel MannehedAdd Pierre Ossman as contributor for UI and Icons
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
2016-11-10 Samuel MannehedHandle server-side disconnections
2016-11-10 Samuel MannehedSeparate state actions from connection actions
2016-11-10 Samuel MannehedMove disconnect actions to a separate funciton
2016-11-10 Samuel MannehedHandle errors while opening a Websocket
2016-11-10 Samuel MannehedAdd fallback handling for uncought errors
2016-11-10 Samuel MannehedrequestDesktopSize() should always return a value
2016-11-10 Samuel MannehedComment out skipped test
2016-11-10 Samuel MannehedSkip keysyms.fromUnicode UCS-4 test
2016-11-10 Samuel MannehedFix keysyms.fromUnicode() tests
2016-11-10 Samuel MannehedUpgrade to latest npm package versions
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
2016-11-10 Samuel MannehedBump up node.js version for travis
2016-11-10 Samuel MannehedMerge pull request #711 from CendioOssman/spinners
2016-11-08 Pierre OssmanBlocking transition screen when connecting/disconnecting
2016-11-08 Samuel MannehedMerge pull request #697 from CendioOssman/keyboard
2016-10-29 Samuel MannehedMerge pull request #704 from kosmasgiannis/locale-el
2016-10-28 Giannis KosmasAdded Greek translation
2016-10-28 Samuel MannehedEnsure translations variable is set before use
next