1. 05 Feb, 2005 1 commit
  2. 25 Jan, 2005 1 commit
  3. 24 Jan, 2005 2 commits
  4. 23 Jan, 2005 1 commit
  5. 21 Jan, 2005 3 commits
  6. 20 Jan, 2005 3 commits
  7. 19 Jan, 2005 4 commits
  8. 18 Jan, 2005 4 commits
    • dscho's avatar
      pointerClient was still static. · a84b3d07
      dscho authored
      do not make requestedRegion empty without reason.
      
      the cursor handling for clients which don't handle CursorShape updates was
      completely broken. It originally was very complicated for performance
      reasons, however, in most cases it made performance even worse, because at
      idle times there was way too much checking going on, and furthermore,
      sometimes unnecessary updates were inevitable.
      
      The code now is much more elegant: the ClientRec structure knows exactly
      where it last painted the cursor, and the ScreenInfo structure knows where
      the cursor shall be.
      
      As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more
      dontSendFramebufferUpdate, and no more isCursorDrawn.  It is now possible to
      have clients which understand CursorShape updates and clients which don't at
      the same time.
      
      rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor
      structure knows what to free and what not.
      a84b3d07
    • dscho's avatar
      dd923e86
    • dscho's avatar
      add a cursor test (interactive for now) · 9cc78e54
      dscho authored
      9cc78e54
    • dscho's avatar
      more ignorance · b5bbdae6
      dscho authored
      b5bbdae6
  9. 17 Jan, 2005 2 commits
  10. 16 Jan, 2005 2 commits
  11. 14 Jan, 2005 10 commits
  12. 03 Jan, 2005 1 commit
  13. 27 Dec, 2004 1 commit
  14. 23 Dec, 2004 4 commits
  15. 20 Dec, 2004 1 commit