1. 31 3月, 2017 1 次提交
  2. 30 3月, 2017 1 次提交
  3. 20 10月, 2016 1 次提交
  4. 03 10月, 2016 1 次提交
  5. 04 9月, 2016 1 次提交
  6. 03 9月, 2016 1 次提交
  7. 04 8月, 2016 1 次提交
  8. 16 7月, 2016 1 次提交
  9. 14 7月, 2016 1 次提交
  10. 02 7月, 2016 2 次提交
    • G
      [libpng16] Updated CHANGES and ANNOUNCE · b733c50b
      Glenn Randers-Pehrson 提交于
      b733c50b
    • J
      pngcp: tool to copy PNG files · 0ac91cc6
      John Bowler 提交于
      This adds pngcp to the build together with a pngcp.dfa configuration test; the
      test revealed some configuration bugs which are fixed by corrections to the
      _SUPPORTED macros.
      
      pngcp builds on all tested configurations and a number of bugs have been fixed
      to make this happen relative to the version in libpng 1.7 contrib/examples.
      pngcp.dfa will have to be different for 1.7 but pngcp.c should work fine (not
      yet tested).  pngcp itself is still missing a usage message; this is a
      preliminary version, although since it behaves the same way as 'cp' most unoids
      shouldn't have a problem using it correctly.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      0ac91cc6
  11. 09 6月, 2016 1 次提交
  12. 28 5月, 2016 2 次提交
  13. 10 3月, 2016 1 次提交
  14. 16 1月, 2016 2 次提交
  15. 03 1月, 2016 1 次提交
  16. 14 12月, 2015 1 次提交
  17. 23 11月, 2015 1 次提交
  18. 14 11月, 2015 1 次提交
  19. 12 11月, 2015 1 次提交
  20. 02 11月, 2015 1 次提交
  21. 31 10月, 2015 1 次提交
  22. 30 10月, 2015 1 次提交
  23. 18 8月, 2015 1 次提交
  24. 17 8月, 2015 1 次提交
  25. 23 7月, 2015 1 次提交
  26. 30 4月, 2015 1 次提交
  27. 02 4月, 2015 1 次提交
  28. 26 3月, 2015 1 次提交
  29. 08 3月, 2015 2 次提交
  30. 27 1月, 2015 1 次提交
  31. 13 1月, 2015 2 次提交
  32. 21 11月, 2014 1 次提交
  33. 07 11月, 2014 1 次提交
  34. 06 11月, 2014 1 次提交
    • J
      [libpng16] Fixed array size calculations to avoid warnings. At various points · 03df1899
      John Bowler 提交于
      in the code the number of elements in an array is calculated using
      sizeof.  This generates a compile time constant of type (size_t) which
      is then typically assigned to an (unsigned int) or (int). Some versions
      of GCC on 64-bit systems warn about the apparent narrowing, even though
      the same compiler does apparently generate the correct, in-range,
      numeric constant.  This adds appropriate, safe, casts to make the
      warnings go away.
      03df1899
  35. 01 11月, 2014 1 次提交