1. 02 Oct, 2009 1 commit
  2. 03 Feb, 2009 1 commit
    • dscho's avatar
      clean up build flags · 3d2eab57
      dscho authored
      The flag handling (both compiler options and include paths) are a mess at
      the moment.  There is no point in forcing "-O2 -g" when these are already
      the defaults, and if someone changes the defaults, chances are good they
      don't want you clobbering their choices.
      
      The -Wall flag should be handled in configure and thrown into CFLAGS once
      rather than every Makefile.am.  Plus, this way we can control which
      compilers the flag actually gets used with.
      
      Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS.  Nor should
      it contain -I. as this is already in the default includes setup.
      Signed-off-by: 's avatarMike Frysinger <vapier@gentoo.org>
      Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      3d2eab57
  3. 30 Mar, 2007 1 commit
  4. 12 Sep, 2006 1 commit
  5. 13 May, 2006 1 commit
  6. 18 May, 2005 1 commit
  7. 15 May, 2005 1 commit
  8. 07 May, 2005 1 commit
  9. 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
  10. 01 Dec, 2004 1 commit
  11. 30 Aug, 2004 1 commit
  12. 18 Jun, 2004 1 commit
  13. 25 May, 2004 1 commit
  14. 19 Jan, 2004 2 commits
  15. 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
  16. 08 Sep, 2003 1 commit
  17. 29 Aug, 2003 1 commit
  18. 18 Aug, 2003 1 commit
  19. 06 Aug, 2003 1 commit
  20. 30 Jul, 2003 1 commit
  21. 28 Jul, 2003 1 commit
  22. 10 Jul, 2003 1 commit
  23. 20 Feb, 2003 1 commit
  24. 10 Feb, 2003 3 commits
  25. 09 Feb, 2003 2 commits