1. 02 Oct, 2009 3 commits
  2. 27 Sep, 2009 2 commits
  3. 16 Jun, 2009 1 commit
  4. 22 May, 2009 1 commit
  5. 12 May, 2009 1 commit
  6. 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
  7. 04 Feb, 2008 1 commit
    • dscho's avatar
      ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) · 26b79b89
      dscho authored
      Highlite:
       * use qualityLevel/zlib_buffer. No new variable is needed.
       * Change coding style to recursive fashion.
       * Change meaning of qualityLevel== 9 for easy calc zywrle_level:
           old:zywrle_level== 1
           new:disable ZYWRLE(same as ZRLE)
         so, we should not use this value for compatible reason.
       * Color mode handling isn't complete.
         I provided and checked 16 bit colors(RGB555,RGB565) and
         some color mode of 32 bit colors for little endian mode.
         we must make and check 24 bit colors and big endian mode.
      Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      26b79b89
  8. 14 Aug, 2007 1 commit
  9. 04 Aug, 2007 1 commit
  10. 30 Mar, 2007 1 commit
  11. 01 Feb, 2007 2 commits
  12. 31 Jan, 2007 1 commit
  13. 11 Sep, 2006 1 commit
  14. 05 Jun, 2006 1 commit
  15. 15 May, 2006 1 commit
  16. 13 May, 2006 1 commit
  17. 04 May, 2006 3 commits
  18. 02 May, 2006 4 commits
  19. 28 Apr, 2006 1 commit
  20. 26 Apr, 2006 1 commit
  21. 28 Mar, 2006 1 commit
  22. 27 Mar, 2006 1 commit
  23. 08 Jan, 2006 1 commit
  24. 19 Dec, 2005 1 commit
  25. 09 Dec, 2005 1 commit
  26. 07 Dec, 2005 2 commits
  27. 25 Nov, 2005 1 commit
  28. 06 Oct, 2005 3 commits