summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | fixing accidental forksimonbachmann2017-04-042-23/+31
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36asimonbachmann2017-04-042-23/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge trunkfvogel2017-03-2621-641/+233
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Added -withalpha option to [imageName get].simonbachmann2017-03-2314-1288/+2673
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite
| * | | | | | | | | | | | Added semitransparent image used for some testssimonbachmann2017-03-021-0/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-023-225/+1347
| | | | | | | | | | | | |
| * | | | | | | | | | | | Create new branch named "tip-166"simonbachmann2017-03-010-0/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵fvogel2017-08-242-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
| * | | | | | | | | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵fvogel2017-08-242-5/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
| | * \ \ \ \ \ \ \ \ \ \ \ Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵core_8_5_branchfvogel2017-08-242-5/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
| | | * | | | | | | | | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵bug_b601ce3ab1fvogel2017-08-232-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
* | | | | | | | | | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵fvogel2017-08-241-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus.
| * | | | | | | | | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵fvogel2017-08-241-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus.
| | * | | | | | | | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵fvogel2017-08-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus.
* | | | | | | | | | | | | | | polygon and closed polylines in canvas don't fully honor -joinstyle on ↵fvogel2017-08-242-3/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows and OS X
| * | | | | | | | | | | | | | polygon and closed polylines in canvas don't fully honor -joinstyle on ↵fvogel2017-08-242-3/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows and OS X
| | * | | | | | | | | | | | | | Rendering of all join styles is now correct on Windows when the first and ↵bug_2874226fvogel2017-08-171-22/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | last point of a polygon or polyline are the same, for both stippled and non stippled lines (and polygon outlines)
| | * | | | | | | | | | | | | | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This ↵fvogel2017-08-161-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | second fix deals with the Windows case only, when drawing non-stippled lines.
| | * | | | | | | | | | | | | | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This ↵fvogel2017-08-131-0/+10
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first fix deals with the OS X case only.
* | | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵fvogel2017-08-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth.
| * | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵fvogel2017-08-241-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth.
| | * | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵bug_3295446fvogel2017-08-121-0/+2
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth.
* | | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵fvogel2017-08-241-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The.
| * | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵fvogel2017-08-241-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The.
| | * | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵bug_ee40fd1fcefvogel2017-08-121-1/+5
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The.
* | | | | | | | | | | | | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.fvogel2017-08-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from ↵fvogel2017-08-241-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'edhume3'.Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.
| | * | | | | | | | | | | | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.bug_f1a3ca09d2fvogel2017-08-091-0/+2
| | |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-08-232-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | change non-working URL in comment to comparable working onejan.nijtmans2017-08-232-2/+2
| |/ / / / / / / / / / / / /
| | | | | | | | | | | | | * Add 8.7 -only changes to the changes file.dgp2017-08-101-1/+18
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Update change to the 8.6.7 release.dgp2017-08-101-0/+149
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Release candidate branch for Tk 8.7a1.dgp2017-08-108-9/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | merge markdgp2017-08-090-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | merge releasedgp2017-08-099-9/+111
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rcdgp2017-08-093-3/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | merge 8.6rc1dgp2017-08-032-28/+46
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | update changesdgp2017-08-021-1/+17
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | merge 8.6dgp2017-08-026-2/+136
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | update changesdgp2017-08-011-1/+67
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | merge 8.6dgp2017-07-284-8/+47
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-221-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-193-30/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-2313-192/+168
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6 dgp2017-05-157-204/+362
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-0813-63/+166
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-0411-119/+327
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-04-205-38/+66
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | changes file updatedgp2017-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | merge 8.6dgp2017-04-1810-42/+68
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \