- 26 Apr, 2012 1 commit
-
-
Joel Martin authored
The close event will also fire so trying to fail the connection twice is unhelpful and hiding status information.
-
- 13 Apr, 2012 1 commit
-
-
Joel Martin authored
-
- 03 Apr, 2012 1 commit
-
-
Joel Martin authored
-
- 23 Mar, 2012 1 commit
-
-
- 14 Mar, 2012 2 commits
-
-
Joel Martin authored
May window managers have a keyboard shortcut that switch away from the current desktop (e.g. desktop switcher). Unfortunately, when this happens, the meta/control keys that are used with the shortcut will send a down event to the browser, but the up event will never be sent because the browser no longer has focus at the point when the up event happens. This can cause weird stuck key issues for VNC clients (not just noVNC). To get around this, we try and detect when the browser loses focus and release any keys that are on the keyDownList. As an aside, if you run into this situation (in noVNC or another VNC client), you can unstick the state by pressing and releasing the Ctrl, Shift, Alt, etc. Addresses: https://github.com/kanaka/noVNC/pull/135
-
Joel Martin authored
-
- 12 Mar, 2012 1 commit
-
-
Joel Martin authored
Mostly duplicate code so merge it and wrap with closures that pass in the isTightPNG parameter. Still detect and error if copy/filter when tightPNG.
-
- 11 Mar, 2012 3 commits
-
-
Joel Martin authored
-
Joel Martin authored
With last_rect, the rects count can be high until a last_rect pseudo-encoding is received which messes with the timing stats. So count up the number of pixels rendered and show timing after the pixel count reaches the width*height of the screen.
-
Joel Martin authored
-
- 09 Mar, 2012 1 commit
-
-
Mike Tinglof authored
-
- 20 Feb, 2012 1 commit
-
-
Joel Martin authored
-
- 15 Feb, 2012 1 commit
-
-
Joel Martin authored
Add a helpful popup/panel message for when noVNC is used at kanaka.github.com (e.g. where novnc.com redirects).
-
- 14 Feb, 2012 2 commits
-
-
Joel Martin authored
Addresses: https://github.com/kanaka/websockify/issues/29
-
Joel Martin authored
-
- 02 Feb, 2012 1 commit
-
-
Joel Martin authored
I.e. if the page is https:// then the WebSocket encrypt setting will default to wss:// (TLS encryption). Note that since noVNC settings are saved in cookies, this will only affect first load. If you have already loaded the page, then the encrypt setting will be whatever you last set it to.
-
- 31 Jan, 2012 2 commits
-
-
Joel Martin authored
-
Mike Tinglof authored
-
- 30 Jan, 2012 2 commits
-
-
Mike Tinglof authored
-
Mike Tinglof authored
add last rect special encoding; fix tight fill subencoding color handling; fix mono indexed rect handling
-
- 29 Jan, 2012 2 commits
-
-
Mike Tinglof authored
-
Mike Tinglof authored
-
- 28 Jan, 2012 2 commits
-
-
Mike Tinglof authored
-
Mike Tinglof authored
-
- 26 Jan, 2012 1 commit
-
-
Mike Tinglof authored
-
- 25 Jan, 2012 2 commits
-
-
Mike Tinglof authored
-
Mike Tinglof authored
-
- 24 Jan, 2012 2 commits
- 12 Jan, 2012 2 commits
-
-
Joel Martin authored
Issue: https://github.com/kanaka/noVNC/issues/118 Reporter @maxnet also found and suggested the fix. Probably could be more intelligent/generic by keying off the depth sent by the server, but this will do for now.
-
Joel Martin authored
Switched to using: http://www.jshint.com/
-
- 15 Dec, 2011 2 commits
-
-
Joel Martin authored
Pull from websockify: 008a5118e728. Should address issue https://github.com/kanaka/noVNC/issues/107 - Also add ability to force use of web-socket-js using window.WEB_SOCKET_FORCE_FLASH - in websock.js, for rQshift*, assume length is the full length if not specified.
-
Joel Martin authored
Also add commented out web-socket-js debug variable in include/websock.js
-
- 01 Dec, 2011 1 commit
-
-
Joel Martin authored
Resolve issue: https://github.com/kanaka/noVNC/pull/101 Based on proposal from @mightpenguin: Matthew Balman <emperor@mightypenguin.org> If view_only option is set then do not send mouse and keyboard events. This is not a secure/enforced way to make a client view only. To enforce view only at the server, most VNC servers support setting a view only password.
-
- 19 Nov, 2011 2 commits
-
-
Joel Martin authored
-
Joel Martin authored
Opera presto engine version detection is broken. For now, just return true or false. That should cover most cases.
-
- 29 Sep, 2011 3 commits
-
-
Joel Martin authored
-
Joel Martin authored
- Remove the images using the old font. - Simplify the naming of the new control bar icon images. - Change keyboard input type to 'email'. 'url' type doesn't have a space bar. - Some clarifications to main LICENSE.txt file.
-
Chris Gordon authored
- CSS highlighting of buttons when selected. - Keyboard button tweaked to allow show/hide toggle of keyboard. Signed-off-by:
Chris Gordon <snorkeyg@gmail.com>
-
- 27 Sep, 2011 1 commit
-
-
Joel Martin authored
Instead of using Google Font API, use local copy of Orbitron for speed and also in case Internet connection is flaky or unavailable. More info about Orbitron font here: http://www.google.com/webfonts/specimen/Orbitron Orbitron font is: Copyright (c) 2009, Matt McInerney <matt@pixelspread.com> Licensed under SIL Open Font License 1.1 see docs/LICENSE.OFL-1.1 or http://scripts.sil.org/OFL
-