| Commit message (Expand) | Author | Age | Files | Lines |
* | Limit "screen distances" in error-messages to 50 characters (as was done some... | jan.nijtmans | 2024-01-24 | 1 | -2/+2 |
|
|
* | Revise "bad screen distance" error-messages | jan.nijtmans | 2024-01-23 | 1 | -7/+13 |
|
|
* | Merge 8.6 | jan.nijtmans | 2024-01-23 | 1 | -61/+260 |
|\ |
|
| * | 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 | 1 | -5/+5 |
|
|
| | * | 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 |
| |/ |
|
| * | 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 |
|
|
| * | Backport more cleanup from [3b4a9ed919] to 8.6: Since TK_OPTION_NULL_OK is al... | jan.nijtmans | 2023-07-18 | 1 | -2/+2 |
|
|
* | | int -> TkTextTabStyle wherever possible | jan.nijtmans | 2024-01-18 | 1 | -1/+1 |
|
|
* | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-17 | 1 | -84/+44 |
|
|
* | | Merge 8.7. Adapt test-cases | jan.nijtmans | 2024-01-14 | 1 | -0/+6 |
|\ \ |
|
* | | | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ... | jan.nijtmans | 2024-01-14 | 1 | -21/+7 |
|/ / |
|
* | | Even more -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-12 | 1 | -8/+8 |
|
|
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -1/+1 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -8/+8 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
|\ \ |
|
| * | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -6/+6 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -62/+23 |
|\ \ \
| |/ / |
|
| * | | TK_OPTION_DONT_SET_DEFAULT is no longer needed in combination with TK_OPTION_... | jan.nijtmans | 2022-02-22 | 1 | -2/+2 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2022-02-18 | 1 | -12/+6 |
| |\ \ |
|
| * | | | Get rid of underlineObj/overstrikgObj/elideObj int text tags | jan.nijtmans | 2022-02-02 | 1 | -23/+12 |
|
|
| * | | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u... | jan.nijtmans | 2022-02-02 | 1 | -22/+22 |
| |/ / |
|
| * | | Fix the memory corruption bug | jan.nijtmans | 2022-02-01 | 1 | -11/+1 |
|
|
| * | | Workaround for what appears to be a gcc optimization bug | jan.nijtmans | 2021-12-17 | 1 | -1/+11 |
|
|
| * | | Use TIP #613 to improve error-messages in Tk | jan.nijtmans | 2021-12-10 | 1 | -30/+11 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -7/+9 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-12-20 | 1 | -4/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t... | jan.nijtmans | 2021-12-20 | 1 | -4/+7 |
|
|
* | | Fix [631a0b2d95]: text tag bind of tag covering 1.0 to end stops working afte... | fvogel | 2021-12-04 | 1 | -3/+23 |
|\ \
| |/ |
|
| * | Fix [631a0b2d95]: text tag bind of tag covering 1.0 to end stops working afte... | fvogel | 2021-11-13 | 1 | -3/+23 |
|
|
| * | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -24/+24 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val... | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|
|
* | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|/ / |
|
* | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -26/+26 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -26/+26 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -19/+19 |
|
|