1. 02 Aug, 2013 1 commit
  2. 23 Jul, 2013 1 commit
  3. 18 Jul, 2013 1 commit
  4. 17 Jul, 2013 2 commits
    • samhed's avatar
      0019d3b0
    • samhed's avatar
      * On low resolution devices the status text is now justified to the left · 35b29c98
      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.
      35b29c98
  5. 12 Jul, 2013 2 commits
  6. 11 Jul, 2013 1 commit
  7. 08 Jul, 2013 1 commit
  8. 03 Jul, 2013 1 commit
  9. 28 Jun, 2013 3 commits
  10. 25 Jun, 2013 1 commit
  11. 13 Jun, 2013 1 commit
  12. 25 Apr, 2013 1 commit
  13. 23 Apr, 2013 1 commit
  14. 22 Apr, 2013 1 commit
    • Will Rouesnel's avatar
      Add default port logic to include/ui.js · c42136d5
      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
      c42136d5
  15. 17 Apr, 2013 1 commit
  16. 16 Apr, 2013 1 commit
    • Vagn Johansen's avatar
      Set FBU.bytes to 1 in encHandlers.COPYRECT · 9f554fcd
      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.
      9f554fcd
  17. 12 Apr, 2013 1 commit
  18. 30 Jan, 2013 3 commits
  19. 23 Dec, 2012 1 commit
  20. 14 Nov, 2012 1 commit
    • Joel Martin's avatar
      Sync with websockify. · 705c54ed
      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.
      705c54ed
  21. 01 Nov, 2012 1 commit
  22. 26 Oct, 2012 2 commits
  23. 23 Oct, 2012 2 commits
  24. 19 Oct, 2012 1 commit
  25. 18 Oct, 2012 1 commit
  26. 17 Oct, 2012 4 commits
  27. 15 Oct, 2012 2 commits
    • Joel Martin's avatar
      e16ad2fd
    • Joel Martin's avatar
      Change noVNC license to from LGPLv3 to MPL 2.0 · 1d728ace
      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
      1d728ace
  28. 10 Oct, 2012 1 commit