summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.2beta01.tarv1.5.2beta01Glenn Randers-Pehrson2011-02-132-0/+3
* [devel] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-02-132-6/+17
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-1319-26/+32
* [master] Add synopsis for png_set_16() to the manual.Glenn Randers-Pehrson2011-02-132-10/+14
* [devel] Trim trailing blanks from sources and manualGlenn Randers-Pehrson2011-02-127-206/+204
* [devel] Document png_set_expand_16, correct transformation table.John Bowler2011-02-122-76/+146
* [devel] Sort scripts/pnglibconf.h.prebuilt, plus better commentJohn Bowler2011-02-121-127/+131
* [devel] Implement expansion to 16 bitsJohn Bowler2011-02-128-5/+155
* [devel] Clean up ALPHA flags and transformationsJohn Bowler2011-02-126-160/+107
* [devel] Fix png_get_current_row_number in the interlaced case.John Bowler2011-02-124-2/+23
* [devel] Fix gcc -pendantic warnings, handle Cygwin longjmp fix png_read_pngJohn Bowler2011-02-123-44/+55
* [devel] turn on interlace handling in png_read_pngJohn Bowler2011-02-121-1/+6
* Revert "[devel] Changed empty parameter to PNG_BLANK in PNG_EXPORTA definitio...Glenn Randers-Pehrson2011-02-124-46/+27
* [devel] Changed empty parameter to PNG_BLANK in PNG_EXPORTA definition toGlenn Randers-Pehrson2011-02-124-27/+46
* [devel] Reverted the "__clang__" special case in pngconf.hGlenn Randers-Pehrson2011-02-063-8/+6
* [devel] Add __clang__ special case in pngconf.hGlenn Randers-Pehrson2011-02-043-6/+8
* [devel] Add CHANGES entry about shadow warnings fixGlenn Randers-Pehrson2011-02-032-100/+10
* [devel] Changed some names of formal parameters to avoid Shadow warningsGlenn Randers-Pehrson2011-02-031-6/+6
* --amend [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-0327-86/+126
* --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