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