summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta23.tarv1.5.0beta23Glenn Randers-Pehrson2010-04-2937-50/+50
* [devel] Fix a spelling typo in the contrib/pngminim makefilesGlenn Randers-Pehrson2010-04-293-3/+3
* [devel] Deleted no longer used file scripts/def.dfnGlenn Randers-Pehrson2010-04-291-0/+0
* [devel] Removed contrib/pngminim/*/gather.shGlenn Randers-Pehrson2010-04-295-0/+2
* [devel] Removed dummy_inflate.c from contrib/pngminim/encoderGlenn Randers-Pehrson2010-04-294-6/+2
* [devel] Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTEDGlenn Randers-Pehrson2010-04-293-4/+8
* [devel] Added logunsupported=1 to cause pnglibconf.h to document disabledGlenn Randers-Pehrson2010-04-283-1/+14
* [devel] Corrected protection of png_get_user_transform_ptr.Glenn Randers-Pehrson2010-04-283-5/+12
* [devel] Corrected PNG_UNKNOWN_CHUNKS_SUPPORTEDGlenn Randers-Pehrson2010-04-283-2/+6
* [devel] Corrected PNG_REMOVED macro to take five arguments.Glenn Randers-Pehrson2010-04-283-1/+9
* [devel] Bump back to version libpng-1.5.0beta23Glenn Randers-Pehrson2010-04-2827-70/+74
* [devel] Removed extraneous contrib/pngminim/pngusr.hGlenn Randers-Pehrson2010-04-281-70/+0
* [devel] Imported from libpng-1.5.0beta22.tarv1.5.0beta22Glenn Randers-Pehrson2010-04-2813-36/+106
* [devel] Revised contrib/pngminim to use the "everything off" optionGlenn Randers-Pehrson2010-04-2818-289/+447
* [devel] Improved the options.awk script; added an "everything off" option.Glenn Randers-Pehrson2010-04-2820-79/+247
* [devel] Fixed dependencies of GET_INT_32 - it doesn't require READ_INT_FUNCTIONSGlenn Randers-Pehrson2010-04-284-12/+29
* [devel] Bump to libpng-1.5.0beta22Glenn Randers-Pehrson2010-04-2824-50/+50
* [devel] Imported from libpng-1.5.0beta21.tarv1.5.0beta21Glenn Randers-Pehrson2010-04-2640-56/+56
* [devel] Set PNG_NO_READ_BGR, PNG_NO_IO_STATE, and PNG_NO_TIME_RFC1123 inGlenn Randers-Pehrson2010-04-265-6/+17
* [devel] Removed some unwanted binary bytes from the new vstudio project files.Glenn Randers-Pehrson2010-04-247-7/+11
* [devel] Bump back to version libpng-1.5.0beta21Glenn Randers-Pehrson2010-04-2443-91/+92
* [devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project f...Glenn Randers-Pehrson2010-04-2415-760/+765
* [devel] Imported from libpng-1.5.0beta20.tarv1.5.0beta20Glenn Randers-Pehrson2010-04-244-0/+0
* [devel] Fix more permissions in version libpng-1.5.0beta20Glenn Randers-Pehrson2010-04-242-2/+4
* [devel] Bump back to version libpng-1.5.0beta20Glenn Randers-Pehrson2010-04-2424-67/+67
* [devel] Bump back to version libpng-1.5.0beta19Glenn Randers-Pehrson2010-04-2424-67/+67
* [devel] Update permissions in libpng-1.5.0beta20Glenn Randers-Pehrson2010-04-244-6/+16
* [devel] Relaxed permissions on some files.Glenn Randers-Pehrson2010-04-247-14/+6
* [devel] Bump to version libpng-1.5.0beta20Glenn Randers-Pehrson2010-04-2424-67/+71
* [devel] Imported from libpng-1.5.0beta19.tarv1.5.0beta19Glenn Randers-Pehrson2010-04-2433-55/+44
* [devel] Replaced visualc6 and visualc71 projects with new vstudio projectGlenn Randers-Pehrson2010-04-2422-2209/+744
* [devel] Changed Windows calling convention back to __cdecl for API functions.Glenn Randers-Pehrson2010-04-247-106/+116
* [devel] Added PNG_{READ,WRITE}_INT_FUNCTIONS_SUPPORTED.Glenn Randers-Pehrson2010-04-246-17/+55
* [devel] Don't force QUANTIZE on in scripts/symbols.dfnGlenn Randers-Pehrson2010-04-241-2/+1
* [devel] Update Makefile.in to delete the xcode project.Glenn Randers-Pehrson2010-04-241-1/+0
* [devel] Fix 'make distcheck'Glenn Randers-Pehrson2010-04-173-3/+3
* [devel] Bump to version libpng-1.5.0beta19Glenn Randers-Pehrson2010-04-1724-68/+72
* [devel] Imported from libpng-1.5.0beta18.tarv1.5.0beta18Glenn Randers-Pehrson2010-04-1737-53/+53
* [devel] Added some PNG_NO_* defines to contrib/pngminim/*/pngusr.h toGlenn Randers-Pehrson2010-04-175-2/+7
* [devel] Updated contrib/pngminim project to work with the new pnglibconf.hGlenn Randers-Pehrson2010-04-179-132/+89
* [devel] Moved replacements for png_error() and png_warning() from theGlenn Randers-Pehrson2010-04-173-3/+13
* [devel] Restored the ability to include optional pngusr.hGlenn Randers-Pehrson2010-04-173-1/+17
* [devel] Revised contrib/pngminim/decoder to build and use pnglibconf.hGlenn Randers-Pehrson2010-04-174-9/+66
* [devel] Attempt to get contrib/pngminim working with new pnglibconf.hGlenn Randers-Pehrson2010-04-172-1/+35
* [devel] Change DITHER to QUANTIZE in the pnglibconf.h maintenance scriptsGlenn Randers-Pehrson2010-04-172-5/+3
* [devel] Note in CHANGES that pngusr.h is unuseableGlenn Randers-Pehrson2010-04-173-1/+3
* [devel] Bump to version libpng-1.5.0beta18Glenn Randers-Pehrson2010-04-1724-67/+71
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2010-04-172-3/+1
* [devel] Update README files.Glenn Randers-Pehrson2010-04-172-54/+16
* [devel] Imported from libpng-1.5.0beta17.tarGlenn Randers-Pehrson2010-04-175-5/+5