summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [master] Imported from libpng-1.4.4beta02.tarv1.4.4beta02Glenn Randers-Pehrson2010-07-2412-22/+22
* [master] Added a special case typedef of png_longjmp_ptr for WATCOM.Glenn Randers-Pehrson2010-07-243-5/+11
* [master] Moved the definition of png_snprintf()Glenn Randers-Pehrson2010-07-243-27/+32
* [master] Update copyright year in documentationGlenn Randers-Pehrson2010-07-223-17/+17
* [master] Added -DNO_PNG_SNPRINTF to CFLAGS in scripts/makefile.dj2Glenn Randers-Pehrson2010-07-163-4/+6
* [master] Bump to version 1.4.4beta02Glenn Randers-Pehrson2010-07-1230-79/+83
* [master] Imported from libpng-1.4.4beta01.tarv1.4.4beta01Glenn Randers-Pehrson2010-07-1215-228/+24
* [master] Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans)Glenn Randers-Pehrson2010-07-124-215/+223
* [master] Added some "(" that were missing in README and scripts/README.txtGlenn Randers-Pehrson2010-06-302-4/+4
* [master] Removed some newly-added TAB characters from pngpread.cGlenn Randers-Pehrson2010-06-305-82/+50
* [master] Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5Glenn Randers-Pehrson2010-06-275-15/+19
* [master] Bump version to libpng-1.4.4beta01Glenn Randers-Pehrson2010-06-2533-91/+123
* [master] Tag the recent releasesGlenn Randers-Pehrson2010-06-251-1/+1
* [master] Imported from libpng-1.4.3.tarGlenn Randers-Pehrson2010-06-2533-117/+95
* [master] Imported from libpng-1.4.3rc03.tarv1.4.3rc03Glenn Randers-Pehrson2010-06-2534-100/+112
* [master] Imported from libpng-1.4.3rc02.tarv1.4.3rc02Glenn Randers-Pehrson2010-06-2533-93/+115
* [master] Imported from libpng-1.4.3rc01.tarv1.4.3rc01Glenn Randers-Pehrson2010-06-2532-92/+100
* [master] Imported from libpng-1.4.3beta05.tarv1.4.3beta05Glenn Randers-Pehrson2010-06-2533-151/+396
* [master] Imported from libpng-1.4.3beta04.tarv1.4.3beta04Glenn Randers-Pehrson2010-06-2532-89/+114
* [master] Imported from libpng-1.4.3beta02.tarv1.4.3beta02Glenn Randers-Pehrson2010-06-2531-91/+90
* [master] Imported from libpng-1.4.3beta01.tarv1.4.3beta01Glenn Randers-Pehrson2010-06-2536-462/+173
* [master] Imported from libpng-1.4.3.tarv1.4.3Glenn Randers-Pehrson2010-06-2549-174/+465
* [master] The "vstudio" project was missing from the .zip and .7z distributionsGlenn Randers-Pehrson2010-05-172-3/+5
* [master] Added missing quotation marks in the aix block of configure.acGlenn Randers-Pehrson2010-05-144-2/+4
* [master] Bump to version 1.4.3beta01Glenn Randers-Pehrson2010-05-1433-117/+102
* [master] Imported from libpng-1.4.2.tarv1.4.2Glenn Randers-Pehrson2010-05-0636-111/+101
* [master] Imported from libpng-1.4.2rc06.tarv1.4.2rc06Glenn Randers-Pehrson2010-05-0433-82/+82
* [master] Moved declarations of umsg[] inside the proper #ifdef blocksGlenn Randers-Pehrson2010-05-043-64/+73
* [master] Revert to version 1.4.2rc05Glenn Randers-Pehrson2010-05-0431-148/+135
* [master] Use bitwise AND instead of integer arithmetic MOD in pngrutil.cGlenn Randers-Pehrson2010-05-031-11/+3
* [master] Changed a typecast in pngrutil.c to stifle compiler warningGlenn Randers-Pehrson2010-05-033-7/+14
* [master] Added a typecast in pngrutil.c to stifle compiler warningGlenn Randers-Pehrson2010-05-033-1/+6
* [master] Moved declarations of umsg[] inside proper #ifdef blocks in pngrutil.cGlenn Randers-Pehrson2010-05-033-57/+66
* [master] Bump to version 1.4.2rc06Glenn Randers-Pehrson2010-04-2929-77/+77
* [master] Bump to version 1.4.2rc05Glenn Randers-Pehrson2010-04-2929-77/+79
* [master] Bump to version 1.4.2rc06Glenn Randers-Pehrson2010-04-2933-89/+86
* [master] Imported from libpng-1.4.2rc05.tarv1.4.2rc05Glenn Randers-Pehrson2010-04-293-3/+3
* [master] Corrected protection of png_get_user_transform_ptr.Glenn Randers-Pehrson2010-04-293-1/+8
* [master] Corrected PNG_UNKNOWN_CHUNKS_SUPPORTED in gregbook/readpng2.cGlenn Randers-Pehrson2010-04-293-2/+6
* [master] Bump to version 1.4.2rc05Glenn Randers-Pehrson2010-04-2933-83/+83
* [master] Removed dummy_inflate.c and uncompr.c from contrib/pngminim/encoderGlenn Randers-Pehrson2010-04-295-32/+4
* [master] Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTEDGlenn Randers-Pehrson2010-04-293-13/+23
* [master] Remove mislocated files from projects/visualc6Glenn Randers-Pehrson2010-04-264-138/+2
* [master] Imported from libpng-1.4.2rc04.tarv1.4.2rc04Glenn Randers-Pehrson2010-04-2635-81/+220
* [master] Set PNG_NO_READ_BGR, PNG_NO_IO_STATE, and PNG_NO_TIME_RFC1123 inGlenn Randers-Pehrson2010-04-265-3/+19
* [master] Added the "vstudio" project to replace "visualc6" and "visualc71"Glenn Randers-Pehrson2010-04-2611-9/+771
* [master] Imported from libpng-1.4.2rc03.tarv1.4.2rc03Glenn Randers-Pehrson2010-04-2418-36/+38
* [master] Move png_set_quantize and png_do_quantize to proper locations in docs.Glenn Randers-Pehrson2010-04-162-12/+10
* [master] Bump to version 1.4.2rc03Glenn Randers-Pehrson2010-04-1635-68/+68
* [master] Trivial revision of documentation.Glenn Randers-Pehrson2010-04-162-31/+49