| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -55/+55 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -5/+5 |
|\ |
|
| * | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -318/+318 |
|\ \
| |/ |
|
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -332/+332 |
|
|
* | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome... | fvogel | 2020-06-27 | 1 | -8/+32 |
|\ \
| |/ |
|
| * | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome... | fvogel | 2020-06-27 | 1 | -8/+32 |
| |\ |
|
| | * | Let the bug id be correct | fvogel | 2020-05-16 | 1 | -2/+2 |
|
|
| | * | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome... | fvogel | 2020-05-16 | 1 | -8/+32 |
|
|
* | | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n... | jan.nijtmans | 2020-06-08 | 1 | -3/+21 |
|
|
* | | | photo read command: memory error on shrink option did not close the channel | oehhar | 2020-06-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | photo read command: memory error on shrink option did not close the channel | oehhar | 2020-06-04 | 1 | -0/+1 |
| |/ |
|
* | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-02-24 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 1 | -2/+2 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -24/+28 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | | 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 |
|
|