| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -4/+13 |
|\ |
|
| * | Better fix. Concatenation of error messages is sometimes not adequate | fvogel | 2019-05-11 | 1 | -7/+11 |
|
|
| * | Fix [0d93f2e628]: misleading error message on missed svg option | fvogel | 2019-05-10 | 1 | -2/+7 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -4/+4 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -5/+5 |
|
|
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -5/+5 |
|/ |
|
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -10/+6 |
|
|
* | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ... | jan.nijtmans | 2018-08-08 | 1 | -1/+1 |
|
|
* | merge core-8-6-branch. Also Fix [f3704d5ec85c9281bba1877e01be9360741ceb07|f37... | jan.nijtmans | 2017-11-20 | 1 | -0/+9 |
|\ |
|
| * | Fix memory leak in tkImgPhoto.c. Backported from androwish. Thanks to Christi... | jan.nijtmans | 2017-11-20 | 1 | -0/+9 |
|
|
* | | Merge core-8-6-branch (and remove additional end-of-line spacing) | jan.nijtmans | 2017-10-12 | 1 | -23/+23 |
|\ \
| |/ |
|
| * | remove some end-of-line spacing | jan.nijtmans | 2017-10-12 | 1 | -2/+2 |
|
|
* | | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S... | fvogel | 2017-09-24 | 1 | -14/+20 |
|\ \
| |/ |
|
| * | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S... | fvogel | 2017-09-14 | 1 | -14/+20 |
|
|
* | | merge trunk | fvogel | 2017-06-05 | 1 | -47/+122 |
|\ \ |
|
| * | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No... | jan.nijtmans | 2017-05-02 | 1 | -1/+2 |
| |/ |
|
| * | Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ... | jan.nijtmans | 2017-05-01 | 1 | -46/+120 |
| |\ |
|
| | * | Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): if... | simonbachmann | 2017-04-30 | 1 | -46/+120 |
| |/ |
|
* | | Removed -boolean option from <imageName> transparency get/set subcommands | simonbachmann | 2017-04-13 | 1 | -16/+13 |
|
|
* | | Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36a | simonbachmann | 2017-04-04 | 1 | -1/+0 |
|
|
* | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 1 | -726/+252 |
|
|
* | | Reference implementation of TIP 166, rev. 1.9 | simonbachmann | 2017-03-02 | 1 | -186/+629 |
|/ |
|
* | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman... | jan.nijtmans | 2017-01-11 | 1 | -1/+5 |
|\ |
|
| * | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman... | jan.nijtmans | 2017-01-11 | 1 | -0/+4 |
| |\ |
|
| | * | Alternative proposed solution for [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d... | jan.nijtmans | 2017-01-11 | 1 | -1/+5 |
| |/
|/| |
|
* | | More internal use of size_t. Add test-case imgPhoto-4.74, which shows error-h... | jan.nijtmans | 2017-01-10 | 1 | -18/+26 |
|
|
* | | Fixed broken trunk caused by "signed/unsigned mismatch" compiler error on Win... | fvogel | 2015-06-01 | 1 | -3/+3 |
|
|
* | | Initialize memory to stop valgrind notices about conditionals dependent on | dgp | 2015-05-20 | 1 | -0/+3 |
|
|
* | | [dece631375] Prevent overflows in photo image memory allocations. | dgp | 2015-05-18 | 1 | -13/+33 |
|\ \ |
|
| * | | Repair last commit. | dgp | 2015-05-18 | 1 | -6/+4 |
|
|
| * | | [dece631375] Prevent overflows in photo image memory allocations. | dgp | 2015-05-18 | 1 | -13/+35 |
|/ / |
|
* | | [dece63137] Correct problems with overflow computing memory block sizes. | dgp | 2015-05-15 | 1 | -10/+10 |
|
|
* | | [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commit | dgp | 2015-05-05 | 1 | -3/+3 |
|\ \ |
|
* \ \ | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 |
|\ \ \ |
|
* | | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -6/+6 |
|
|
* | | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -6/+6 |
|
|
* | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|\ \ \ \ |
|
* | | | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -4/+4 |
|
|
* | | | | | more reorganization of error codes: safety is common failure mode | dkf | 2012-07-30 | 1 | -3/+3 |
|
|
* | | | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -4/+7 |
|
|
* | | | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -32/+35 |
|
|
* | | | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -91/+84 |
|
|
* | | | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -90/+111 |
|
|
* | | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -8/+62 |
|
|
* | | | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
|\ \ \ \ \ |
|
* \ \ \ \ \ | Bug-2433260: non-critical error in Tk_PhotoPutBlock | jan.nijtmans | 2012-01-25 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
* \ \ \ \ \ \ | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ \ \ \ \ |
|
* | | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -22/+20 |
|
|