1. 11 May, 2012 2 commits
  2. 10 May, 2012 4 commits
  3. 30 Apr, 2012 3 commits
  4. 26 Apr, 2012 2 commits
    • Joel Martin's avatar
      Comment out duplicates in unicodeTable. · 483157f8
      Joel Martin authored
      Unfortunately the values for those duplicate keys are not the same and
      I'm not sure which ones are more correct. However, for now, I've
      commented out the second occurrence.
      
      This data is generated from /usr/include/X11/keysymdef.h using the
      utils/u2x11 script.
      483157f8
    • Joel Martin's avatar
      Don't treat onerror as a close. · dcf1994d
      Joel Martin authored
      The close event will also fire so trying to fail the connection twice
      is unhelpful and hiding status information.
      dcf1994d
  5. 25 Apr, 2012 1 commit
  6. 13 Apr, 2012 1 commit
  7. 10 Apr, 2012 2 commits
  8. 03 Apr, 2012 3 commits
  9. 23 Mar, 2012 1 commit
  10. 16 Mar, 2012 1 commit
  11. 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
  12. 12 Mar, 2012 2 commits
  13. 11 Mar, 2012 5 commits
  14. 09 Mar, 2012 1 commit
  15. 20 Feb, 2012 5 commits
  16. 15 Feb, 2012 1 commit
  17. 14 Feb, 2012 2 commits
  18. 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
  19. 31 Jan, 2012 1 commit