summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
Commit message (Expand)AuthorAgeFilesLines
* Allow specPtr->offset to have the value TCL_INDEX_NONE. Use this in tkImgPhot...jan.nijtmans2022-11-031-16/+15
* even more int -> Tcl_Sizejan.nijtmans2022-10-301-5/+6
* more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-4/+4
* Rebase to 8.7jan.nijtmans2022-10-121-4/+4
|\
| * TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-4/+4
* | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ | |/ |/|
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Merge 8.6. Take over some changes from tclMain.c into tkMain.c, such as the h...jan.nijtmans2022-02-111-2/+4
|\ \ | |/
| * Fix [e331bc4708]: memset(NULL, …) called in Tk_PhotoBlank()jan.nijtmans2022-02-111-2/+4
* | Merge 8.6jan.nijtmans2021-12-151-4/+4
|\ \ | |/
| * Fix breakage of --enable-symbols=mem build, caused by [9e07db6461dd7aa0|this]...jan.nijtmans2021-12-151-4/+4
* | Merge 8.6jan.nijtmans2021-12-141-4/+4
|\ \ | |/
| * Fix [156e58bc6e]: Tk_PhotoPutBlock(), Tk_PhotoPutZoomedBlock(): undefined beh...jan.nijtmans2021-12-141-4/+4
* | Merge 8.6jan.nijtmans2021-12-101-17/+22
|\ \ | |/
| * Fix [25894d41c2]: correcting usage of Tk_FreeColor() in ImgPhotoCmd()jan.nijtmans2021-12-091-9/+18
* | Merge 8.6jan.nijtmans2021-12-081-11/+17
|\ \ | |/
| * Fix [66e491923c]: pointer arithmetic using NULL in ImgPhotoCmd()jan.nijtmans2021-12-081-11/+17
* | Merge 8.6jan.nijtmans2021-12-071-1/+2
|\ \ | |/
| * Fix [50fc02f272]: pointer arithmetic using NULL in ToggleComplexAlphaIfNeeded()jan.nijtmans2021-12-071-1/+2
* | Merge 8.6jan.nijtmans2021-03-081-6/+6
|\ \ | |/
* | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa...jan.nijtmans2021-03-041-1/+1
* | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0
* | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-071-3/+2
* | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if d...oehhar2021-02-061-10/+8
* | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-380/+380
|\ \
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-5/+5
| * | (c) -> ©jan.nijtmans2020-12-091-4/+4
| * | Merge 8.6jan.nijtmans2020-10-281-2/+2
| |\ \ | | |/
| | * Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-2/+2
| | |\
| | | * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-2/+2
| | | * Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-101-1/+1
| | | * (cherry-pick): Work around a few new gcc(-9) warnings. jan.nijtmans2020-02-241-2/+2
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | | |\
| | | | * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-11/+11
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-11/+11
| | | |/
| | | * Fixed [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch fo...fvogel2017-06-021-10/+18
| * | | Merge 8.6jan.nijtmans2020-10-051-9/+5
| |\ \ \ | | |/ /
| | * | Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-29/+30
| | * | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-9/+9
| * | | 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
* | | | Merge trunkjan.nijtmans2020-06-281-11/+35
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-261-8/+4