| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2023-11-28 | 1 | -1/+1 |
|\ |
|
| * | Fix [900f23c6a8]: Potential problem in PNG parser | jan.nijtmans | 2023-11-28 | 1 | -1/+1 |
|
|
* | | Still missed a few (from previous commit) | jan.nijtmans | 2023-04-27 | 1 | -3/+3 |
|
|
* | | More TIP #660 | jan.nijtmans | 2023-04-24 | 1 | -1/+1 |
|
|
* | | Match i/o types with Tcl channel i/o types (size_t -> Tcl_Size) | apnadkarni | 2023-04-18 | 1 | -17/+17 |
|
|
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -34/+34 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-17 | 1 | -28/+28 |
|\ \
| |/ |
|
| * | Fix [864b06e7fc]: signed integer overflow in tkImgPNG.c | jan.nijtmans | 2022-02-17 | 1 | -28/+28 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-08 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | gcc warnings, when compiling with Tcl 8.7 headers | jan.nijtmans | 2021-01-13 | 1 | -3/+3 |
|
|
* | | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation. | fvogel | 2021-02-07 | 1 | -5/+5 |
|
|
* | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280... | oehhar | 2021-01-23 | 1 | -17/+17 |
|\ \ |
|
| * | | gcc warnings, when compiling with Tcl 9.0 headers | jan.nijtmans | 2021-01-13 | 1 | -3/+3 |
|
|
| * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -7/+7 |
|
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
| * | | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key> | jan.nijtmans | 2020-10-07 | 1 | -2/+2 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Prevent the usage of the term safe/unsafe child | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
| | * | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -1/+0 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-06-28 | 1 | -13/+17 |
|\ \ \
| |/ / |
|
* | | | Make C++ compiler more happy (for Travis build) | jan.nijtmans | 2020-06-26 | 1 | -32/+18 |
|
|
* | | | TIP529 image metadata: remove optional feature: driver internal DString commu... | oehhar | 2020-06-24 | 1 | -16/+8 |
|
|
* | | | TIP529 image metadata: remove close file flag returned by format driver file ... | oehhar | 2020-06-24 | 1 | -2/+1 |
|
|
* | | | TIP529 image metadata: make compile on MS-VC6 | oehhar | 2020-06-23 | 1 | -3/+3 |
|
|
* | | | TIP529 image metadata: implement png metadata write | oehhar | 2020-06-23 | 1 | -13/+112 |
|
|
* | | | TIP529 image metadata: read png DPI and aspect metadata | oehhar | 2020-06-22 | 1 | -1/+165 |
|
|
* | | | TIP 529 image metadata: PNG format driver to version 3 interface | oehhar | 2020-06-09 | 1 | -44/+68 |
|/ / |
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -3/+17 |
|
|
* | | Header include file cleanup | jan.nijtmans | 2019-08-04 | 1 | -1/+0 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -5/+5 |
|
|
* | | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility. | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|
|
* | | Eliminate all usage of CONST84, and fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-12 | 1 | -1/+1 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -29/+30 |
|
|
* | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ... | jan.nijtmans | 2018-07-09 | 1 | -4/+4 |
|/ |
|
* | Fix typo in error message | fvogel | 2017-11-21 | 1 | -2/+2 |
|
|
* | Fix [1c659ef0f1]: 'image create photo' fails on png image containing unknown ... | fvogel | 2017-11-21 | 1 | -1/+1 |
|
|
* | [6b3644a485] Fix -alpha applied to 16-bit color PNG. Thanks TheLemonMan. | dgp | 2017-03-06 | 1 | -2/+2 |
|
|
* | Minor: fix code indentation | dkf | 2016-04-04 | 1 | -1/+1 |
|
|
* | [c648c8dad1] Repair PNG reader buffer overflow protections that prevented | dgp | 2015-09-23 | 1 | -4/+8 |
|
|
* | [dece631375] Prevent PNG Reader writing to memory beyond end of photo image | dgp | 2015-05-15 | 1 | -3/+7 |
|
|
* | Use assertion to prevent writing pixel lines beyond end of Photo image block. | dgp | 2015-05-15 | 1 | -0/+3 |
|
|
* | [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commit | dgp | 2015-05-05 | 1 | -1/+1 |
|
|
* | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ... | jan.nijtmans | 2013-10-31 | 1 | -14/+11 |
|
|
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -4/+4 |
|
|
* | eliminate use of deprecated Tcl_SaveResult API | jan.nijtmans | 2013-01-20 | 1 | -12/+7 |
|
|
* | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -1/+1 |
|
|
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -94/+120 |
|
|