summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* Limit "screen distances" in error-messages to 50 characters (as was done some...jan.nijtmans2024-01-241-2/+2
* Revise "bad screen distance" error-messagesjan.nijtmans2024-01-231-7/+13
* Merge 8.6jan.nijtmans2024-01-231-61/+260
|\
| * 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-221-5/+5
| | * 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
| |/
| * 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
| * Backport more cleanup from [3b4a9ed919] to 8.6: Since TK_OPTION_NULL_OK is al...jan.nijtmans2023-07-181-2/+2
* | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-1/+1
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-84/+44
* | Merge 8.7. Adapt test-casesjan.nijtmans2024-01-141-0/+6
|\ \
* | | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-141-21/+7
|/ /
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-8/+8
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-8/+8
* | Merge 8.7jan.nijtmans2022-05-171-7/+7
|\ \
| * | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-6/+6
| * | Merge 8.6jan.nijtmans2022-05-071-1/+1
| |\ \ | | |/
| | * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-1/+1
* | | Merge 8.7jan.nijtmans2022-03-021-62/+23
|\ \ \ | |/ /
| * | TK_OPTION_DONT_SET_DEFAULT is no longer needed in combination with TK_OPTION_...jan.nijtmans2022-02-221-2/+2
| * | Merge 8.7jan.nijtmans2022-02-181-12/+6
| |\ \
| * | | Get rid of underlineObj/overstrikgObj/elideObj int text tagsjan.nijtmans2022-02-021-23/+12
| * | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-22/+22
| |/ /
| * | Fix the memory corruption bugjan.nijtmans2022-02-011-11/+1
| * | Workaround for what appears to be a gcc optimization bugjan.nijtmans2021-12-171-1/+11
| * | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-30/+11
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-7/+9
* | | Merge 8.6jan.nijtmans2021-12-201-4/+7
|\ \ \ | |/ / |/| / | |/
| * Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t...jan.nijtmans2021-12-201-4/+7
* | Fix [631a0b2d95]: text tag bind of tag covering 1.0 to end stops working afte...fvogel2021-12-041-3/+23
|\ \ | |/
| * Fix [631a0b2d95]: text tag bind of tag covering 1.0 to end stops working afte...fvogel2021-11-131-3/+23
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-24/+24
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge trunkjan.nijtmans2020-08-241-1/+1
|\ \
| * | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-241-1/+1
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ /
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-26/+26
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-26/+26
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-19/+19