summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ↵fvogel2017-09-241-10/+15
|\ | | | | | | smaller.
| * Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ↵fvogel2017-09-241-10/+15
| |\ | | | | | | | | | smaller.
| | * Fix coding style and a comment.bug_1e0db2400cfvogel2017-09-171-8/+8
| | |
| | * Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ↵fvogel2017-09-171-2/+7
| | | | | | | | | | | | smaller
* | | Fix [514ff64dd0]: canvas rotated text overlap detection not working.fvogel2017-09-241-8/+6
|\ \ \ | |/ /
| * | Fix [514ff64dd0]: canvas rotated text overlap detection not working.fvogel2017-09-241-8/+6
| |\ \
| | * | Fix [514ff64dd0]: canvas rotated text overlap detection not workingbug_514ff64dd0fvogel2017-09-171-8/+6
| | |/
* | | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵fvogel2017-09-241-14/+20
|\ \ \ | |/ / | | | | | | Simon Bachmann.
| * | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵fvogel2017-09-241-14/+20
| |\ \ | | |/ | |/| | | | Simon Bachmann.
| | * Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵bug_5239fd749bfvogel2017-09-141-14/+20
| | | | | | | | | | | | Simon Bachmann.
* | | Fix order of tests in tkImgListFormat.c. This was discovered when analyzing ↵fvogel2017-09-161-1/+1
|\ \ \ | | | | | | | | | | | | [829925ffff]: image put errors on {} color
| * | | Fix order of tests in tkImgListFormat.c. This was discovered when analyzing ↵tip_166fvogel2017-09-161-1/+1
| | | | | | | | | | | | | | | | [829925ffff]: image put errors on {} color
* | | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas items.fvogel2017-09-161-5/+97
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas itemsbug_3406785fvogel2017-09-091-5/+97
| | |/ | |/|
* | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-2/+2
| | |
* | | merge trunkdgp2017-09-0112-344/+1527
|\ \ \
| * | | 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-288-327/+1504
| |\ \ \ | | | |/ | | |/| | | | | Bachmann.
| | * | merge trunkfvogel2017-08-061-0/+1
| | |\ \
| | * | | Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-25/+25
| | | | |
| | * | | merge trunkfvogel2017-06-0514-115/+261
| | |\ \ \
| | * \ \ \ merge trunkfvogel2017-04-191-3/+3
| | |\ \ \ \
| | * | | | | Removed -boolean option from <imageName> transparency get/set subcommandssimonbachmann2017-04-131-16/+13
| | | | | | |
| | * | | | | Fixed incorrect parsing of #ARGB format on Windowssimon2017-04-091-2/+2
| | | | | | |
| | * | | | | 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-081-247/+340
| | | | | | |
| | * | | | | merge trunksimonbachmann2017-04-084-39/+89
| | |\ \ \ \ \
| | * \ \ \ \ \ fixing accidental forksimonbachmann2017-04-042-23/+31
| | |\ \ \ \ \ \
| | | * | | | | | Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36asimonbachmann2017-04-042-23/+31
| | | | | | | | |
| | * | | | | | | merge trunkfvogel2017-03-265-18/+111
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Added -withalpha option to [imageName get].simonbachmann2017-03-238-726/+1356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-186/+629
| | | | | | | | |
| * | | | | | | | 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 'edhume3'.bug_f1a3ca09d2fvogel2017-08-091-0/+2
| | |/ / / / / / /
| | * | | | | | | merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rcdgp2017-08-091-2/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix [4966cad4d4]: Wrong tab shown in ttk::notebook. Patch from Gregor ↵fvogel2017-08-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cramer. Cherrypicked [e033e444].
| | * | | | | | | | merge 8.6dgp2017-08-021-0/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | * | | | | | | | merge 8.6dgp2017-07-281-0/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-191-4/+20
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-234-25/+31
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.6 dgp2017-05-154-9/+34
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-083-10/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-043-53/+124
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-04-201-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-04-111-36/+45
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-04-061-2/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-03-312-1/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \