summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-0234-126/+96
* --amend [devel] Imported from libpng-1.5.1rc02.tarv1.5.1rc02Glenn Randers-Pehrson2011-01-3122-58/+58
* [devel] updated the commentary in pngpriv.h about PNG_UNUSED().Glenn Randers-Pehrson2011-01-313-31/+12
* [devel] Changed PNG_UNUSED to "(void)param;"Glenn Randers-Pehrson2011-01-303-7/+9
* [devel] Added a request in the manual that applications do not use "png_" orGlenn Randers-Pehrson2011-01-294-25/+38
* --amend [devel] Imported from libpng-1.5.1rc01.tar.gzv1.5.1rc01Glenn Randers-Pehrson2011-01-2824-71/+77
* [devel] Imported from libpng-1.5.1beta11.tarGlenn Randers-Pehrson2011-01-282-3/+2
* [devel] Imported from libpng-1.5.1beta11.tarv1.5.1beta11Glenn Randers-Pehrson2011-01-2822-64/+65
* [devel] Fixed comments around PNG_UNUSED macro definition in pngpriv.hGlenn Randers-Pehrson2011-01-281-19/+21
* [devel] Updated CHANGES and ANNOUNCE.Glenn Randers-Pehrson2011-01-282-3/+11
* [devel] Add-transform-tests-to-pngvalid-simplify-argumentsJohn Bowler2011-01-283-378/+650
* [devel] Correct-local-variable-type-in-new-API-png_processJohn Bowler2011-01-281-1/+1
* [devel] Changed PNG_UNUSED from "param=param;" to "{if(param){}}".Glenn Randers-Pehrson2011-01-273-8/+17
* [devel] Simplified the PNG_UNUSED macro.Glenn Randers-Pehrson2011-01-273-6/+6
* [devel] Trying a different PNG_UNUSED macro.Glenn Randers-Pehrson2011-01-275-17/+29
* [devel] Imported from libpng-1.5.1beta10.tarv1.5.1beta10Glenn Randers-Pehrson2011-01-2615-32/+41
* [devel] Made the manual, synopses, and function prototypes use the functionGlenn Randers-Pehrson2011-01-256-56/+80
* [devel] Fixed incorrect examples of callback prototypes in the manual.Glenn Randers-Pehrson2011-01-244-14/+16
* [devel] Bump to version libpng-1.5.1beta10Glenn Randers-Pehrson2011-01-2423-65/+69
* [devel] Imported from libpng-1.5.1beta09.tarv1.5.1beta09Glenn Randers-Pehrson2011-01-2411-33/+29
* [devel] Updated CHANGDES and ANNOUNCE files about John's checkin.Glenn Randers-Pehrson2011-01-242-4/+23
* [devel] Enhance pngvalid, correct an error in gray_to_rgb, correct doc error.John Bowler2011-01-237-53/+1668
* [devel] Bump to version libpng-1.5.1beta09Glenn Randers-Pehrson2011-01-2223-65/+69
* [devel] Imported from libpng-1.5.1beta08.tarv1.5.1beta08Glenn Randers-Pehrson2011-01-229-12/+12
* [devel] Updated CHANGES and ANNOUNCE.Glenn Randers-Pehrson2011-01-222-15/+9
* [devel] Added four new convenience functions (John Bowler)John Bowler2011-01-223-16/+71
* [devel] Corrected const_png_ in png.h to png_const_ to avoid pollutingJohn Bowler2011-01-2214-231/+386
* [devel] Rebuilt Makefile.in and configure from the new sources.Glenn Randers-Pehrson2011-01-222-3/+57
* [devel] Attempted to fix cpp on Solaris with S. Studio 12 cc, fix buildJohn Bowler2011-01-225-3/+42
* [devel] Added synopses for the IO_STATE functions and other missing synopsesGlenn Randers-Pehrson2011-01-223-891/+13
* [manual] Updated libpng.3 synopses to agree with scripts/symbols.defGlenn Randers-Pehrson2011-01-221-46/+86
* [devel] Add png_get_io_chunk_type to scripts/symbols.defJohn Bowler2011-01-221-0/+1
* [devel] Corrected (again) the ordinal of png_get_io_chunk_type().Glenn Randers-Pehrson2011-01-221-1/+1
* [devel] Bump to version libpng-1.5.1beta08Glenn Randers-Pehrson2011-01-2218-36/+36
* [devel] Corrected the ordinal for the new function in png.hGlenn Randers-Pehrson2011-01-221-2/+2
* [devel] Added synopses for the IO_STATE functions to the manual.Glenn Randers-Pehrson2011-01-222-0/+2
* [devel] Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name()Glenn Randers-Pehrson2011-01-226-30/+65
* [devel] Imported from libpng-1.5.1beta07.tarv1.5.1beta07Glenn Randers-Pehrson2011-01-2139-57/+57
* [devel] Updated manual synopses, fixed several typos,Glenn Randers-Pehrson2011-01-212-260/+626
* [devel] Added const_png_structp and const_png_infop types, and used them inGlenn Randers-Pehrson2011-01-2111-202/+232
* [devel] In the manual, describe the png_get_IHDR() arguments in the right order.Glenn Randers-Pehrson2011-01-214-12/+18
* [devel] Bump to version libpng-1.5.1rc01Glenn Randers-Pehrson2011-01-2126-74/+78
* [devel] Imported from libpng-1.5.1beta06.tarv1.5.1beta06Glenn Randers-Pehrson2011-01-2013-36/+37
* [devel] Eliminate more GCC shadow warningsJohn Bowler2011-01-167-75/+80
* [devel] Prevent png_push_crc_skip() from hanging while reading an unknown chunkGlenn Randers-Pehrson2011-01-163-1/+5
* [devel] Bump to version libpng-1.5.1beta06Glenn Randers-Pehrson2011-01-1623-65/+69
* [devel] Imported from libpng-1.5.1beta05.tarv1.5.1beta05Glenn Randers-Pehrson2011-01-162-2/+0
* [devel] Changed variable names png_index, png_div, png_exp, and png_gamma toGlenn Randers-Pehrson2011-01-163-83/+95
* [devel] Bump to version libpng-1.5.1beta05Glenn Randers-Pehrson2011-01-1622-65/+65
* [devel] Imported from libpng-1.5.1beta04.tarv1.5.1beta04Glenn Randers-Pehrson2011-01-167-11/+11