1. 26 Apr, 2012 1 commit
  2. 13 Apr, 2012 1 commit
  3. 03 Apr, 2012 1 commit
  4. 23 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 1 commit
    • Joel Martin's avatar
      Merge tight/tightPNG routine. · c0c20581
      Joel Martin authored
      Mostly duplicate code so merge it and wrap with closures that pass in
      the isTightPNG parameter.
      
      Still detect and error if copy/filter when tightPNG.
      c0c20581
  7. 11 Mar, 2012 3 commits
  8. 09 Mar, 2012 1 commit
  9. 20 Feb, 2012 1 commit
  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. 26 Jan, 2012 1 commit
  18. 25 Jan, 2012 2 commits
  19. 24 Jan, 2012 2 commits
  20. 12 Jan, 2012 2 commits
  21. 15 Dec, 2011 2 commits
  22. 01 Dec, 2011 1 commit
    • Joel Martin's avatar
      Add View Only mode setting. · 06a9ef0c
      Joel Martin authored
      Resolve issue: https://github.com/kanaka/noVNC/pull/101
      
      Based on proposal from @mightpenguin:
      Matthew Balman <emperor@mightypenguin.org>
      
      If view_only option is set then do not send mouse and keyboard events.
      This is not a secure/enforced way to make a client view only. To
      enforce view only at the server, most VNC servers support setting
      a view only password.
      06a9ef0c
  23. 19 Nov, 2011 2 commits
  24. 29 Sep, 2011 3 commits
  25. 27 Sep, 2011 1 commit