summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPNG.c
Commit message (Expand)AuthorAgeFilesLines
* Minor: fix code indentationdonal.k.fellows@manchester.ac.uk2016-04-041-1/+1
* [c648c8dad1] Repair PNG reader buffer overflow protections that preventeddgp@users.sourceforge.net2015-09-231-4/+8
* [dece631375] Prevent PNG Reader writing to memory beyond end of photo imagedgp@users.sourceforge.net2015-05-151-3/+7
* Use assertion to prevent writing pixel lines beyond end of Photo image block.dgp@users.sourceforge.net2015-05-151-0/+3
* [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commitdgp@users.sourceforge.net2015-05-051-1/+1
* Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ...nijtmans@users.sourceforge.net2013-10-311-14/+11
* more places convertednijtmans@users.sourceforge.net2013-01-241-1/+1
* Merge core-8-5-branchnijtmans@users.sourceforge.net2013-01-241-4/+4
* eliminate use of deprecated Tcl_SaveResult APInijtmans@users.sourceforge.net2013-01-201-12/+7
* minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-311-1/+1
* Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-94/+120
* Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-161-34/+83
* * generic/tkImgPNG.c (WriteExtraChunks): [Bug 3405839]: Write the sDATdonal.k.fellows@manchester.ac.uk2011-09-271-1/+18
* Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-03-121-3/+2
* * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overalldonal.k.fellows@manchester.ac.uk2010-04-251-12/+15
* * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correctdonal.k.fellows@manchester.ac.uk2010-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.patthoyts@users.sourceforge.net2009-01-061-2/+2
* Applied Michael Kirkham's fix to make all PngSuite images work.donal.k.fellows@manchester.ac.uk2008-12-281-3/+2
* Implementation of TIP #244, PNG image support.donal.k.fellows@manchester.ac.uk2008-12-281-0/+3381