1. 17 Jun, 2010 3 commits
  2. 16 Jun, 2010 5 commits
  3. 15 Jun, 2010 5 commits
  4. 14 Jun, 2010 4 commits
  5. 13 Jun, 2010 2 commits
  6. 10 Jun, 2010 3 commits
  7. 09 Jun, 2010 3 commits
  8. 08 Jun, 2010 1 commit
  9. 07 Jun, 2010 4 commits
  10. 04 Jun, 2010 2 commits
  11. 03 Jun, 2010 3 commits
  12. 02 Jun, 2010 3 commits
  13. 01 Jun, 2010 2 commits
    • Joel Martin's avatar
      Add --record option to wsproxy.py. · 325d9eb7
      Joel Martin authored
      325d9eb7
    • Joel Martin's avatar
      Add colour map support (non-true-color). · d41c33e4
      Joel Martin authored
      In colourMap mode there are 256 colours in a colour palette sent from
      the server via the SetColourMapEntries message. This reduces the
      bandwidth by about 1/4. However, appearance can be somewhat less than
      ideal (pinks instead of gray, etc).
      
      It also increases client side rendering performance especially on
      firefox. Rendering a full 800x600 update takes about 950ms in
      firefox on my system compared to about 1400ms. Round-trip time for
      a full frame buffer update is even better on firefox (due to
      performance of the flash WebSocket emulator). Reduced from about
      1800ms to 1100ms on firefox (for 800x600 full update).
      d41c33e4