summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.5beta07.tarv1.5.5beta07Glenn Randers-Pehrson2011-09-0811-64/+78
* [libpng15] Changed png_chunk_benign_error() to png_warning() in png.c, inGlenn Randers-Pehrson2011-09-083-17/+26
* [devel] Changed "// ..." comments to "/* .. */" in the visupng project.Glenn Randers-Pehrson2011-09-033-182/+189
* [devel] Add SunOS support to configure and Makefile.amGlenn Randers-Pehrson2011-09-014-7/+2
* [devel] Added SunOS support to configure.ac and Makefile.amGlenn Randers-Pehrson2011-09-016-23/+85
* [devel] Zapped "zap" (changed "zap" to "remove")Glenn Randers-Pehrson2011-08-292-5/+5
* [devel] Revise makefile.darwin to support both i386 and 64-bit architectureGlenn Randers-Pehrson2011-08-291-1/+1
* [devel] Added some blank lines to projects/vstudio/zlib.props for clarity.Glenn Randers-Pehrson2011-08-291-1/+4
* [devel] Added "$(ARCH)" option to makefile.darwinGlenn Randers-Pehrson2011-08-293-7/+8
* [devel] Bump version to libpng-1.5.5beta07Glenn Randers-Pehrson2011-08-2627-76/+80
* [devel] Imported from libpng-1.5.5beta06.tarv1.5.5beta06Glenn Randers-Pehrson2011-08-268-9/+9
* [devel] Spell "behavior" consistently.Glenn Randers-Pehrson2011-08-253-5/+5
* [devel] Use "gray" spelling consistently.Glenn Randers-Pehrson2011-08-251-8/+8
* [devel] Use "color" spelling consistently.Glenn Randers-Pehrson2011-08-251-1/+1
* [devel] Describe the new XYZ APIs in the manual.John Bowler2011-08-252-0/+88
* [devel] Updated symbols.def which was supposed to be part of previous patch.John Bowler2011-08-251-0/+4
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-2513-503/+2044
* [devel] Expanded TAB characters in CMakeLists.txtGlenn Randers-Pehrson2011-08-171-50/+46
* [devel] Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txtGlenn Randers-Pehrson2011-08-173-0/+13
* [devel] Bump version to libpng-1.5.5beta06Glenn Randers-Pehrson2011-08-1723-63/+66
* [devel] Imported from libpng-1.5.5beta05.tarv1.5.5beta05Glenn Randers-Pehrson2011-08-1711-25/+25
* [devel] Added new types and internal functions for CIE RGB end point handlingJohn Bowler2011-08-163-0/+27
* [devel] Prevent unexpected API exports from non-libpng DLLs on Windows.John Bowler2011-08-169-63/+139
* [devel] Revised commentary about png_rgb_to_gray coefficentsGlenn Randers-Pehrson2011-08-113-2/+7
* [devel] Bump version to libpng-1.5.5beta05Glenn Randers-Pehrson2011-07-2923-63/+67
* [devel] Imported from libpng-1.5.5beta04.tarv1.5.5beta04Glenn Randers-Pehrson2011-07-2911-23/+34
* [devel] Updated commentary about the png_rgb_to_gray() default coefficientsGlenn Randers-Pehrson2011-07-294-13/+35
* [devel] Revised CMakeLists.txt (Clifford Yapp)Glenn Randers-Pehrson2011-07-273-72/+43
* [devel] Fix typo in manual: "was" was "was was".Glenn Randers-Pehrson2011-07-272-12/+12
* [devel] Bump version to libpng-1.5.5beta04Glenn Randers-Pehrson2011-07-2723-63/+67
* [devel] Imported from libpng-1.5.5beta03.tarv1.5.5beta03Glenn Randers-Pehrson2011-07-2716-33/+35
* [devel] Updated CHANGES to reshow addition of new compression APIGlenn Randers-Pehrson2011-07-262-7/+7
* [devel] Minor documentation editing.Glenn Randers-Pehrson2011-07-262-72/+179
* [devel] Enabled compilation with g++ compiler. This compiler does notJohn Bowler2011-07-144-32/+57
* [devel] Added recent CVE numbers at relevant places in the CHANGES file.Glenn Randers-Pehrson2011-07-141-4/+5
* [devel] Bump version to libpng-1.5.5beta03Glenn Randers-Pehrson2011-07-1423-63/+67
* [devel] Imported from libpng-1.5.5beta02.tarv1.5.5beta02Glenn Randers-Pehrson2011-07-1412-26/+26
* [devel] Revised Makefile.am and Makefile.in to look in the right directory forJohn Bowler2011-07-144-8/+14
* [devel] Reverted Makefile.am and Makefile.in to 1.5.4 status.Glenn Randers-Pehrson2011-07-132-2/+2
* [devel] Bump version to libpng-1.5.5beta02Glenn Randers-Pehrson2011-07-1323-61/+67
* [devel] Imported from libpng-1.5.5beta01.tarv1.5.5beta01Glenn Randers-Pehrson2011-07-1315-32/+32
* [devel] Revised manual paragraph about use of 'NO' macros.Glenn Randers-Pehrson2011-07-122-8/+8
* [devel] Minor editing of the manual.Glenn Randers-Pehrson2011-07-124-56/+98
* [devel] Reverted non-portable GNU syntax in makefile (?=, +=)Glenn Randers-Pehrson2011-07-123-9/+9
* [devel] Updated contrib/pngminus/makefile.stdGlenn Randers-Pehrson2011-07-113-16/+18
* [devel] Reverted type of "my_background" to png_color_16 in the manual.Glenn Randers-Pehrson2011-07-102-4/+6
* [devel] png_set_background does not take an info_ptr argument.Glenn Randers-Pehrson2011-07-092-2/+2
* [devel] Fixed some typos in the manual.Glenn Randers-Pehrson2011-07-094-251/+41
* [devel] Bump version to libpng-1.5.5beta01Glenn Randers-Pehrson2011-07-0827-106/+164
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-0739-170/+118