Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all references to coffbase.txt (which will be removed from Tcl) and ↵core_8_6_branch | jan.nijtmans | 2017-09-26 | 4 | -36/+1 |
| | | | | win98 specific hacks. | ||||
* | Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ↵ | fvogel | 2017-09-24 | 1 | -10/+15 |
|\ | | | | | | | smaller. | ||||
| * | Fix coding style and a comment.bug_1e0db2400c | fvogel | 2017-09-17 | 1 | -8/+8 |
| | | |||||
| * | Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ↵ | fvogel | 2017-09-17 | 1 | -2/+7 |
| | | | | | | | | smaller | ||||
* | | Fix [514ff64dd0]: canvas rotated text overlap detection not working. | fvogel | 2017-09-24 | 2 | -8/+16 |
|\ \ | |||||
| * | | Fix [514ff64dd0]: canvas rotated text overlap detection not workingbug_514ff64dd0 | fvogel | 2017-09-17 | 2 | -8/+16 |
| |/ | |||||
* | | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵ | fvogel | 2017-09-24 | 2 | -14/+32 |
|\ \ | | | | | | | | | | Simon Bachmann. | ||||
| * | | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵bug_5239fd749b | fvogel | 2017-09-14 | 2 | -14/+32 |
| | | | | | | | | | | | | Simon Bachmann. | ||||
* | | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. | fvogel | 2017-09-24 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Fix the proposed patch since it had unexpected jumping effects in the fonts ↵bug_8277e1a906 | fvogel | 2017-09-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listbox. For instance in wish (the extrafont package is supposed to have been installed): tk fontchooser show ; # shows existing fonts package require extrafont extrafont::load /home/francois/Téléchargements/Term-RegCcc.ttf tk fontchooser show ; # check that the new font family "Term" is now available in the listbox # click on a font family _before_ "Term" -> fine # click on a font family _after_ "Term" -> the font listbox jumped to the top of the list! | ||||
| * | | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. ↵ | fvogel | 2017-09-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Patch from Aldo Buratti. | ||||
* | | | | Fix small mistake in the [text] man page: Documentation of -rmargincolor ↵ | fvogel | 2017-09-20 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | mentioned -rmargin1 instead of -rmargin. This little error was mentioned in [aadbe6dd95]. | ||||
* | | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas items. | fvogel | 2017-09-16 | 1 | -5/+97 |
|\ \ \ | |||||
| * | | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas itemsbug_3406785 | fvogel | 2017-09-09 | 1 | -5/+97 |
| | |/ | |/| | |||||
* | | | Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding ↵ | fvogel | 2017-09-16 | 1 | -7/+17 |
|\ \ \ | |/ / |/| | | | | | scripts. Thanks to Brad Lanam. | ||||
| * | | Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding ↵bug_d0c55bd78a | fvogel | 2017-09-03 | 1 | -7/+17 |
| |/ | | | | | | | scripts. Thanks to Brad Lanam. | ||||
* | | 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 |
| | | |||||
* | | 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-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 | ||||
| * | | | | 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 ↵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 ↵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 ↵ | fvogel | 2017-08-24 | 1 | -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_f1a3ca09d2 | fvogel | 2017-08-09 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | change non-working URL in comment to comparable working one | jan.nijtmans | 2017-08-23 | 2 | -2/+2 |
|/ / / | |||||
* | | | merge release | dgp | 2017-08-09 | 9 | -9/+111 |
|\ \ \ | |||||
| * \ \ | merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rc | dgp | 2017-08-09 | 3 | -3/+17 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Fix [4966cad4d4]: Wrong tab shown in ttk::notebook. Patch from Gregor ↵ | fvogel | 2017-08-08 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Cramer. Cherrypicked [e033e444]. | ||||
* | | | | Fix [28d0b8fb2f]: According to the ICCCM, the property used for X selection ↵ | fvogel | 2017-08-08 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | conversion must be deleted before requesting the conversion. Patch from 'dpb' | ||||
| * | | | | Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ↵bug_28d0b8fb2f | fvogel | 2017-08-06 | 1 | -0/+7 |
|/ / / / | | | | | | | | | | | | | requesting the conversion. Patch from 'dpb' | ||||
| * | | | merge 8.6rc1 | dgp | 2017-08-03 | 2 | -28/+46 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | [9eab541213] Fix OSX file dialog handling of -initialdir. | dgp | 2017-08-03 | 1 | -28/+44 |
| | | | | | | | | | | | | Thanks to Christian Gollwitzer. | ||||
| * | | | update changes | dgp | 2017-08-02 | 1 | -1/+17 |
| | | | | |||||
| * | | | merge 8.6 | dgp | 2017-08-02 | 6 | -2/+136 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Fix [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch ↵ | fvogel | 2017-08-02 | 6 | -2/+136 |
|\ \ \ \ | | |/ / | |/| | | | | | | from Keith Nash. | ||||
| * | | | Fix [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch ↵ | fvogel | 2017-08-02 | 7 | -10/+156 |
| |\ \ \ | | | |/ | | |/| | | | | | from Keith Nash. | ||||
| | * | | Removed constraint SegfaultOn8.5, this was useful before the fix was in the ↵ | fvogel | 2017-08-02 | 1 | -34/+11 |
| | | | | | | | | | | | | | | | | code, now it can be removed | ||||
| | * | | Revised tests/imgPhoto.test - this bugfix branch forked from core-8-5-branch ↵ | kjnash | 2017-06-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | is ready for testing | ||||
| | * | | Added test images forgotten in previous commit | fvogel | 2017-06-03 | 4 | -0/+4 |
| | | | | |||||
| | * | | Fixed [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch ↵ | fvogel | 2017-06-02 | 3 | -10/+175 |
| |/ / | | | | | | | | | | for core-8-5-branch from Keith Nash | ||||
| | * | update changes | dgp | 2017-08-01 | 1 | -1/+67 |
| | | |