1. 26 Apr, 2012 1 commit
  2. 25 Apr, 2012 1 commit
  3. 13 Apr, 2012 1 commit
  4. 10 Apr, 2012 2 commits
  5. 03 Apr, 2012 3 commits
  6. 23 Mar, 2012 1 commit
  7. 16 Mar, 2012 1 commit
  8. 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
  9. 12 Mar, 2012 2 commits
  10. 11 Mar, 2012 5 commits
  11. 09 Mar, 2012 1 commit
  12. 20 Feb, 2012 5 commits
  13. 15 Feb, 2012 1 commit
  14. 14 Feb, 2012 2 commits
  15. 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
  16. 31 Jan, 2012 2 commits
  17. 30 Jan, 2012 2 commits
  18. 29 Jan, 2012 2 commits
  19. 28 Jan, 2012 2 commits
  20. 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
  21. 26 Jan, 2012 1 commit
  22. 25 Jan, 2012 1 commit