1. 10 Nov, 2009 1 commit
  2. 02 Nov, 2009 1 commit
  3. 30 Oct, 2009 4 commits
  4. 07 Oct, 2009 1 commit
  5. 02 Oct, 2009 4 commits
  6. 27 Sep, 2009 2 commits
  7. 16 Jun, 2009 1 commit
  8. 22 May, 2009 1 commit
  9. 12 May, 2009 1 commit
  10. 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
  11. 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
  12. 14 Aug, 2007 1 commit
  13. 04 Aug, 2007 1 commit
  14. 30 Mar, 2007 1 commit
  15. 01 Feb, 2007 2 commits
  16. 31 Jan, 2007 1 commit
  17. 11 Sep, 2006 1 commit
  18. 05 Jun, 2006 1 commit
  19. 15 May, 2006 1 commit
  20. 13 May, 2006 1 commit
  21. 04 May, 2006 3 commits
  22. 02 May, 2006 4 commits
  23. 28 Apr, 2006 1 commit
  24. 26 Apr, 2006 1 commit
  25. 28 Mar, 2006 1 commit
  26. 27 Mar, 2006 1 commit
  27. 08 Jan, 2006 1 commit