summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-271-0/+1
|\
| * Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-271-0/+1
| |\
| | * Fix [8da7af2f8e]: slow widget creation if default font is not usedfvogel2024-01-211-0/+1
* | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-253-51/+105
|\ \ \
| * | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-253-51/+105
* | | | Merge 8.7jan.nijtmans2024-01-259-60/+61
|\ \ \ \ | |/ / /
| * | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-259-18/+18
* | | | Merge 8.7jan.nijtmans2024-01-242-21/+124
|\ \ \ \ | |/ / /
| * | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION...jan.nijtmans2024-01-241-20/+123
* | | | Merge 8.7jan.nijtmans2024-01-241-4/+9
|\ \ \ \ | |/ / /
| * | | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ...jan.nijtmans2024-01-241-4/+9
* | | | 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-241-2/+2
|\ \ \ \ | |/ / /
| * | | Allow {} as magical value for the -padx/-pady default, in stead of the magica...jan.nijtmans2024-01-241-2/+2
* | | | 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-234-9/+15
|\ \ \ \ | |/ / /
| * | | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-235-16/+28
| * | | 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
| * | | Merge 8.6jan.nijtmans2024-01-233-80/+284
| |\ \ \ | | |/ /
| | * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-231-206/+221
| | |\ \ | | | |/ | | |/|
| | | * Update comments in tkText.h. Minor further tweaksjan.nijtmans2024-01-222-40/+32
| | | * Implementation cleanup: We know that always internalPtr != NULL, and that the...jan.nijtmans2024-01-221-60/+21
| | | * Use internal flag OPTION_NONNEGjan.nijtmans2024-01-221-28/+18
| | | * Boolean uses -1 as value when not provided. Same for Relief and Justifyjan.nijtmans2024-01-211-3/+3
| | | * Implement the same for Boolean, Relief and Justify as welljan.nijtmans2024-01-211-103/+165
| | | * Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ...core-bug-026e2bb685-altjan.nijtmans2024-01-211-106/+108
| | |/
* | | One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5
* | | Someone might like to use "long double" in an option table, let's allow that.jan.nijtmans2024-01-231-6/+10
* | | tagPtr->wrapMode is an enum with only 4 possible values, so no need to test f...jan.nijtmans2024-01-223-9/+3
* | | Make updatePending and doubleBuffer "bool" variablesjan.nijtmans2024-01-221-9/+10
* | | Get rid of tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj)...jan.nijtmans2024-01-224-29/+68
* | | Merge 8.7jan.nijtmans2024-01-224-20/+4
|\ \ \ | |/ /
| * | Remove comment which isn't accurate any morejan.nijtmans2024-01-213-16/+0
| * | Mention option in alphabetical orderjan.nijtmans2024-01-201-4/+4
| * | Backport comment fixesjan.nijtmans2024-01-202-19/+19
| * | Improve "-align"jan.nijtmans2024-01-194-28/+25
* | | Fix comments following [724fbd24].fvogel2024-01-201-2/+2
* | | Fix comments following [cd59cd0e].fvogel2024-01-202-5/+5
* | | Fix comments following [48598763].fvogel2024-01-201-12/+12
* | | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-199-50/+47
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-01-191-1/+1
| |\ \ | | |/
| | * Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-191-1/+1
| | * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-15/+110
| | |\
| | | * Handle the remaining options in a similar wayjan.nijtmans2024-01-161-10/+93
| | | * (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but bad...jan.nijtmans2024-01-161-2/+16
| | |/
| | * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-0/+4
| * | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3