summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-07-021-1/+1
|\
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | merge trunkjan.nijtmans2019-06-051-4/+13
|\ \
| * | Better fix. Concatenation of error messages is sometimes not adequatefvogel2019-05-111-7/+11
| * | Fix [0d93f2e628]: misleading error message on missed svg optionfvogel2019-05-101-2/+7
* | | Merge trunkjan.nijtmans2019-05-101-4/+4
|\ \ \ | |/ /
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-4/+4
* | | Merge trunkjan.nijtmans2019-04-021-5/+5
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-5/+5
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-5/+5
|/ /
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-10/+6
* | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-1/+1
* | merge core-8-6-branch. Also Fix [f3704d5ec85c9281bba1877e01be9360741ceb07|f37...jan.nijtmans2017-11-201-0/+9
|\ \ | |/
| * Fix memory leak in tkImgPhoto.c. Backported from androwish. Thanks to Christi...jan.nijtmans2017-11-201-0/+9
* | Merge core-8-6-branch (and remove additional end-of-line spacing)jan.nijtmans2017-10-121-23/+23
|\ \ | |/
| * 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-241-14/+20
|\ \ | |/
| * Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S...fvogel2017-09-141-14/+20
* | merge trunkfvogel2017-06-051-47/+122
|\ \
| * | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-021-1/+2
| |/
| * 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
| |/
* | Removed -boolean option from <imageName> transparency get/set subcommandssimonbachmann2017-04-131-16/+13
* | Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36asimonbachmann2017-04-041-1/+0
* | 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...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
|\ \ \ \ \ \