summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta14.tarv1.5.0beta14Glenn Randers-Pehrson2010-03-1419-30/+30
* [devel] Made PNG_BUILD_DLL safe: it can be set whenever a DLL is being built.Glenn Randers-Pehrson2010-03-149-122/+102
* [devel] Remove references to nonexistent files from README.Glenn Randers-Pehrson2010-03-131-11/+14
* [devel] Clean up indentation of comments in pngconf.hGlenn Randers-Pehrson2010-03-131-26/+28
* [devel] Fixed indentation in pngconf.hGlenn Randers-Pehrson2010-03-133-21/+14
* [devel] Eliminated scripts/*.def in favor of libpng.def;Glenn Randers-Pehrson2010-03-1326-1369/+587
* [devel] Expand %HEADERS% markup in Makefile.am and Makefile.inGlenn Randers-Pehrson2010-03-132-2/+2
* [devel] Enabled 'attribute' warnings that are relevant to library APIsGlenn Randers-Pehrson2010-03-1210-82/+161
* [devel] PNG_EXPORT changed to include an 'ordinal' fieldGlenn Randers-Pehrson2010-03-1212-519/+546
* [devel] Added back in export symbols that can be presentGlenn Randers-Pehrson2010-03-113-0/+11
* [devel] Corrected CE and OS/2 DEF files (scripts/png*def)Glenn Randers-Pehrson2010-03-115-267/+237
* [devel] Revised Makefile.am to account for recent additions and replacements.Glenn Randers-Pehrson glennrp@comcast.net2010-03-114-4/+4
* [devel] Removed direct access to png_ptr->io_ptr from the pngtest Windows codeGlenn Randers-Pehrson2010-03-113-7/+9
* [devel] Bump to version libpng-1.5.0beta14Glenn Randers-Pehrson2010-03-1028-77/+81
* [devel] Imported from libpng-1.5.0beta13.tarv1.5.0beta13Glenn Randers-Pehrson2010-03-1028-43/+43
* [devel] Make all png_debug macros into *unterminated* statementsGlenn Randers-Pehrson2010-03-095-35/+56
* [devel] Eliminated dependence of pngtest.c on the private pngdebug.h file.Glenn Randers-Pehrson2010-03-093-28/+40
* [devel] Removed PNGAPI from the png_longjmp_ptr typedef.Glenn Randers-Pehrson2010-03-092-1/+2
* [devel] Moved the 'config.h' support from pngconf.h to pngpriv.hGlenn Randers-Pehrson2010-03-093-11/+13
* [devel] Removed unused png_measure_compressed_chunk() from pngpriv.hGlenn Randers-Pehrson2010-03-094-4/+2
* [devel] Revise the "#ifdef" blocks in png_inflate()Glenn Randers-Pehrson2010-03-093-0/+13
* [devel] Protect pngstruct.h pnginfo.h, and pngdebug.h from being included twiceGlenn Randers-Pehrson2010-03-082-0/+2
* [devel] Bump to version libpng-1.5.0beta13Glenn Randers-Pehrson2010-03-0831-77/+91
* [devel] Imported from libpng-1.5.0beta12.tarv1.5.0beta12Glenn Randers-Pehrson2010-03-0838-54/+62
* [devel] Added copyright statement to pngdebug.hGlenn Randers-Pehrson2010-03-082-3/+12
* [devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h"Glenn Randers-Pehrson2010-03-0859-731/+697
* [devel] Updated TODO list now that png_struct and info_struct are hiddenGlenn Randers-Pehrson2010-03-081-2/+1
* [devel] Bump to version libpng-1.5.0beta12Glenn Randers-Pehrson2010-03-0846-104/+110
* [devel] Imported from libpng-1.5.0beta11.tarv1.5.0beta11Glenn Randers-Pehrson2010-03-0632-62/+64
* [devel] Fix indentation in png.c, pngmem,c, pngrio.c, and pngwio.cGlenn Randers-Pehrson2010-03-064-107/+107
* [devel] Fixed more inconsistent indentation in the header files.Glenn Randers-Pehrson2010-03-063-347/+353
* [devel] Fixed indentation of CPP directives in the header filesGlenn Randers-Pehrson2010-03-063-533/+534
* [devel] Always put whitespace before "?"Glenn Randers-Pehrson2010-03-062-12/+12
* [devel] Expand tabs and use consistent whitespace in pngrutil.cGlenn Randers-Pehrson2010-03-061-274/+282
* [devel] Make use of whitespace consistent in pngget.c and pngwutil.cGlenn Randers-Pehrson2010-03-062-294/+301
* [devel] Fix whitespace in pngerror.c and pngset.cGlenn Randers-Pehrson2010-03-062-127/+128
* [devel] Fix inconsistent whitespace in pngtrans.c, pngwrite.c, and pngwtran.cGlenn Randers-Pehrson2010-03-033-140/+141
* [devel] Revised the "SEE ALSO" lines in manpagesGlenn Randers-Pehrson2010-03-033-3/+3
* [devel] Fixed formatting of the "See also" line in man pages.Glenn Randers-Pehrson2010-03-033-3/+4
* [devel] Fix inconsistent whitespace and indentation.Glenn Randers-Pehrson2010-03-032-299/+312
* [devel] Tidied up some inconsistent indentation.Glenn Randers-Pehrson2010-03-032-104/+98
* [devel] Bump to version libpng-1.5.0beta11Glenn Randers-Pehrson2010-03-0350-165/+108
* [devel] Removed checking for already-included setjmp.h from pngconf.hGlenn Randers-Pehrson2010-03-033-51/+22
* [devel] Revised png_longjmp() calls in contrib/gregbook to use png_ptrGlenn Randers-Pehrson2010-02-214-2/+4
* [devel] Removed unused gzio.c from contrib/pngminim gather and makefile scriptsGlenn Randers-Pehrson2010-02-218-14/+20
* [devel] Imported from libpng-1.5.0beta09.tarv1.5.0beta09Glenn Randers-Pehrson2010-02-1928-83/+78
* [devel] Removed -D_ALLSOURCE from configure.ac, makefile.aix,Glenn Randers-Pehrson2010-02-196-41/+33
* [devel] Imported from libpng-1.5.0beta08.tarv1.5.0beta08Glenn Randers-Pehrson2010-02-1928-79/+88
* [devel] Added -D_ALLSOURCE in configure.ac, makefile.aix, and CMakeLists.txtGlenn Randers-Pehrson2010-02-197-16/+21
* [devel] Added PNG_NORETURN attribute to the png_longjmp() function.Glenn Randers-Pehrson2010-02-191-1/+2