1. 02 May, 2010 1 commit
  2. 01 May, 2010 1 commit
  3. 30 Apr, 2010 3 commits
  4. 19 Apr, 2010 6 commits
  5. 18 Apr, 2010 4 commits
  6. 17 Apr, 2010 3 commits
  7. 16 Apr, 2010 3 commits
  8. 15 Apr, 2010 8 commits
  9. 14 Apr, 2010 9 commits
  10. 13 Apr, 2010 2 commits
    • Joel Martin's avatar
      Initial mouse support. Down and Up only. · d064769c
      Joel Martin authored
      d064769c
    • Joel Martin's avatar
      Hextile working. Improve latency by coallescing sends. · 9f4af5a7
      Joel Martin authored
      - Hextile has an undocumented weirdness where RAW frames are often
        followed by a 0 byte that should be ignored.
      
      - Coallesce client messages that are one after another. Without
        this the server seems to often ignore frames that are send right
        after another frame has been sent. This fixes a reconnect issue
        where setEncodings seems to be ignored. Also results in a huge
        performance increase after key strokes (by adding a update request
        to the key event message) because the server always sends an update
        instead of sometimes waiting for the next poll to be sent.
      9f4af5a7