summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-55/+55
* Merge 8.6jan.nijtmans2020-09-031-5/+5
|\
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-5/+5
* | Merge 8.6jan.nijtmans2020-09-031-318/+318
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-081-3/+21
* | | photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
|\ \ \ | |/ /
| * | photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
| |/
* | Merge trunkjan.nijtmans2020-02-261-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-241-2/+2
| |\ \ | | |/
| | * Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-241-2/+2
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-24/+28
|/ /
* | 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