summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPNG.c
Commit message (Expand)AuthorAgeFilesLines
* Patch on behalf of TheLemonMan that addresses bug [6b3644a4858f018cd08615d3d5...José Ignacio Marín2017-03-031-2/+2
* Minor: fix code indentationdkf2016-04-041-1/+1
* [c648c8dad1] Repair PNG reader buffer overflow protections that preventeddgp2015-09-231-4/+8
* [dece631375] Prevent PNG Reader writing to memory beyond end of photo imagedgp2015-05-151-3/+7
* Use assertion to prevent writing pixel lines beyond end of Photo image block.dgp2015-05-151-0/+3
* [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commitdgp2015-05-051-1/+1
* Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ...jan.nijtmans2013-10-311-14/+11
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-4/+4
* eliminate use of deprecated Tcl_SaveResult APIjan.nijtmans2013-01-201-12/+7
* minor improvements to flag handlingdkf2012-07-311-1/+1
* Much more cleaning up of result handling.dkf2012-07-231-94/+120
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-34/+83
* * generic/tkImgPNG.c (WriteExtraChunks): [Bug 3405839]: Write the sDATdkf2011-09-271-1/+18
* Purge RCS Keywordsdgp2011-06-081-2/+0
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+2
* * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overalldkf2010-04-251-12/+15
* * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correctdkf2010-04-121-3/+90
* Make more internal tables "const"nijtmans2010-02-051-2/+2
* fix more gcc warnings: missing initializernijtmans2010-01-181-2/+3
* cast away a warning.patthoyts2009-01-061-2/+2
* Applied Michael Kirkham's fix to make all PngSuite images work.dkf2008-12-281-3/+2
* Implementation of TIP #244, PNG image support.dkf2008-12-281-0/+3381