summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* Added -withalpha option to [imageName get].simonbachmann2017-03-231-726/+252
* Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-186/+629
* Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman...jan.nijtmans2017-01-111-1/+5
|\
| * Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman...jan.nijtmans2017-01-111-0/+4
| |\
| | * Alternative proposed solution for [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d...bug_d4fb4e80d2_altjan.nijtmans2017-01-111-1/+5
| |/ |/|
* | More internal use of size_t. Add test-case imgPhoto-4.74, which shows error-h...jan.nijtmans2017-01-101-18/+26
* | Fixed broken trunk caused by "signed/unsigned mismatch" compiler error on Win...fvogel2015-06-011-3/+3
* | Initialize memory to stop valgrind notices about conditionals dependent ondgp2015-05-201-0/+3
* | [dece631375] Prevent overflows in photo image memory allocations.dgp2015-05-181-13/+33
|\ \
| * | Repair last commit.dgp2015-05-181-6/+4
| * | [dece631375] Prevent overflows in photo image memory allocations.dgp2015-05-181-13/+35
|/ /
* | [dece63137] Correct problems with overflow computing memory block sizes.dgp2015-05-151-10/+10
* | [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commitdgp2015-05-051-3/+3
|\ \
* \ \ Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
|\ \ \
* | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-6/+6
* | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-6/+6
* | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-1/+1
|\ \ \ \
* | | | | minor improvements to flag handlingdkf2012-07-311-4/+4
* | | | | more reorganization of error codes: safety is common failure modedkf2012-07-301-3/+3
* | | | | more auditing of error codesdkf2012-07-301-4/+7
* | | | | Working towards making the error codes more consistent.dkf2012-07-301-32/+35
* | | | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-91/+84
* | | | | Much more cleaning up of result handling.dkf2012-07-231-90/+111
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-8/+62
* | | | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
|\ \ \ \ \
* \ \ \ \ \ Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-251-3/+3
|\ \ \ \ \ \
* \ \ \ \ \ \ Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ \ \ \ \
* | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-22/+20
* | | | | | | | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):dkf2010-10-011-3/+19
* | | | | | | | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-19/+75
* | | | | | | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | | | | | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-151/+2
* | | | | | | | fix more gcc warnings: missing initializernijtmans2010-01-181-9/+9
* | | | | | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-5/+5
* | | | | | | | Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-3/+3
* | | | | | | | fix typo that led to crashesdas2009-01-191-3/+3
* | | | | | | | - fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-11/+16
* | | | | | | | Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case.dkf2009-01-061-10/+15
* | | | | | | | Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-11/+3
* | | | | | | | fix [Bug 2265860] new test failuresnijtmans2008-11-121-2/+2
* | | | | | | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-10/+10
* | | | | | | | One more (hopefully the last) signature changenijtmans2008-11-091-3/+3
* | | | | | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-7/+8
* | | | | | | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | | | | | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-6/+15
* | | | | | | | * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-10/+8
* | | | | | | | Fix crash reported by Don Porter.dkf2008-08-251-1/+3
* | | | | | | | Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-2170/+64
* | | | | | | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-7/+7
* | | | | | | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-53/+49