Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunkrc0core_8_7_a1core_8_7_a1_rc | dgp | 2017-09-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix [c4139ac9d1ac6ef2]: Cannot make distribution - ttkGenStubs.tcl removed. ↵ | jan.nijtmans | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | | (reason: Tcl's genStubs.tcl now has all functionaly of the original ttkGenStubs.tcl) | ||||
* | | update changes | dgp | 2017-09-05 | 1 | -1/+9 |
| | | |||||
* | | merge trunk | dgp | 2017-09-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Add missing .RE in canvas.n | fvogel | 2017-09-03 | 1 | -0/+1 |
| |\ | |||||
| | * | Add missing .RE in canvas.n | fvogel | 2017-09-03 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Add missing .RE in canvas.nbug_7c7e8f957e | fvogel | 2017-09-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | merge trunk | dgp | 2017-09-01 | 26 | -482/+3203 |
|\ \ \ \ | |/ / / | |||||
| * | | | No deprecation warnings when building Tk itself without -DTK_NO_DEPRECATION. ↵ | jan.nijtmans | 2017-08-31 | 3 | -17/+17 |
| | | | | | | | | | | | | | | | | Re-generate tkDecls.h (formatting). | ||||
| * | | | Merge tip-166 branch after positive vote by the TCT. Many thanks to Simon ↵ | fvogel | 2017-08-28 | 15 | -455/+3088 |
| |\ \ \ | | | | | | | | | | | | | | | | Bachmann. | ||||
| | * \ \ | merge trunk | fvogel | 2017-08-06 | 5 | -8/+48 |
| | |\ \ \ | |||||
| | * \ \ \ | merge trunk | simonbachmann | 2017-06-18 | 2 | -0/+2 |
| | |\ \ \ \ | |||||
| | * | | | | | Changed from #ARGB to #RGBA color format | simonbachmann | 2017-06-18 | 4 | -61/+61 |
| | | | | | | | |||||
| | * | | | | | merge trunk | fvogel | 2017-06-05 | 40 | -723/+1044 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Several corrections to the manpage photo.n | simonbachmann | 2017-04-23 | 1 | -44/+38 |
| | | | | | | | | |||||
| | * | | | | | | merge trunk | fvogel | 2017-04-19 | 10 | -27/+48 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Removed -boolean option from <imageName> transparency get/set subcommands | simonbachmann | 2017-04-13 | 2 | -58/+23 |
| | | | | | | | | | |||||
| | * | | | | | | | merge trunk | simonbachmann | 2017-04-13 | 14 | -364/+364 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed incorrect parsing of #ARGB format on Windows | simon | 2017-04-09 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | merge trunk | simonbachmann | 2017-04-09 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | merged trunk | fvogel | 2017-04-08 | 11 | -45/+157 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Performance tuning in color parsing code and the 'data' subcommand | simonbachmann | 2017-04-09 | 1 | -46/+52 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fixed bug in format suboptions parsing (crash with no value to -colorformat) | simonbachmann | 2017-04-08 | 2 | -386/+540 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | merge trunk | simonbachmann | 2017-04-08 | 11 | -44/+156 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | fixing accidental fork | simonbachmann | 2017-04-04 | 2 | -23/+31 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | Fix for bug 7c49a7f594c8d47dfdf7b6037b8316e4d51cc36a | simonbachmann | 2017-04-04 | 2 | -23/+31 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | merge trunk | fvogel | 2017-03-26 | 21 | -641/+233 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 14 | -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 tests | simonbachmann | 2017-03-02 | 1 | -0/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Reference implementation of TIP 166, rev. 1.9 | simonbachmann | 2017-03-02 | 3 | -225/+1347 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Create new branch named "tip-166" | simonbachmann | 2017-03-01 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵ | fvogel | 2017-08-24 | 2 | -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 ↵ | fvogel | 2017-08-24 | 2 | -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_branch | fvogel | 2017-08-24 | 2 | -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_b601ce3ab1 | fvogel | 2017-08-23 | 2 | -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 ↵ | fvogel | 2017-08-24 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus. | ||||
| | * | | | | | | | | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵ | fvogel | 2017-08-24 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus. | ||||
| | | * | | | | | | | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵ | fvogel | 2017-08-21 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus. | ||||
| * | | | | | | | | | | | | | | polygon and closed polylines in canvas don't fully honor -joinstyle on ↵ | fvogel | 2017-08-24 | 2 | -3/+59 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows and OS X | ||||
| | * | | | | | | | | | | | | | polygon and closed polylines in canvas don't fully honor -joinstyle on ↵ | fvogel | 2017-08-24 | 2 | -3/+59 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows and OS X | ||||
| | | * | | | | | | | | | | | | | Rendering of all join styles is now correct on Windows when the first and ↵bug_2874226 | fvogel | 2017-08-17 | 1 | -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 ↵ | fvogel | 2017-08-16 | 1 | -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 ↵ | fvogel | 2017-08-13 | 1 | -0/+10 |
| | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first fix deals with the OS X case only. | ||||
| * | | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵ | fvogel | 2017-08-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth. | ||||
| | * | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵ | fvogel | 2017-08-24 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth. | ||||
| | | * | | | | | | | | | | | | | Fix [3295446]: Make the insertion cursor always visible when browsing ↵bug_3295446 | fvogel | 2017-08-12 | 1 | -0/+2 |
| | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console history. Patch from Andy Goth. | ||||
| * | | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵ | fvogel | 2017-08-24 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The. | ||||
| | * | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵ | fvogel | 2017-08-24 | 1 | -1/+5 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The. | ||||
| | | * | | | | | | | | | | | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to ↵bug_ee40fd1fce | fvogel | 2017-08-12 | 1 | -1/+5 |
| | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interp in Tk_CreateConsoleWindow. Patch from Han The. | ||||
| * | | | | | | | | | | | | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'. | fvogel | 2017-08-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / |