]> git.proxmox.com Git - mirror_novnc.git/history - app/ui.js
Remove alternative style sheets
[mirror_novnc.git] / app / ui.js
2017-01-04 Pierre OssmanRemove alternative style sheets
2017-01-04 Pierre OssmanRemove unused token setting
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 OssmanUpdate all state on session size change
2016-11-29 Samuel MannehedMerge pull request #725 from CendioOssman/rightbar
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-22 Samuel MannehedMerge pull request #718 from ossman/po
2016-11-21 Samuel MannehedFix link tagname
2016-11-19 Pierre OssmanAlso translate HTML elements
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 MannehedAdd fallback handling for uncought errors
2016-11-10 Samuel MannehedMerge pull request #689 from ossman/keysym
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-28 Samuel MannehedAlways translate literals instead of variables
2016-10-28 Samuel MannehedDon't translate unexpected errors
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 MannehedUpdate comment for screenSize()
2016-10-24 Samuel MannehedRemove unnecessary anonymous function
2016-10-24 Samuel MannehedTypo fix for last commit
2016-10-24 Samuel MannehedAdd missing log output for UI-specific errors
2016-10-24 Samuel MannehedReformat lines to avoid line-breaks
2016-10-24 Samuel MannehedMerge pull request #686 from CendioOssman/favicon
2016-10-21 Pierre OssmanBetter method to keep focus on virtual keyboard
2016-10-20 Samuel MannehedMerge pull request #677 from CendioOssman/perf
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 #650 from kanaka/touchdetect
2016-10-19 Samuel MannehedFix typo that caused clipping by default on IE
2016-10-18 Samuel MannehedAdd safety check in code for moving the handle
2016-10-18 Samuel MannehedMove the handle properly when page is scrolled
2016-10-15 Pierre OssmanDon't send Unicode to RFB.sendKey()
2016-10-14 samhedNew way of detecting touch
2016-10-13 Samuel MannehedHide input related buttons in view only
2016-10-13 Samuel MannehedDon't modify mouse or keyboard in view_only mode
2016-10-13 Samuel MannehedAdd logging when creation of RFB fails
2016-10-13 Samuel MannehedDon't request a new desktop size in view_only
2016-10-13 Samuel MannehedRemove redeclaration of a variable
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 MannehedKeep the connect panel when missing host or port
2016-09-30 Samuel MannehedDo not timeout error messages
2016-09-30 Samuel MannehedDon't close the control bar when disconnected
2016-09-30 Samuel MannehedRemove unnecessary substates of disconnected
2016-09-30 Samuel MannehedImprove the connection state names
2016-09-30 Samuel MannehedDon't abuse state change function for messages
2016-09-30 Samuel MannehedRemove special password state
2016-09-30 Samuel MannehedUse single line if's for simple return criteria
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 MannehedClean up virtual keyboard handling
2016-09-23 Pierre OssmanMove Ctrl+Alt+Del to extra keys menu
2016-09-23 Samuel MannehedAuto-close the toolbar on connect after a delay
2016-09-23 Samuel MannehedAllow moving the controlbar handle
2016-09-23 Pierre OssmanAdd handle to open and close the control bar
2016-09-23 Pierre OssmanMake control bar transparent when idle
2016-09-23 Pierre OssmanChange control bar to a smaller left-side toolbar
2016-09-23 Pierre OssmanLet CSS update UI for touch and connected state
2016-09-23 Pierre OssmanEnable extra keys for all devices
2016-09-23 Samuel MannehedAdd a separate dialog for the password prompt
2016-09-23 Samuel MannehedAbstract status dialog CSS class handling
2016-09-23 samhedRemove redundant modifier state variables
2016-09-23 samhedShow all status messages in a popup top bar
2016-09-22 Pierre OssmanSupport RFB bell
2016-09-20 Pierre OssmanClean up panel open/close API
2016-09-20 Pierre OssmanMake "selected" an extra CSS class
2016-09-20 samhedHarmonise CSS names
2016-09-20 Pierre OssmanLet CSS control what it means to be hidden/closed
2016-09-19 Pierre OssmanSimplify modifier button display
2016-09-19 samhedShow/hide logo in updateVisualState()
2016-09-19 samhedRemove unused description
2016-09-19 samhedAvoid ambigious optional arguments
2016-09-19 Pierre OssmanRemove beforeunload handler
2016-09-19 samhedSeparate UI.start() in to sub-functions
2016-09-19 samhedAdd events to objects the modern way
2016-09-19 samhedRemove unused event handlers
2016-09-19 samhedTrigger autoconnect at proper time
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 RossClean up Util
2016-09-16 Solly RossEnable noVNC to become Browserifiable