summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng] Note in CHANGES that Makefile.in and configure were revertedv1.6.0beta09Glenn Randers-Pehrson2012-02-012-2/+4
* [libpng16] Attempt to fix problem with autogen.shJohn Bowler2012-02-012-3/+3
* [libpng16] Bump version to libpng-1.6.0beta09.tarGlenn Randers-Pehrson2012-01-3123-53/+57
* [libpng16] Imported from libpng-1.6.0beta08.tarv1.6.0beta08Glenn Randers-Pehrson2012-01-3115-28/+58
* [libpng16] Updated CHANGES and ANNOUNCE with new information about autogen.shGlenn Randers-Pehrson2012-01-312-2/+10
* [libpng16] Updated INSTALL to explain that autogen.sh must be run in a GITGlenn Randers-Pehrson2012-01-311-7/+12
* [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.hJohn Bowler2012-01-314-4/+10
* [libpng16] Fix comment in scripts/pnglibconf.dfaJohn Bowler2012-01-311-2/+3
* [libpng16] Updated "ftbb*.png" list in the owatcom and vstudio projects.Glenn Randers-Pehrson2012-01-313-6/+7
* [libpng16] Fixed non-configure builds (don't include pngprefix.h in them)John Bowler2012-01-311-1/+3
* [libpng16] Added symbol prefixing that allows all the libpng external symbolsJohn Bowler2012-01-3110-15/+126
* [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data.John Bowler2012-01-314-379/+381
* [libpng16] Improved pngstest speed by not doing redundant tests and add constJohn Bowler2012-01-286-59/+181
* [libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.acJohn Bowler2012-01-284-12/+20
* [libpng16] Divide pngstest into separate runs for basic and transparent images.Glenn Randers-Pehrson2012-01-283-5/+15
* [libpng16] Check libtool/libtoolize version number (2.4.2) in configure.acJohn Bowler2012-01-283-3/+14
* [libpng16] Fixed Image::colormap misalignment in pngstest.cJohn Bowler2012-01-283-54/+64
* [libpng16] bump version to 1.6.0beta08Glenn Randers-Pehrson2012-01-2723-53/+57
* [libpng16] Imported from libpng-1.6.0beta07.tarv1.6.0beta07Glenn Randers-Pehrson2012-01-2713-36/+42
* [libpng16] Committed 5 new or renamed files in contrib/pngsuite.Glenn Randers-Pehrson2012-01-275-0/+0
* [libpng16] Added two images to contrib/pngsuite (1-bit and 2-bit transparentGlenn Randers-Pehrson2012-01-276-4/+13
* [libpng16] Removed scripts/*m4 and updated autogen.shJohn Bowler2012-01-276-8645/+200
* [libpng16] Freeze libtool files in the 'scripts' directory.John Bowler2012-01-279-3/+8621
* [libpng16] Set CMAKE_LIBRARY_OUTPUT_DIRECTORY to "lib" on all platformsGlenn Randers-Pehrson2012-01-263-10/+8
* [libpng16] Conditionalize the install rules for MINGW and CYGWINGlenn Randers-Pehrson2012-01-253-23/+30
* [libpng16] Rewrote autogen.sh to run autoreconfJohn Bowler2012-01-253-30/+52
* [libpng16] Updated configure.ac from autoupdate: added --enable-werror option.John Bowler2012-01-254-42/+94
* [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)John Bowler2012-01-259-104/+125
* [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.hJohn Bowler2012-01-251-3/+0
* [libpng16] bump version to 1.6.0beta07Glenn Randers-Pehrson2012-01-2423-53/+57
* [libpng16] Imported from libpng-1.6.0beta06.tarv1.6.0beta06Glenn Randers-Pehrson2012-01-2412-62/+310
* [libpng16] Finish patching pngstest.cJohn Bowler2012-01-241-67/+674
* [libpng16] Fixed Min/GW uninstall to remove libpng.dll.aJohn Bowler2012-01-233-0/+3
* [libpng16] Added some whitespace in comments.Glenn Randers-Pehrson2012-01-231-4/+4
* [libpng16] Added color-map support to simplified API.John Bowler2012-01-238-453/+2234
* [libpng16] Increased warning buffer in pngerror.c from 128 to 192.Glenn Randers-Pehrson2012-01-233-8/+12
* [libpng16] bump version to 1.6.0beta06Glenn Randers-Pehrson2012-01-1621-56/+173
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-167-77/+275
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.0beta05Glenn Randers-Pehrson2012-01-1419-48/+559
* [libpng16] Fix bug in pngerror.c: some long warnings were being improperlyJohn Bowler2012-01-144-29/+40
* [libpng16] Fix two typos in pngpriv.h commentsGlenn Randers-Pehrson2012-01-131-2/+2
* [libpng16] Describe new simplified API in the manual pagesGlenn Randers-Pehrson2012-01-114-657/+726
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-0126-38/+38
* [libpng16] bump version to 1.6.0beta05Glenn Randers-Pehrson2011-12-2923-65/+590
* [libpng16] Imported from libpng-1.6.0beta04.tarv1.6.0beta04Glenn Randers-Pehrson2011-12-2919-573/+88
* [libpng16] Revised contrib/pngminus/pnm2png.c to avoid warningsGlenn Randers-Pehrson2011-12-294-20/+43
* [libpng16] Update png_err() to use new typecast.Glenn Randers-Pehrson2011-12-291-1/+1
* [libpng16] Changed png_memcpy to C assignment where appropriate. Changed allJohn Bowler2011-12-287-50/+87
* [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs.John Bowler2011-12-287-136/+138
* [ibpng16] Moved AC_MSG_CHECKING([if libraries can be versioned]) laterGilles Espinasse2011-12-263-5/+8