summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-01-301-1/+1
|\
| * tk::endOfGlyphCluster doesn't existjan.nijtmans2024-01-301-1/+1
* | Merge 8.7jan.nijtmans2024-01-292-18/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-01-292-18/+4
| |\
| | * Make test-cases work for UNIX/MacOS as well.jan.nijtmans2024-01-292-18/+4
* | | Merge-markjan.nijtmans2024-01-280-0/+0
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-01-284-5/+51
| |\ \ | | |/
* | | Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-284-5/+51
|\ \ \ | | |/ | |/|
| * | Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-284-5/+51
| |\ \
| | * | Do the same for ttk::spinbox and ttk::combobox. This is not absolutely needed...fvogel2024-01-281-2/+4
| | * | Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-281-3/+6
| | * | Add tests demonstrating bug [9fa3e08243]: Ctrl-Arrow binding for spinbox: unk...fvogel2024-01-282-0/+41
| |/ /
* | | Merge 8.7jan.nijtmans2024-01-271-14/+0
|\ \ \ | | |/ | |/|
| * | Simplify some TIP #621 procs, since it's Tcl counterparts can (now) handle in...jan.nijtmans2024-01-272-15/+1
| * | Merge 8.6jan.nijtmans2024-01-273-23/+32
| |\ \ | | |/
| * | Fix compiler warningjan.nijtmans2024-01-261-1/+1
* | | Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-272-21/+30
|\ \ \ | | |/ | |/|
| * | Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-272-21/+30
| |\ \
| | * | Since we are here make font-15.1, font-15.2 and font-15.3 robust against prev...fvogel2024-01-231-8/+11
| | * | Fix typofvogel2024-01-221-2/+2
| | * | Test suite hygiene - Let font-17.1 and font-18.1 be independent from previous...fvogel2024-01-221-13/+18
| | * | Let this bugfix branch build and test at Github Actions.fvogel2024-01-213-0/+3
| | * | Fix [8da7af2f8e]: slow widget creation if default font is not usedfvogel2024-01-211-0/+1
* | | | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk dis...fvogel2024-01-271-2/+2
|\ \ \ \ | |/ / /
| * | | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk dis...fvogel2024-01-271-2/+2
| |\ \ \
| | * | | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk dis...fvogel2024-01-261-2/+2
| |/ / /
* | | | Merge 8.7jan.nijtmans2024-01-262-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Let's simply use "1" for -underline/-overstrike in stead of "on"jan.nijtmans2024-01-262-3/+3
* | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-254-52/+107
|\ \ \ \ | |/ / /
| * | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-254-52/+107
* | | | Another round of small fixes, especially spelling errors...dkf2024-01-25150-1016/+1518
* | | | Merge 8.7jan.nijtmans2024-01-2510-61/+62
|\ \ \ \ | |/ / /
| * | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-2510-19/+19
* | | | Merge 8.7jan.nijtmans2024-01-241-5/+1
|\ \ \ \ | |/ / /
| * | | Backport doc/systray.n from Tk 9.0, fix some format issuesjan.nijtmans2024-01-241-7/+17
* | | | Merge 8.7jan.nijtmans2024-01-243-22/+127
|\ \ \ \ | |/ / /
| * | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION...jan.nijtmans2024-01-242-21/+126
* | | | Merge 8.7jan.nijtmans2024-01-242-5/+10
|\ \ \ \ | |/ / /
| * | | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ...jan.nijtmans2024-01-242-5/+10
* | | | Merge 8.7jan.nijtmans2024-01-241-0/+8
|\ \ \ \ | |/ / /
| * | | If TK_NO_DEPRECATED, report back message -padX/-padY as {}jan.nijtmans2024-01-241-0/+19
* | | | Merge 8.7jan.nijtmans2024-01-245-10/+10
|\ \ \ \ | |/ / /
| * | | Allow {} as magical value for the -padx/-pady default, in stead of the magica...jan.nijtmans2024-01-242-4/+4
* | | | Merge 8.7jan.nijtmans2024-01-244-17/+13
|\ \ \ \ | |/ / /
| * | | Limit "screen distances" in error-messages to 50 characters (as was done some...jan.nijtmans2024-01-245-18/+14
* | | | Merge 8.7jan.nijtmans2024-01-2328-185/+191
|\ \ \ \ | |/ / /
| * | | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-2329-192/+204
| * | | Keep Tk 8.7 as much as possible binary compatible with Tk 9.0jan.nijtmans2024-01-231-5/+9
| * | | One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5
* | | | One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5