- 11 May, 2012 2 commits
-
-
Joel Martin authored
- Also add docs/release.txt instruction file.
-
Joel Martin authored
-
- 10 May, 2012 4 commits
-
-
Joel Martin authored
Fixes https://github.com/kanaka/noVNC/issues/163 When using an encoding with raw images (tight, tightPNG) we need to draw those image relative to the viewport so that clipping works when the viewport isn't at 0, 0.
-
Joel Martin authored
RealVNC 4.6 Mac Support.
-
Todd Freese authored
-
Joel Martin authored
Fix python 2.4 CClose exception handling.
-
- 30 Apr, 2012 3 commits
-
-
Joel Martin authored
Fix rpc initialization issue
-
Anthony Young authored
-
Anthony Young authored
* rpc flags now must be manually initialized.
-
- 26 Apr, 2012 2 commits
-
-
Joel Martin authored
Unfortunately the values for those duplicate keys are not the same and I'm not sure which ones are more correct. However, for now, I've commented out the second occurrence. This data is generated from /usr/include/X11/keysymdef.h using the utils/u2x11 script.
-
Joel Martin authored
The close event will also fire so trying to fail the connection twice is unhelpful and hiding status information.
-
- 25 Apr, 2012 1 commit
-
-
Joel Martin authored
-
- 13 Apr, 2012 1 commit
-
-
Joel Martin authored
-
- 10 Apr, 2012 2 commits
-
-
Joel Martin authored
Update README.md to add Foreman project
-
Ohad Levy authored
-
- 03 Apr, 2012 3 commits
-
-
Joel Martin authored
-
Anthony Young authored
* Don't clobber default host/port
-
Anthony Young authored
* Adds the nova-novncproxy binary, to provide support for vnc + OpensStack nova * Adds the ability to pass an auth token in via url, which is subsequently passed back to the proxy as a cookie.
-
- 23 Mar, 2012 1 commit
-
-
- 16 Mar, 2012 1 commit
-
-
Joel Martin authored
Thanks for catching this: https://github.com/abligh
-
- 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 2 commits
-
-
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.
-
Joel Martin authored
-
- 11 Mar, 2012 5 commits
-
-
Joel Martin authored
-
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
-
Joel Martin authored
Conflicts: README.md
-
- 09 Mar, 2012 1 commit
-
-
Mike Tinglof authored
-
- 20 Feb, 2012 5 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
noVNC version 0.2
-
Joel Martin authored
noVNC version 0.1
-
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 1 commit
-
-
Joel Martin authored
-