summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-03-0811-45/+44
|\
| * Mark more testcases with failsOnXQuarzjan.nijtmans2021-03-087-22/+21
| |\
| | * Mark more testcases with failsOnQuarzjan.nijtmans2021-03-0811-21/+27
| | |
| | * mac build with --enable-corefoundation. Use "sudo" when installingjan.nijtmans2021-03-051-2/+2
| | |
| * | Eliminate unnecessary spacingjan.nijtmans2021-03-08111-121/+121
| | |
| * | Merge-markjan.nijtmans2021-03-050-0/+0
| |\ \ | | |/
| | * Attempt to make more ttk testcases pass on github actions, by backporting ↵jan.nijtmans2021-03-057-141/+145
| | | | | | | | | | | | some textual changes from 8.6
* | | 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 ↵jan.nijtmans2021-03-041-1/+1
| | | | | | | | | | | | failure, which were essentially the same bug: a wrongly placed #endif
* | | Merge 8.6culler2021-03-022-6/+41
|\ \ \ | |/ /
| * | Fix [1626ed65b8]: Aqua aborts when dead keys are used as menu accelerators.culler2021-03-022-6/+41
| |\ \
| | * | Adjust the key event processing logic to handle dead keys being used as menu ↵culler2021-03-022-17/+30
| | | | | | | | | | | | | | | | accelerators. This prevents the crash at exit.
| | * | Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ↵culler2021-03-012-0/+22
| |/ / | | | | | | | | | keyboard.
* | | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0
| | |
* | | Merge 8.6jan.nijtmans2021-03-011-2/+1
|\ \ \ | |/ /
| * | Need extra "update" after "after 50"jan.nijtmans2021-03-011-1/+1
| | |
| * | Fix event-9 testcase on Windows on Tk 8.6. See also [85c8397412]jan.nijtmans2021-03-011-2/+1
| | |
* | | Merge 8.6jan.nijtmans2021-03-011-6/+6
|\ \ \ | |/ /
| * | Fix a few "$tcl_platform(platform) ==" which should have been "[tk ↵jan.nijtmans2021-03-011-6/+6
| | | | | | | | | | | | windowingsystem] ==". On Cygwin this makes a difference
* | | Binding to all in test event-9 introduces coupling between this test and ↵fvogel2021-02-281-1/+1
|\ \ \ | |/ / | | | | | | other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.').
| * | Binding to all in test event-9 introduces coupling between this test and ↵fvogel2021-02-281-1/+1
| |\ \ | | | | | | | | | | | | other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.').
| | * \ merge the part of core-8-6-branch that was left out in previous merge due to ↵fvogel2021-02-285-27/+24
| | |\ \ | | | | | | | | | | | | | | | wrong baseline
| | * | | Binding to all in test event-9 introduces coupling between this test and ↵fvogel2021-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.').
| | * | | merge core-8-6-branchfvogel2021-02-284-11/+14
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Merge 8.6marc_culler2021-02-281-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why ↵marc_culler2021-02-281-1/+2
| | | | | | | | | | | | | | | | | | | | it is needed remains a mystery.)
* | | | | 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 ↵oehhar2021-02-061-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | driver has shared the object.
| * | | | | Fix warning when building the man page ('CrtPhImgFmt: SYNOPSIS: ↵fvogel2021-01-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | output-directive: ignoring .nf')
| * | | | | 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 ↵oehhar2021-01-23575-21494/+26833
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 280, masterPtr->modelPtr
| * | | | | | | 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 ↵oehhar2020-06-244-103/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | communication between match and read function
| * | | | | | | | | TIP529 image metadata: remove close file flag returned by format driver file ↵oehhar2020-06-244-29/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | match function
| * | | | | | | | | 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
| | | | | | | | |