summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkrc0core_8_7_a1core_8_7_a1_rcdgp2017-09-061-1/+1
|\
| * Fix [c4139ac9d1ac6ef2]: Cannot make distribution - ttkGenStubs.tcl removed. ↵jan.nijtmans2017-09-061-1/+1
| | | | | | | | (reason: Tcl's genStubs.tcl now has all functionaly of the original ttkGenStubs.tcl)
* | update changesdgp2017-09-051-1/+9
| |
* | merge trunkdgp2017-09-051-0/+1
|\ \ | |/
| * Add missing .RE in canvas.nfvogel2017-09-031-0/+1
| |\
| | * Add missing .RE in canvas.nfvogel2017-09-031-0/+1
| | |\
| | | * Add missing .RE in canvas.nbug_7c7e8f957efvogel2017-09-031-0/+1
| | | |
* | | | merge trunkdgp2017-09-0126-482/+3203
|\ \ \ \ | |/ / /
| * | | No deprecation warnings when building Tk itself without -DTK_NO_DEPRECATION. ↵jan.nijtmans2017-08-313-17/+17
| | | | | | | | | | | | | | | | Re-generate tkDecls.h (formatting).
| * | | Merge tip-166 branch after positive vote by the TCT. Many thanks to Simon ↵fvogel2017-08-2815-455/+3088
| |\ \ \ | | | | | | | | | | | | | | | Bachmann.
| | * \ \ merge trunkfvogel2017-08-065-8/+48
| | |\ \ \
| | * \ \ \ merge trunksimonbachmann2017-06-182-0/+2
| | |\ \ \ \
| | * | | | | Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-184-61/+61
| | | | | | |
| | * | | | | merge trunkfvogel2017-06-0540-723/+1044
| | |\ \ \ \ \
| | * | | | | | Several corrections to the manpage photo.nsimonbachmann2017-04-231-44/+38
| | | | | | | |
| | * | | | | | merge trunkfvogel2017-04-1910-27/+48
| | |\ \ \ \ \ \
| | * | | | | | | Removed -boolean option from <imageName> transparency get/set subcommandssimonbachmann2017-04-132-58/+23
| | | | | | | | |
| | * | | | | | | merge trunksimonbachmann2017-04-1314-364/+364
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fixed incorrect parsing of #ARGB format on Windowssimon2017-04-091-2/+2
| | | | | | | | | |
| | * | | | | | | | merge trunksimonbachmann2017-04-091-2/+2
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merged trunkfvogel2017-04-0811-45/+157
| | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | Performance tuning in color parsing code and the 'data' subcommandsimonbachmann2017-04-091-46/+52
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed bug in format suboptions parsing (crash with no value to -colorformat)simonbachmann2017-04-082-386/+540
| | | | | | | | | | | |
| | * | | | | | | | | | merge trunksimonbachmann2017-04-0811-44/+156
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /