1. 29 Jan, 2012 2 commits
  2. 28 Jan, 2012 2 commits
  3. 26 Jan, 2012 1 commit
  4. 25 Jan, 2012 2 commits
  5. 24 Jan, 2012 2 commits
  6. 12 Jan, 2012 3 commits
  7. 05 Jan, 2012 1 commit
  8. 15 Dec, 2011 4 commits
  9. 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
  10. 19 Nov, 2011 2 commits
  11. 17 Nov, 2011 2 commits
  12. 07 Nov, 2011 1 commit
  13. 31 Oct, 2011 1 commit
  14. 29 Oct, 2011 1 commit
  15. 28 Oct, 2011 2 commits
  16. 08 Oct, 2011 2 commits
  17. 29 Sep, 2011 6 commits
    • Joel Martin's avatar
      websockify --run-once, --timeout, numpy fallback · 1e508715
      Joel Martin authored
      Pull websockify 724aa3a.
      
      - Use array module for unmasking HyBi when no numpy module is
          available.
      
      - Detect client close properly when using python 3.
      
      - Print request URL path is specified.
      
      - New option --run-once will exit after handling a single WebSocket
        connection (but not ater flash policy or normal web requests).
      
      - New option --timeout TIME will stop listening for new connections
        after exit after TIME seconds (the master process shuts down).
        Existing WebSocket connections will continue but once all
        connections are closed all processes will terminate.
      1e508715
    • Joel Martin's avatar
      Fix README screenshot src. · 65db2d82
      Joel Martin authored
      65db2d82
    • Joel Martin's avatar
      Update README screenshots. · b29e06f3
      Joel Martin authored
      b29e06f3
    • Joel Martin's avatar
      f4bce783
    • Joel Martin's avatar
      Formatting. Image renames/cleanup. · 5299db1a
      Joel Martin authored
      - Remove the images using the old font.
      
      - Simplify the naming of the new control bar icon images.
      
      - Change keyboard input type to 'email'. 'url' type doesn't have
        a space bar.
      
      - Some clarifications to main LICENSE.txt file.
      5299db1a
    • Chris Gordon's avatar
      Mobile icons. · 938daad1
      Chris Gordon authored
      - CSS highlighting of buttons when selected.
      - Keyboard button tweaked to allow show/hide toggle of keyboard.
      Signed-off-by: 's avatarChris Gordon <snorkeyg@gmail.com>
      938daad1
  18. 28 Sep, 2011 1 commit
  19. 27 Sep, 2011 3 commits
  20. 26 Sep, 2011 1 commit
    • Joel Martin's avatar
      Move viewport functions. · 7cd6118c
      Joel Martin authored
      Move viewportChange(), getCleanDirtyReset(), absX() and absY() to the
      public API section. Also add some function comments.
      7cd6118c