]> git.proxmox.com Git - mirror_novnc.git/history - core
Merge pull request #718 from ossman/po
[mirror_novnc.git] / core /
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
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 MannehedrequestDesktopSize() should always return a value
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
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
2016-10-28 Samuel MannehedAdd Swedish translation
2016-10-28 Samuel MannehedAlways translate literals instead of variables
2016-10-28 Samuel MannehedRemove unnecessary whitespace
2016-10-28 Samuel MannehedMove app-specific location of language files
2016-10-28 Samuel MannehedMerge pull request #701 from LoekJanssen/master
2016-10-28 Loek JanssenAdded localization to statusbar
2016-10-24 Samuel MannehedMerge branch 'CendioOssman-delay' into master
2016-10-24 Pierre OssmanDon't allow more than one pending update
2016-10-24 Pierre OssmanWait for proper image load event
2016-10-24 Pierre OssmanHide image handling in display object
2016-10-24 Pierre OssmanProcess entire WebSocket message at once
2016-10-24 Samuel MannehedMerge pull request #686 from CendioOssman/favicon
2016-10-22 Solly RossMerge pull request #696 from CendioOssman/wheel
2016-10-21 Pierre OssmanSupport standard mouse wheel event
2016-10-20 Samuel MannehedMerge pull request #677 from CendioOssman/perf
2016-10-19 Samuel MannehedMerge branch 'asadpanda-patch1' into master
2016-10-19 Asad SaeedAdd Meta Key mapping to xtscancodes.js
2016-10-19 Samuel MannehedMerge pull request #649 from kanaka/dontgrabinviewonly
2016-10-19 Samuel MannehedMerge pull request #687 from CendioOssman/info
2016-10-19 Samuel MannehedMerge pull request #619 from zarmhast/touchmouse
2016-10-19 zarmhastFix for touchscreen devices that also have a mouse.
2016-10-19 Samuel MannehedMerge pull request #650 from kanaka/touchdetect
2016-10-15 Pierre OssmanUse Unicode keysym range as fallback
2016-10-14 Pierre OssmanUse correct terminology in RFB.sendKey()
2016-10-14 samhedNew way of detecting touch
2016-10-13 Samuel MannehedDon't request a new desktop size in view_only
2016-10-13 Samuel MannehedDon't grab keyboard or mouse in view-only mode
2016-10-01 Samuel MannehedMerge pull request #651 from kanaka/separatestates
2016-09-30 Solly RossMerge pull request #665 from CendioOssman/bell
2016-09-30 Samuel MannehedRemove out-of-place comma
2016-09-30 Samuel MannehedSplit cleanup from closing the socket
2016-09-30 Samuel MannehedRemove unnecessary substates of disconnected
2016-09-30 Samuel MannehedImprove the connection state names
2016-09-30 Samuel MannehedClean up log output on state changes
2016-09-30 Samuel MannehedSeparate out init state from page state
2016-09-30 Samuel MannehedClean up special state handling for 'failed'
2016-09-30 Samuel MannehedProperly filter list of auth schemes
2016-09-30 Samuel MannehedDon't abuse state change function for messages
2016-09-30 Samuel MannehedDon't change state to same state
2016-09-30 Samuel MannehedRemove special password state
2016-09-30 Samuel MannehedMerge branch 'CendioOssman-toolbar' into master
2016-09-30 Samuel MannehedMerge branch 'toolbar' of https://github.com/CendioOssm...
2016-09-23 Samuel MannehedAllow moving the controlbar handle
2016-09-17 Dmitry SankevichFix TIGHT negotiation with zero sub-auth types
2016-09-16 Solly RossMerge pull request #661 from kanaka/feature/realvnc5...
2016-09-16 Lars Ole HurlenDetect RealVNC's RFB 5.0 Protocol Version
2016-09-16 Solly RossMerge pull request #603 from WardF/master
2016-09-16 Solly RossMerge pull request #496 from kanaka/refactor/modularized
2016-09-16 Solly RossMove input-related files into core/input
2016-09-16 Solly RossRemove unecessary event-related code from Util
2016-09-16 Solly RossUtil shouldn't modify window object
2016-09-16 Solly RossSwitch to PhantomJS 2.x for testing
2016-09-16 Solly RossDon't modify Array prototype
2016-09-16 Solly RossClean up Util
2016-09-16 Solly RossEnable noVNC to become Browserifiable