1. 26 Apr, 2006 1 commit
  2. 06 Oct, 2005 1 commit
  3. 15 May, 2005 1 commit
  4. 18 Jan, 2005 1 commit
    • 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
  5. 01 Dec, 2004 1 commit
  6. 30 Aug, 2004 1 commit
  7. 07 Jun, 2004 1 commit
  8. 25 May, 2004 1 commit
  9. 22 May, 2004 1 commit
  10. 14 May, 2004 2 commits
  11. 13 May, 2004 1 commit
  12. 08 May, 2004 2 commits
  13. 06 May, 2004 1 commit
  14. 28 Apr, 2004 1 commit
  15. 20 Apr, 2004 1 commit
  16. 13 Apr, 2004 1 commit
  17. 08 Apr, 2004 1 commit
  18. 11 Mar, 2004 1 commit
  19. 20 Feb, 2004 1 commit
  20. 19 Jan, 2004 1 commit
    • runge's avatar
      handle mouse button number mismatch · dede7749
      runge authored
       improved pointer input handling during drags, etc.
       somewhat faster copy_tiles() -> copy_tiles()
       x11vnc options -buttonmap -old_pointer -old_copytile
      dede7749
  21. 16 Jan, 2004 1 commit
  22. 10 Jan, 2004 1 commit
  23. 09 Dec, 2003 1 commit
  24. 11 Nov, 2003 1 commit
  25. 11 Sep, 2003 1 commit
    • markmc's avatar
      2002-09-11 Mark McLoughlin <mark@skynet.ie> · d02db5ca
      markmc authored
              * Makefile.in, */Makefile.in, aclocal.m4,
                bootstrap.sh, config.h.in, configure,
                depcomp, install-sh, missing, mkinstalldirs,
              Removed auto-generated files from CVS.
      d02db5ca
  26. 08 Sep, 2003 1 commit
  27. 18 Aug, 2003 2 commits
  28. 06 Aug, 2003 1 commit
  29. 30 Jul, 2003 1 commit
  30. 28 Jul, 2003 1 commit
  31. 10 Jul, 2003 1 commit
  32. 03 Apr, 2003 2 commits
  33. 20 Feb, 2003 1 commit
  34. 10 Feb, 2003 1 commit
  35. 09 Feb, 2003 2 commits