- 19 Jul, 2013 1 commit
-
-
https://github.com/kanaka/noVNCsamhed authored
-
- 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
- 11 Jul, 2013 1 commit
-
-
samhed authored
-
- 08 Jul, 2013 1 commit
-
-
samhed authored
* The trigger distance now takes devicePixelRatio into account.
-
- 03 Jul, 2013 1 commit
-
-
samhed authored
-
- 28 Jun, 2013 3 commits
-
-
Samuel Mannehed authored
-
Samuel Mannehed authored
-
Samuel Mannehed authored
Also added a popup with the status text.
-
- 25 Jun, 2013 1 commit
-
-
Samuel Mannehed authored
to make double clicking on touch devices easier a double click is now triggered when two mouse clicks occur within 500 milli seconds and closer than 50 pixels together
-
- 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.
-