- 02 Aug, 2013 1 commit
-
-
Anton Lundin authored
We create timeouts, not intervals. Then we need to clear them with clearTimeout.
-
- 23 Jul, 2013 1 commit
-
-
samhed authored
-
- 18 Jul, 2013 1 commit
-
-
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 1 commit
-
-
Peter Åstrand (astrand) authored
* Must declare port variable. * Must look for https first, then http.
-
- 23 Apr, 2013 1 commit
-
-
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 1 commit
-
-
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.
-
- 12 Apr, 2013 1 commit
-
-
Joel Martin authored
-
- 30 Jan, 2013 3 commits
- 23 Dec, 2012 1 commit
-
-
Hirokazu Takahashi authored
Firefox 17 generates 173 as the keycode for the minus key.
-
- 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.
-
- 01 Nov, 2012 1 commit
-
-
Joel Martin authored
Related to issue: https://github.com/kanaka/noVNC/issues/205 Split out the function to load a single script to Util.load_script. In order to get sequential load, when on IE set the script defer flag. It is currently working on webkit and firefox but just in case also set the script.async flag to make sure that scripts execute in the order they are added. Scripts should still load in parallel.
-
- 26 Oct, 2012 2 commits
-
-
Joel Martin authored
Data files should now set the variable VNC_frame_encoding to either "binary" or "base64". The python websockify recording mode adds this automatically based on what is negotiated with the client being recorded.
-
Joel Martin authored
Pull in websockify 1669139
-
- 23 Oct, 2012 2 commits
-
-
Joel Martin authored
Generally this means falling back to 8-bit colour mapped hextile which is uses more bandwidth and is likely slower that tight with 24-bit true color. This is related to this query: http://superuser.com/questions/484790/how-to-use-8-bit-mode-with-novnc
-
Joel Martin authored
Use a mechanism described here to serialize the execution of scripts under IE: http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order Basically, we set the src attribute but do not append the script to the body/head until after readyState is "loaded". Unfortunately, Opera uses readyState but in a different way (always "loaded" for both load and execution). This is related to (and hopefully fixes) these issues: https://github.com/kanaka/noVNC/issues/194, https://github.com/kanaka/noVNC/issues/205, https://github.com/kanaka/noVNC/issues/208.
-
- 19 Oct, 2012 1 commit
-
-
Joel Martin authored
-
- 18 Oct, 2012 1 commit
-
-
Joel Martin authored
Related to issue: https://github.com/kanaka/noVNC/issues/205 Split out the function to load a single script to Util.load_script. In order to get sequential load, when on IE set the script defer flag. It is currently working on webkit and firefox but just in case also set the script.async flag to make sure that scripts execute in the order they are added. Scripts should still load in parallel.
-
- 17 Oct, 2012 4 commits
-
-
Joel Martin authored
This reverts commit 079504a6.
-
Joel Martin authored
-
Joel Martin authored
Related to issue/pulls: https://github.com/kanaka/noVNC/issues/194 https://github.com/kanaka/noVNC/pull/201 https://github.com/kanaka/noVNC/pull/202 In IE9, the window.onload event can fire before dynamically loaded scripts have finished loading. This can result in either WebSocket (in the case of vnc_auto.html) or RFB (in the case of vnc.html) not being defined at the point when window.onload is called. - Move the load_scripts routine from vnc.js to util.js (so that websockify can use it too). Also, refactor to work when load_scripts is called by a script that itself uses load_scripts. When the whole chain of dynamically loaded scripts is finished then call window.onscriptsload. Use this mechanism in all the places that depend on dynamic loading of scripts: vnc.html, vnc_auto.html, websock.js, tests/vnc_playback.html, and tests/vnc_perf.html. - Use the new window.onscriptsload handler instead of window.onload. - Remove include/start.js and do the script loading and startup event handling in include/ui.js instead.
-
vj authored
This is a workaround for corrupted non-square cursors seen on some Windows 7 machines with NVIDIA cards. The corruption only happens when the screen is in portrait mode.
-
- 15 Oct, 2012 2 commits
-
-
Joel Martin authored
-
Joel Martin authored
The MPL 2.0 license is a "file-level" copyleft license vs the "project-level" nature of the L/GPL. The intention of noVNC has always been that it should be easy to incorporate into existing projects and sites whether free/open or proprietary/commercial. The MPL 2.0 is designed for this sort of combination project but still requires that any distributed modifications to noVNC source files must also be published under the same license. In addition, the MPL 2.0 allows the code to be used in L/GPL projects (the secondary license clause). This means that any projects that are already incorporating noVNC should not be impacted by this change and in fact it should clarify the licensing situation (the exact application of the L/GPL to web applications and interpreted code is somewhat ambiguous). The HTML, CSS, image and font files continue to be under more permissive licenses (see LICENSE.txt). The included websockify python code remains under a LGPLv3 license although the include/websock.js file from the websockify component is now under MPL 2.0 as well. Permission was received from other noVNC authors to make this change to their code license on the following dates: - Chris Gordon (UI): Jun 24, 2012 - Antoine Mercadal (DOM,*util.js): Oct 10, 2012 - William Lightning (UltraVNC repeater): Oct 10, 2012 - Mike Tinglof (tight encoding): Oct 15, 2012
-
- 10 Oct, 2012 1 commit
-
-
Joel Martin authored
This updated version is imported from: http://hg.mozilla.org/mozilla-central/raw-file/ec10630b1a54/js/src/devtools/jint/sunspider/string-base64.js
-