summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-9/+9
* Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-5/+5
* Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-332/+332
* Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-06-271-8/+32
|\
| * Let the bug id be correctfvogel2020-05-161-2/+2
| * Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-05-161-8/+32
* | photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
|/
* Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-241-2/+2
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* Fix memory leak in tkImgPhoto.c. Backported from androwish. Thanks to Christi...jan.nijtmans2017-11-201-0/+9
* remove some end-of-line spacingjan.nijtmans2017-10-121-2/+2
* Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S...fvogel2017-09-141-14/+20
* Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ...jan.nijtmans2017-05-011-46/+120
|\
| * Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): if...simonbachmann2017-04-301-46/+120
|/
* 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...jan.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