summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-06-2816-55/+158
|\
| * Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
| |\
| | * Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
| | |\
| | | * Let tests bind-33.20 and bind-33.21 pass.fvogel2020-06-211-2/+5
| | | * Make a bit more use of helper functions. No functional change.fvogel2020-05-031-10/+17
| | | * Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a...fvogel2020-05-031-5/+24
| | | * Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test...fvogel2020-05-021-26/+19
| | | * Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki...fvogel2020-05-021-0/+20
| | | * Add commentsfvogel2020-05-021-2/+4
| | | * Use of IsSubsetOf function is clearer (no functional change).fvogel2020-04-121-1/+1
| * | | 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
| * | | | Fix [fc59158961]: Segfault when .text configurejan.nijtmans2020-06-231-1/+1
| * | | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-114-1/+31
| * | | | Merge 8.6jan.nijtmans2020-06-088-11/+11
| |\ \ \ \ | | |/ / /
| | * | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-088-11/+11
* | | | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-263-61/+34
* | | | | TIP529 image metadata: remove optional feature "gif XMP metadata support".oehhar2020-06-241-127/+2
* | | | | TIP529 image metadata: remove optional feature: driver internal DString commu...oehhar2020-06-244-103/+44
* | | | | TIP529 image metadata: remove close file flag returned by format driver file ...oehhar2020-06-244-29/+9
* | | | | TIP 529 image metadata: remove optional feature: svg blob in metadataoehhar2020-06-243-1195/+356
* | | | | TIP529 image metadata: make compile on MS-VC6oehhar2020-06-232-4/+5
* | | | | TIP529 image metadata: implement png metadata writeoehhar2020-06-232-19/+115
* | | | | TIP529 image metadata: read png DPI and aspect metadataoehhar2020-06-221-1/+165
* | | | | TIP 529 image metadata: svg metadata optimization for -dpi parameteroehhar2020-06-221-130/+252
* | | | | TIP529 image metadata: implement svg intermediate metadata memoryoehhar2020-06-212-277/+961
* | | | | TIP529 image metadata: correct stubs entryoehhar2020-06-121-4/+2
* | | | | TIP529 image metadata: implement image write/data with metadata property. GIF...oehhar2020-06-112-4/+27
* | | | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-094-92/+119
* | | | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-096-76/+168
* | | | | Merge trunkjan.nijtmans2020-06-085-8/+32
|\ \ \ \ \ | |/ / / /
| * | | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-085-6/+30
* | | | | TIP529 image metadata: correct shared metadata object ref count on output, im...oehhar2020-06-072-17/+69
* | | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-078-126/+140
* | | | | TIP529 image metadata: added GIF XMP write test, functionality not implemente...oehhar2020-06-061-4/+4
* | | | | TIP529 image metadata: changed order of arguments to alphabetical orderoehhar2020-06-061-8/+8
* | | | | Merge trunkoehhar2020-06-0614-139/+206
|\ \ \ \ \ | |/ / / /
| * | | | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-062-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-062-4/+4
| * | | | 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
| * | | | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-025-72/+70
| * | | | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers)jan.nijtmans2020-06-022-2/+2
| * | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-315-9/+9
| |\ \ \ \ | | |/ / /
| | * | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-315-9/+9
| * | | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-295-22/+92
| |\ \ \ \ | | |/ / /
| | * | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-295-23/+88
| * | | | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-273-39/+38