- 09 Oct, 2013 2 commits
- 04 Oct, 2013 3 commits
-
-
Joel Martin authored
Autoconnect option as URL query
-
Joel Martin authored
Fixes the onscreen keyboard in Chrome on Android
-
samhed authored
-
- 24 Sep, 2013 1 commit
-
-
samhed authored
-
- 23 Sep, 2013 1 commit
-
-
samhed authored
-
- 21 Sep, 2013 2 commits
-
-
John Dewey authored
-
John Dewey authored
A similar change was made to ui.js in #252.
-
- 17 Sep, 2013 1 commit
-
-
samhed authored
-
- 26 Aug, 2013 1 commit
-
-
Joel Martin authored
Rfb js fixes
-
- 02 Aug, 2013 1 commit
-
-
Anton Lundin authored
We create timeouts, not intervals. Then we need to clear them with clearTimeout.
-
- 31 Jul, 2013 1 commit
-
-
Joel Martin authored
Fix to onMouseDisable
-
- 23 Jul, 2013 3 commits
-
-
Joel Martin authored
Allow for double taps to trigger double clicks even if the second touch is a slight bit off
-
Joel Martin authored
Fixed so that viewportDrag works even if no mouse button is selected.
-
samhed authored
-
- 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
-
- 13 Jun, 2013 1 commit
-
-
Phil Driscoll authored
-
- 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.
-