1. 26 Mar, 2015 1 commit
    • Solly Ross's avatar
      Create RFB object on connect · 58ded70d
      Solly Ross authored
      In e543525f, we switched to creating
      a new RFB object on disconnect.  This caused issues, however, since
      any errors were only displayed briefly before the new "loaded" text
      was displayed instead.
      
      Now, we create the RFB object on connect.  This essentially removes
      the usefulness of the "loaded" state, but prevents the aforementioned
      problem.
      
      To facilitate this, the code which does detection of cursor URI support
      was moved from this Display constructor (which now calls the new
      function) into its own function, `Util.browserSupportsCursorURIs()`.
      
      Fixes #467
      58ded70d
  2. 11 Mar, 2015 1 commit
  3. 10 Mar, 2015 1 commit
  4. 09 Mar, 2015 1 commit
    • samhed's avatar
      * Don't check specific html elements from the display code (Fixes #446) · fdedbafb
      samhed authored
      * Renamed and reworked fbuClip to clippingDisplay
      * Added tests for clippingDisplay
      * Use the a noVNC_container which covers the entire page to get the full size
        (Fixes #463)
      * Added maxWidth and maxHeight to the canvas which can limit the viewport size
      * Only show either the canvas or the logo, hide one when the other is shown
      * Always center the canvas (previously it was only centered when not clipping)
      * Removed iOS specific "position-fixed" fixes and start calling setBarPosition
        on every resize
      * Removed the noVNC_screen_pad
      fdedbafb
  5. 05 Mar, 2015 3 commits
  6. 03 Mar, 2015 1 commit
    • Solly Ross's avatar
      Support local scaling · 72747869
      Solly Ross authored
      This commit adds two new addition scaling options.  Both options do
      local scaling.  The first "Local Scaling", does both upscaling and
      downscaling.  The second option, "Local Downscaling", only downscales.
      
      This is based on work by @mightypenguin (with an additional bug
      reported by @glazik12).
      72747869
  7. 27 Feb, 2015 6 commits
  8. 26 Feb, 2015 1 commit
  9. 25 Feb, 2015 1 commit
    • Solly Ross's avatar
      Fix disconnect/reconnect issues · e543525f
      Solly Ross authored
      Commit 155d78b3 prevented reconnections
      from working properly.  This fixes that by creating a new RFB object
      after disconnecting or failing.
      
      Furthermore, this ensures that a new connection cannot be opened util
      we've actually disconnected (either by timer or by receiving a `close`
      event).
      
      Closes #452
      e543525f
  10. 20 Feb, 2015 1 commit
    • Solly Ross's avatar
      Remove 'debian' directory · 2ec29db7
      Solly Ross authored
      This commit removes the old debian packaging information, which is
      out of date.  People who wish to create Debain packages for noVNC
      are better off using the package information from the actual Debian
      or Ubuntu packages.
      
      Closes #453
      2ec29db7
  11. 18 Feb, 2015 1 commit
  12. 17 Feb, 2015 6 commits
  13. 16 Feb, 2015 2 commits
    • Solly Ross's avatar
      Update package.json to specify version 0.5.1 · 4e534a80
      Solly Ross authored
      The current noVNC release is 0.5.1, but package.json still
      says version 0.5.0.  This fixes that.
      
      Fixes #441
      4e534a80
    • Solly Ross's avatar
      Remove local copies of websockify · 6f514864
      Solly Ross authored
      This commit removes local copies of websockify.
      Instead `utils/launch.sh` performs the following logic:
      
      If `utils/websockify` exists, use `utils/websockify/run` (if the latter
      does not exist, or is not executable, fail, since this is probably a
      mistake).
      
      Otherwise, check to see if websockify is installed somewhere (try
      `which websockify`).  If it is, use that.  Otherwise, clone
      websockify from github, and tell git to ignore that directory.
      
      Packaged versions of noVNC should simply list websockify as a
      requirement.  The debian packaging has been updated to reflect
      this.
      
      Closes #433
      6f514864
  14. 10 Feb, 2015 3 commits
    • Solly's avatar
      Merge pull request #444 from samhed/extdesktop · f675e03c
      Solly authored
      Support ExtendedDesktopSize and SetDesktopSize
      f675e03c
    • samhed's avatar
      Support automatic resize [Part 4/4]: unit tests · 4dec490a
      samhed authored
      * Added new tests for the setDesktopSize encoding
      * Added new tests for the ExtendedDesktopSize encoding
      4dec490a
    • samhed's avatar
      Support automatic resize [Part 3/4]: ui.js · f8b399d7
      samhed authored
      * Added a resize request (setDesktopSize) triggered when connecting and by
        changes to the browser window's size.
      * Hid the view-drag-hand when the display area is the same or smaller than the
        remote session size.
      * Added a setting for the automatic resize feature.
      * Updated vnc.html and vnc_auto.html to reflect the changes to the UI.
      f8b399d7
  15. 07 Feb, 2015 1 commit
  16. 06 Feb, 2015 4 commits
  17. 04 Feb, 2015 1 commit
  18. 03 Feb, 2015 1 commit
  19. 26 Jan, 2015 1 commit
  20. 15 Jan, 2015 1 commit
  21. 08 Jan, 2015 1 commit
  22. 29 Nov, 2014 1 commit