summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta42.tarv1.5.0beta42Glenn Randers-Pehrson2010-08-181-3/+3
* [devel]Made all API functions that have const arguments and constant stringGlenn Randers-Pehrson2010-08-1817-355/+406
* [devel] Fix spellingGlenn Randers-Pehrson2010-08-181-2/+6
* [devel] Updated ltmain.shGlenn Randers-Pehrson2010-08-171-704/+1043
* [devel] Updated aclocal.m4Glenn Randers-Pehrson2010-08-171-473/+560
* [devel] Add .dll.a to extensions to be symlinked by Makefile.am (Yaakov)Glenn Randers-Pehrson2010-08-134-6/+8
* [devel] Bump to version libpng-1.5.0beta42Glenn Randers-Pehrson2010-08-1127-70/+74
* [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41Glenn Randers-Pehrson2010-08-1140-58/+58
* [devel] Don't try to use version-script with cygwin/mingw.Glenn Randers-Pehrson2010-08-119-809/+1070
* [devel] Added the cHRM chunk to pngtest.pngGlenn Randers-Pehrson2010-08-113-6/+6
* [devel] Update CHANGESGlenn Randers-Pehrson2010-08-061-4/+0
* [devel] Bump to version libpng-1.5.0beta41Glenn Randers-Pehrson2010-08-0627-69/+73
* [devel] Imported from libpng-1.5.0beta40.tarv1.5.0beta40Glenn Randers-Pehrson2010-08-0642-59/+59
* [devel] Added the sRGB chunk to pngtest.pngGlenn Randers-Pehrson2010-08-043-0/+2
* [master] Correct use of _WINDOWS_ in pngconf.h; Removed png_mem_ #defines;Glenn Randers-Pehrson2010-08-035-23/+18
* [devel] Bump to version libpng-1.5.0beta40Glenn Randers-Pehrson2010-08-0227-70/+73
* [devel] Imported from libpng-1.5.0beta39.tarv1.5.0beta39Glenn Randers-Pehrson2010-08-0230-39/+39
* [devel] VisualC/GCC warning fixes, VisualC build fixesGlenn Randers-Pehrson2010-08-0218-299/+664
* [devel] Bump to version libpng-1.5.0beta39Glenn Randers-Pehrson2010-07-3127-70/+74
* [devel] Expanded TAB characters, again.v1.5.0beta38Glenn Randers-Pehrson2010-07-315-102/+102
* [devel] Restored projects/visualc71.Glenn Randers-Pehrson2010-07-319-0/+1280
* [devel] Bump to version libpng-1.5.0beta38Glenn Randers-Pehrson2010-07-3124-33/+33
* [devel] Revised png_get_int_16() to be similar to png_get_int_32().Glenn Randers-Pehrson2010-07-319-24/+37
* [devel] Implemented remaining "_fixed" functions and corrected warningsGlenn Randers-Pehrson2010-07-3117-141/+409
* [devel] Updated the TODO list.Glenn Randers-Pehrson2010-07-301-2/+0
* [devel] Bump to version libpng-1.5.0beta38Glenn Randers-Pehrson2010-07-3027-70/+74
* [devel] Imported from libpng-1.5.0beta37.tarv1.5.0beta37Glenn Randers-Pehrson2010-07-303-109/+109
* [devel] Added typecasts in png_get_int_32() in png.h to avoid compiler warning.Glenn Randers-Pehrson2010-07-303-4/+6
* [devel] New pngtest.png with nonzero offsetsGlenn Randers-Pehrson2010-07-304-117/+119
* [devel] Added a typecast in png_get_int_32() to avoid compiler warning.Glenn Randers-Pehrson2010-07-303-2/+8
* [devel] Commented out declaration png_set_sCAL_fixed which hasn't been writte...Glenn Randers-Pehrson2010-07-303-6/+12
* [devel] Added some whitespace for readability.Glenn Randers-Pehrson2010-07-291-33/+108
* [devel] Removed the new alternate floor() and modf().Glenn Randers-Pehrson2010-07-291-15/+0
* [devel] Bump to version libpng-1.5.0beta37Glenn Randers-Pehrson2010-07-2927-70/+74
* [devel] Fixed some spelling and indentation.Glenn Randers-Pehrson2010-07-295-29/+71
* [devel] Guard "modf()" with PNG_FLOATING_ARITHMETIC_SUPPORTED.Glenn Randers-Pehrson2010-07-291-1/+7
* [devel] Guard instances of "floor()" with PNG_FLOATING_ARITHMETIC_SUPPORTEDGlenn Randers-Pehrson2010-07-291-0/+8
* [devel] Use FIXED_POINT in contrib/pngminim/decoder and encoderGlenn Randers-Pehrson2010-07-293-4/+17
* [devel] Removed reference to pngarith from Makefile.am and Makefile.inGlenn Randers-Pehrson2010-07-292-11/+2
* [devel] Removed reference to pngarith from contrib/pngminim/preader/makefile.Glenn Randers-Pehrson2010-07-291-2/+2
* [devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson2010-07-2934-38/+38
* [devel] Update documentationGlenn Randers-Pehrson2010-07-2911-86/+435
* [devel] Imported from libpng-1.5.0beta36.tarv1.5.0beta36Glenn Randers-Pehrson2010-07-2910-19/+31
* [devel] Expanded the new TAB characters.Glenn Randers-Pehrson2010-07-298-900/+898
* [devel]Glenn Randers-Pehrson2010-07-2944-1711/+4977
* [devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson2010-07-2427-70/+74
* [devel] Bump to version libpng-1.5.0beta35Glenn Randers-Pehrson2010-07-2439-54/+54
* [master] Moved the definition of png_snprintf() outside of the enclosingGlenn Randers-Pehrson2010-07-243-27/+32
* [devel] Update copyright year in documentationGlenn Randers-Pehrson2010-07-223-17/+17
* [devel] Added -DNO_PNG_SNPRINTF to CFLAGS in scripts/makefile.dj2Glenn Randers-Pehrson2010-07-163-5/+7