summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPNG.c
Commit message (Expand)AuthorAgeFilesLines
* 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