1. 10 Apr, 2012 1 commit
  2. 03 Apr, 2012 3 commits
  3. 23 Mar, 2012 1 commit
  4. 16 Mar, 2012 1 commit
  5. 14 Mar, 2012 2 commits
    • Joel Martin's avatar
      Release down/pressed keys when window loses focus. · 6671c762
      Joel Martin authored
      May window managers have a keyboard shortcut that switch away from the
      current desktop (e.g. desktop switcher). Unfortunately, when this
      happens, the meta/control keys that are used with the shortcut will
      send a down event to the browser, but the up event will never be sent
      because the browser no longer has focus at the point when the up event
      happens. This can cause weird stuck key issues for VNC clients (not
      just noVNC). To get around this, we try and detect when the browser
      loses focus and release any keys that are on the keyDownList.
      
      As an aside, if you run into this situation (in noVNC or another VNC
      client), you can unstick the state by pressing and releasing the Ctrl,
      Shift, Alt, etc.
      
      Addresses: https://github.com/kanaka/noVNC/pull/135
      6671c762
    • Joel Martin's avatar
      Squelch noisy debug logs. · ce86f5c9
      Joel Martin authored
      ce86f5c9
  6. 12 Mar, 2012 2 commits
  7. 11 Mar, 2012 5 commits
  8. 09 Mar, 2012 1 commit
  9. 20 Feb, 2012 5 commits
  10. 15 Feb, 2012 1 commit
  11. 14 Feb, 2012 2 commits
  12. 02 Feb, 2012 1 commit
    • Joel Martin's avatar
      Make WebSocket encrypt setting default to page protocol. · 1af3e54b
      Joel Martin authored
      I.e. if the page is https:// then the WebSocket encrypt setting will
      default to wss:// (TLS encryption).
      
      Note that since noVNC settings are saved in cookies, this will only
      affect first load. If you have already loaded the page, then the
      encrypt setting will be whatever you last set it to.
      1af3e54b
  13. 31 Jan, 2012 2 commits
  14. 30 Jan, 2012 2 commits
  15. 29 Jan, 2012 2 commits
  16. 28 Jan, 2012 2 commits
  17. 27 Jan, 2012 1 commit
    • Joel Martin's avatar
      Default path 'websockify' for Clojure Websockify. · 523cc4d6
      Joel Martin authored
      The Jetty WebSocket server code used by the Clojure version of
      websockify doesn't support WebSocket and Web at the same path so pass
      in a default value for the path so that we can support the Clojure
      version websockify.
      523cc4d6
  18. 26 Jan, 2012 1 commit
  19. 25 Jan, 2012 2 commits
  20. 24 Jan, 2012 2 commits
  21. 12 Jan, 2012 1 commit
    • Joel Martin's avatar
      Merge remote branch 'origin/issue-70' · e79917c3
      Joel Martin authored
      Conflicts:
      	include/display.js
      	include/rfb.js
      
      This merges in the fix for https://github.com/kanaka/noVNC/issues/70
      
      This changes noVNC to use the preferred color ordering that most VNC
      server prefer and that VMWare VNC requires. It's possible this may
      break some VNC servers out there in which case we might have to do
      something a bit more subtle such as having alternate render functions
      for little and big endian color ordering.
      e79917c3