- 18 Jul, 2013 3 commits
-
-
Joel Martin authored
Improved use of screen real estate
-
Joel Martin authored
Display the desktop name in the document title
-
samhed authored
-
- 17 Jul, 2013 2 commits
-
-
samhed authored
-
samhed authored
button group instead of centered. * On low resolution devices the padding towards the edges of the screen of the left and right button groups are now removed. * Since the status_bar was merged into the control-bar the actual status_bar element became redundant and was therefor removed. * Improved the style of the control-bar when there is an error or a warning. * Implemented a fix so that vnc_auto.html works as intended with the improved screen real estate patch.
-
- 12 Jul, 2013 2 commits
- 28 Jun, 2013 3 commits
-
-
Samuel Mannehed authored
-
Samuel Mannehed authored
-
Samuel Mannehed authored
Also added a popup with the status text.
-
- 25 Apr, 2013 2 commits
-
-
Joel Martin authored
Re-fix pull req #245:
-
Peter Åstrand (astrand) authored
* Must declare port variable. * Must look for https first, then http.
-
- 23 Apr, 2013 2 commits
-
-
Joel Martin authored
Detect port properly in vnc_auto.html when used on port 80 or 443.
-
Will Rouesnel authored
Because apparently it is simple enough for me to forget to include in the previous commit.
-
- 22 Apr, 2013 1 commit
-
-
Will Rouesnel authored
Correctly identifies the use of http/https and forces the value of port to 80 and 443 respectively, as in this situation window.location.port is blank. This is patch includes the same changes as made in vnc_auto.html
-
- 17 Apr, 2013 1 commit
-
-
Joel Martin authored
Also, in COPYRECT, set FBU.bytes to the number we know we will need.
-
- 16 Apr, 2013 2 commits
-
-
Joel Martin authored
Set FBU.bytes to 1 in encHandlers.COPYRECT
-
Vagn Johansen authored
FBU.bytes must be set before return false to indicate that the FBU header has been read. If not set then "if (FBU.bytes == 0) { ..}" in framebufferUpdate will be entered and the copyrect header will be interpreted as a new FBU leading to a "unsupported encoding" disconnect error.
-
- 15 Apr, 2013 1 commit
-
-
Joel Martin authored
Also, update nova-novncproxy to import websockify instead of wsproxy.
-
- 13 Apr, 2013 1 commit
-
-
Will Rouesnel authored
Browsers (such as Chrome) don't report port numbers in window.location.port when used on standard ports such as 80 and 443. This causes vnc_auto.html to not automatically find the port as it should. This simple change checks if window.location.port is blank, and sets port as appropriate from the name of the protocol in use.
-
- 12 Apr, 2013 1 commit
-
-
Joel Martin authored
-
- 08 Apr, 2013 2 commits
-
-
Joel Martin authored
Import cfg from oslo in nova-novncproxy
-
Nikola Dipanov authored
Upstram OpenStack Nova package has moved the config engine into a separate package. Mirror that change in the novnc script.
-
- 05 Apr, 2013 4 commits
-
-
Joel Martin authored
Minimize differences between vnc.html and vnc_auto.html
-
Peter Åstrand (astrand) authored
* UTF-8 charset defintition. * Define IE=edge for X-UA-Compatible. * Add Apple iOS Safari settings.
-
Peter Åstrand (astrand) authored
-
Peter Åstrand (astrand) authored
names="apple-mobile-web-app-status-bar-style" should be: name="apple-mobile-web-app-status-bar-style"
-
- 04 Apr, 2013 1 commit
-
-
Joel Martin authored
Tweak order/whitespace/style to match vnc.html more closely.
-
- 03 Apr, 2013 1 commit
-
-
Peter Åstrand (astrand) authored
functional changes.
-
- 31 Jan, 2013 2 commits
-
-
Joel Martin authored
Consistent Unix line endings
-
jalf authored
-
- 30 Jan, 2013 3 commits
- 24 Dec, 2012 1 commit
-
-
Joel Martin authored
Ctrl+'-' won't work on a US keyboad with the latest Firefox.
-
- 23 Dec, 2012 1 commit
-
-
Hirokazu Takahashi authored
Firefox 17 generates 173 as the keycode for the minus key.
-
- 30 Nov, 2012 2 commits
-
-
Joel Martin authored
Changed the config module which includes CONF
-
Nikhil Komawar authored
currently CONF was attempted of being imported from nova config.py rather than openstack/common/cfg.py. this commit fixes that.
-
- 14 Nov, 2012 1 commit
-
-
Joel Martin authored
Pull c33f0b52e7 from websockify. - Fix for python2.4 with URL parsing. - Set binaryType earlier in Opera 12.10 to avoid receiving a blob. - Re-order client and target processing so that pending client data has an opportunity to be sent when the target closes.
-
- 08 Nov, 2012 1 commit
-
-
Joel Martin authored
Update utils/nova-novncproxy to work with nova master branch
-