summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | fix and testcase for ticket [9b6065d1fd]griffin2021-03-153-12/+54
| * | | | | | | | propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
| * | | | | | | | Create new branch named "bug-9b6065d1fd"griffin2021-03-090-0/+0
| |/ / / / / / /
| * | | | | | | Unneccessary *_InitStubs() callsjan.nijtmans2021-03-081-11/+0
| * | | | | | | Merge 8.6jan.nijtmans2021-03-0811-45/+44
| |\ \ \ \ \ \ \
| * | | | | | | | Add Linux builds against Tcl 8.7 and 9.0 toojan.nijtmans2021-03-052-0/+372
| * | | | | | | | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa...jan.nijtmans2021-03-041-1/+1
| * | | | | | | | Merge 8.6culler2021-03-022-6/+41
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0
| * | | | | | | | Merge 8.6jan.nijtmans2021-03-011-2/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-03-011-6/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Binding to all in test event-9 introduces coupling between this test and othe...fvogel2021-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2021-02-281-1/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge TIP 529 to trunkKevin Walzer2021-02-2715-269/+2058
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix reference of testsfvogel2021-02-251-2/+2
| | * | | | | | | | | | | | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-075-28/+24
| | * | | | | | | | | | | | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if d...oehhar2021-02-061-10/+8
| | * | | | | | | | | | | | Fix warning when building the man page ('CrtPhImgFmt: SYNOPSIS: output-direct...fvogel2021-01-311-1/+0
| | * | | | | | | | | | | | Fix typo in man pageKevin Walzer2021-01-291-1/+1
| | * | | | | | | | | | | | Merge trunk; fix parsing errors in photo.nKevin Walzer2021-01-266-10/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Correct groff syntaxoehhar2021-01-262-9/+6
| | * | | | | | | | | | | | | TIP529: image metadata: added driver interface documentationoehhar2021-01-261-30/+269
| | * | | | | | | | | | | | | TIP529 image metadata: "photo" documentation page started.oehhar2021-01-251-2/+86
| | * | | | | | | | | | | | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-23575-21494/+26833
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Branch [tip529-image-metadata-no-match-method] to back out match methodoehhar2021-01-230-0/+0
| | * | | | | | | | | | | | | | Merge trunkjan.nijtmans2020-06-2890-907/+1318
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-263-61/+34
| | * | | | | | | | | | | | | | | merge unintended branchoehhar2020-06-241-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | fix incomplete image test file earth.gifoehhar2020-06-231-0/+0
| | * | | | | | | | | | | | | | | | TIP529 image metadata: remove optional feature "gif XMP metadata support".oehhar2020-06-242-341/+16
| | * | | | | | | | | | | | | | | | 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-244-1311/+356
| | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | TIP529 image metadata: make compile on MS-VC6oehhar2020-06-233-6/+7
| | * | | | | | | | | | | | | | | TIP529 image metadata: implement png metadata writeoehhar2020-06-234-43/+214
| | * | | | | | | | | | | | | | | TIP529 image metadata: read png DPI and aspect metadataoehhar2020-06-222-2/+179
| | * | | | | | | | | | | | | | | TIP 529 image metadata: svg metadata optimization for -dpi parameteroehhar2020-06-222-133/+347
| | * | | | | | | | | | | | | | | TIP529 image metadata: implement svg intermediate metadata memoryoehhar2020-06-213-277/+985
| | * | | | | | | | | | | | | | | TIP529 image metadata: correct stubs entryoehhar2020-06-121-4/+2
| | * | | | | | | | | | | | | | | TIP529 image metadata: implement image write/data with metadata property. GIF...oehhar2020-06-113-18/+354
| | * | | | | | | | | | | | | | | 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-088-24/+52
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | TIP529 image metadata: correct shared metadata object ref count on output, im...oehhar2020-06-073-18/+70
| | * | | | | | | | | | | | | | | | 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-062-4/+22
| | * | | | | | | | | | | | | | | | TIP529 image metadata: changed order of arguments to alphabetical orderoehhar2020-06-062-11/+11
| | * | | | | | | | | | | | | | | | Merge trunkoehhar2020-06-0621-170/+265
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | TIP529 image metadata: changed driver interface: split metadata to in/out obj...oehhar2020-06-064-248/+230
| | * | | | | | | | | | | | | | | | | TIP529 image metadata: image data with gif comment testoehhar2020-06-043-72/+169