summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta17.tarGlenn Randers-Pehrson2010-04-175-5/+5
|
* [devel] Removed the xcode project (temporarily until an updatedGlenn Randers-Pehrson2010-04-176-392/+8
| | | | version that works with libpng-1.5.0 is received)
* [devel] Revise visualc projects to work with pnglibconf.hGlenn Randers-Pehrson2010-04-177-36/+346
|
* [devel] Fix bracketing error just introduced in pngrutil.c macro definitions.Glenn Randers-Pehrson2010-04-171-6/+6
|
* [devel] Revise scripts to work with pnglibconf.hGlenn Randers-Pehrson2010-04-1748-691/+948
|
* [devel] Renamed pnglconf.h to pnglibconf.hGlenn Randers-Pehrson2010-04-169-86/+229
|
* [devel] scripts/pnglconf.dfa comment update, correct USER_CONFIGGlenn Randers-Pehrson2010-04-162-14/+61
|
* [devel] Freeze build-time only configuration in the build.Glenn Randers-Pehrson2010-04-1618-1081/+1452
| | | | | | | | | | | | In all prior versions of libpng most configuration options controlled by compiler #defines had to be repeated by the application code that used libpng. This patch changes this so that compilation options that can only be changed at build time are frozen in the build. Options that are compiler dependent (and those that are system dependent) are evaluated each time - pngconf.h holds these. Options that can be changed per-file in the application are in png.h. Frozen options are in the new installed header file pnglconf.h
* [devel] Imported from libpng-1.5.0beta17.tarv1.5.0beta17Glenn Randers-Pehrson2010-04-1638-190/+287
|
* [devel] Expanded the CHANGES entry about disabling dithering support.Glenn Randers-Pehrson2010-04-131-2/+5
|
* [devel] Document the fact that png_set_dither() is no longer supported.Glenn Randers-Pehrson2010-04-134-14/+26
|
* [devel] Slightly expanded the documentation of PNG_ABORT()Glenn Randers-Pehrson2010-04-022-16/+34
|
* [devel] Bump to version libpng-1.5.0beta17Glenn Randers-Pehrson2010-04-0124-74/+76
|
* [devel] Imported from libpng-1.5.0beta16.tarv1.5.0beta16Glenn Randers-Pehrson2010-04-0126-37/+37
|
* [devel] Restored the macro definition of png_check_sig().Glenn Randers-Pehrson2010-03-313-6/+13
|
* [devel] Combined multiple png_warning() calls for a single error.Glenn Randers-Pehrson2010-03-317-40/+37
|
* [devel] Relocated newly misplaced "else" in pngset.cGlenn Randers-Pehrson2010-03-301-1/+1
|
* [devel] Make png_text_struct independent of PNG_iTXt_SUPPORTEDGlenn Randers-Pehrson2010-03-307-34/+37
|
* [devel] Removed references to makefile.mingw from README.Glenn Randers-Pehrson2010-03-252-5/+2
|
* [devel] Bump to version libpng-1.5.0beta16Glenn Randers-Pehrson2010-03-1725-74/+77
|
* [devel] Fixed typo in CHANGES and ANNOUNCEGlenn Randers-Pehrson2010-03-172-2/+2
|
* [devel] Imported from libpng-1.5.0beta15.tarv1.5.0beta15Glenn Randers-Pehrson2010-03-1730-320/+38
|
* [devel] Eliminated new gnu-specific usage of "@<" in Makefile.amGlenn Randers-Pehrson2010-03-172-17/+40
|
* [devel] Eliminated PNG_NO_EXTERN and PNG_ALL_EXTERNGlenn Randers-Pehrson2010-03-167-33/+27
|
* [devel] Regenerated Makefile.in and configure; relocated libpng.defGlenn Randers-Pehrson2010-03-165-27/+394
| | | | to scripts/symbols.def, added scripts/checksym.*
* [devel] Added symbols.chk target to Makefile.am to validate symbols in png.hGlenn Randers-Pehrson2010-03-1611-20/+250
| | | | | | against the new DEF file scripts/symbols.def. Changed the default DEF file back to pngwin.def. Removed makefile.mingw.
* [devel] Expanded TAB characters in contrib/pngminusGlenn Randers-Pehrson2010-03-151-4/+4
|
* [devel] Expanded TAB character in contrib/gregbook/rpng-x.c and rpng2-x.cGlenn Randers-Pehrson2010-03-152-7/+7
|
* [devel] Bump to version libpng-1.5.0beta15Glenn Randers-Pehrson2010-03-1424-73/+77
|
* [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
| | | | | | Removed the include of sys/types.h - apparently unnecessary now on the platforms on which it happened (all but Mac OS and RISC OS). Moved the Mac OS test into pngpriv.h (the only place it is used.)
* [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
| | | | | Removed scripting cruft from scripts/makefile.mingw Removed mention of now nonexistent files from scripts/README.txt
* [devel] Eliminated scripts/*.def in favor of libpng.def;Glenn Randers-Pehrson2010-03-1326-1369/+587
| | | | updated projects/visualc71 and removed scripts/makefile.cygwin.
* [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
| | | | | | | | | and callbacks. Changed rules for generation of the various symbol files and added a new rule for a DEF file (which is also added to the distribution). Updated the symbol file generation to stop it adding spurious spaces to EOL (coming from preprocessor macro expansion). Added a facility to join tokens in the output and rewrite *.dfn to use this.
* [devel] PNG_EXPORT changed to include an 'ordinal' fieldGlenn Randers-Pehrson2010-03-1212-519/+546
| | | | | | | | | | | | | | | | | for DEF file generation. PNG_CALLBACK added to make callback definitions uniform. PNGAPI split into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks), and appropriate changes made to all files. Cygwin builds re-hinged to allow procedure call standard changes and to remove the need for the DEF file (fixes build on Cygwin). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe) or to glennrp at users.sourceforge.net Glenn R-P
* [devel] Added back in export symbols that can be presentGlenn Randers-Pehrson2010-03-113-0/+11
| | | | in the Windows build but are disabled by default.
* [devel] Corrected CE and OS/2 DEF files (scripts/png*def)Glenn Randers-Pehrson2010-03-115-267/+237
| | | | | | for symbols removed and added ordinal numbers to the Windows DEF file, and corrected the duplicated ordinal numbers on CE symbols that are commented out.
* [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
| | | | | or expressions (i.e. a trailing ';' must always be added) and correct the format statements in various png_debug messages.
* [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
| | | | and libpngpf.3
* [devel] Revise the "#ifdef" blocks in png_inflate()Glenn Randers-Pehrson2010-03-093-0/+13
| | | | | so it will compile when neither PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED is defined.