| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [8da7af2f8e]: slow widget creation if default font is not used. | fvogel | 2024-01-27 | 1 | -0/+1 |
|\ |
|
| * | Fix [8da7af2f8e]: slow widget creation if default font is not used. | fvogel | 2024-01-27 | 1 | -0/+1 |
| |\ |
|
| | * | Fix [8da7af2f8e]: slow widget creation if default font is not used | fvogel | 2024-01-21 | 1 | -0/+1 |
|
|
* | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree... | jan.nijtmans | 2024-01-25 | 3 | -51/+105 |
|\ \ \ |
|
| * | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree... | jan.nijtmans | 2024-01-25 | 3 | -51/+105 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-25 | 9 | -60/+61 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate many (Tcl_Size) typecasts, which are no longer necessary | jan.nijtmans | 2024-01-25 | 9 | -18/+18 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 2 | -21/+124 |
|\ \ \ \
| |/ / / |
|
| * | | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION... | jan.nijtmans | 2024-01-24 | 1 | -20/+123 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 1 | -4/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ... | jan.nijtmans | 2024-01-24 | 1 | -4/+9 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 1 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | If TK_NO_DEPRECATED, report back message -padX/-padY as {} | jan.nijtmans | 2024-01-24 | 1 | -0/+19 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Allow {} as magical value for the -padx/-pady default, in stead of the magica... | jan.nijtmans | 2024-01-24 | 1 | -2/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 4 | -17/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | Limit "screen distances" in error-messages to 50 characters (as was done some... | jan.nijtmans | 2024-01-24 | 5 | -18/+14 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-01-23 | 4 | -9/+15 |
|\ \ \ \
| |/ / / |
|
| * | | | Revise "bad screen distance" error-messages | jan.nijtmans | 2024-01-23 | 5 | -16/+28 |
|
|
| * | | | Keep Tk 8.7 as much as possible binary compatible with Tk 9.0 | jan.nijtmans | 2024-01-23 | 1 | -5/+9 |
|
|
| * | | | One more int -> TkTextTabStyle (eliminates a compiler warning). | csaba | 2024-01-23 | 1 | -3/+5 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2024-01-23 | 3 | -80/+284 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-23 | 1 | -206/+221 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | Update comments in tkText.h. Minor further tweaks | jan.nijtmans | 2024-01-22 | 2 | -40/+32 |
|
|
| | | * | Implementation cleanup: We know that always internalPtr != NULL, and that the... | jan.nijtmans | 2024-01-22 | 1 | -60/+21 |
|
|
| | | * | Use internal flag OPTION_NONNEG | jan.nijtmans | 2024-01-22 | 1 | -28/+18 |
|
|
| | | * | Boolean uses -1 as value when not provided. Same for Relief and Justify | jan.nijtmans | 2024-01-21 | 1 | -3/+3 |
|
|
| | | * | Implement the same for Boolean, Relief and Justify as well | jan.nijtmans | 2024-01-21 | 1 | -103/+165 |
|
|
| | | * | Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ...core-bug-026e2bb685-alt | jan.nijtmans | 2024-01-21 | 1 | -106/+108 |
| | |/ |
|
* | | | One more int -> TkTextTabStyle (eliminates a compiler warning). | csaba | 2024-01-23 | 1 | -3/+5 |
|
|
* | | | Someone might like to use "long double" in an option table, let's allow that. | jan.nijtmans | 2024-01-23 | 1 | -6/+10 |
|
|
* | | | tagPtr->wrapMode is an enum with only 4 possible values, so no need to test f... | jan.nijtmans | 2024-01-22 | 3 | -9/+3 |
|
|
* | | | Make updatePending and doubleBuffer "bool" variables | jan.nijtmans | 2024-01-22 | 1 | -9/+10 |
|
|
* | | | Get rid of tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj)... | jan.nijtmans | 2024-01-22 | 4 | -29/+68 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-01-22 | 4 | -20/+4 |
|\ \ \
| |/ / |
|
| * | | Remove comment which isn't accurate any more | jan.nijtmans | 2024-01-21 | 3 | -16/+0 |
|
|
| * | | Mention option in alphabetical order | jan.nijtmans | 2024-01-20 | 1 | -4/+4 |
|
|
| * | | Backport comment fixes | jan.nijtmans | 2024-01-20 | 2 | -19/+19 |
|
|
| * | | Improve "-align" | jan.nijtmans | 2024-01-19 | 4 | -28/+25 |
|
|
* | | | Fix comments following [724fbd24]. | fvogel | 2024-01-20 | 1 | -2/+2 |
|
|
* | | | Fix comments following [cd59cd0e]. | fvogel | 2024-01-20 | 2 | -5/+5 |
|
|
* | | | Fix comments following [48598763]. | fvogel | 2024-01-20 | 1 | -12/+12 |
|
|
* | | | Merge 8.7. int -> TkAlignMode where appropriate | jan.nijtmans | 2024-01-19 | 9 | -50/+47 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-01-19 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Update build scripts (backported from 8.7/9.0). Travis is no longer supported... | jan.nijtmans | 2024-01-19 | 1 | -1/+1 |
|
|
| | * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-17 | 1 | -15/+110 |
| | |\ |
|
| | | * | Handle the remaining options in a similar way | jan.nijtmans | 2024-01-16 | 1 | -10/+93 |
|
|
| | | * | (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but bad... | jan.nijtmans | 2024-01-16 | 1 | -2/+16 |
| | |/ |
|
| | * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-14 | 1 | -0/+4 |
|
|
| * | | Put "flush" in the right alphabetic position | jan.nijtmans | 2024-01-18 | 2 | -3/+3 |
|
|