summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-03-231-6/+6
|\
| * Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-6/+6
| * Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-6/+6
* | Merge 8.7jan.nijtmans2024-01-221-5/+0
|\ \ | |/
| * Remove comment which isn't accurate any morejan.nijtmans2024-01-211-5/+0
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
|\ \ | |/
| * Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
* | Merge 9.0jan.nijtmans2023-11-181-4/+0
|\ \
| * | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-4/+0
| |/
* | Rebase to trunk.jan.nijtmans2023-11-081-2/+2
|\ \ | |/ |/|
| * Merge 8.7jan.nijtmans2023-03-311-13/+9
| |\
| * \ Merge 8.7jan.nijtmans2023-01-251-2/+6
| |\ \
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-2/+2
* | | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-1/+1
|\ \ \ \
* | | | | Fix [3e966346] canvas text item -underline attribute not reciprocaljan.nijtmans2023-09-101-1/+1
* | | | | Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-041-6/+11
* | | | | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan...jan.nijtmans2023-06-211-6/+4
* | | | | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-2/+2
* | | | | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-3/+3
* | | | | TIP 660 updateapnadkarni2023-04-171-27/+27
| |_|_|/ |/| | |
* | | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-13/+9
| |_|/ |/| |
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\ \ \ | |/ / | | / | |/ |/|
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-2/+2
|\ \ | |/
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-10/+10
* | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size)jan.nijtmans2022-10-241-27/+27
|\ \
| * \ Merge 8.7jan.nijtmans2022-07-051-1/+1
| |\ \
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-26/+26
| |/ /
* | | Merge 8.6jan.nijtmans2022-07-121-1/+1
|\ \ \ | |/ / |/| / | |/
| * argc -> objc where appropriatejan.nijtmans2022-07-121-2/+2
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-2/+2
* | Merge 8.6jan.nijtmans2022-02-091-9/+2
|\ \ | |/
| * Fix [0973bf04e6]: tkCanvText.c : clang says unused but set variable. Also re-...jan.nijtmans2022-02-091-25/+15
| * Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-6/+6
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-21/+16
* | TIP #577 follow-up (Enhanced index values for Tk). Now that an index may be "...jan.nijtmans2021-12-141-1/+1
* | Merge 8.7jan.nijtmans2021-01-281-2/+2
|\ \
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* | | Merge 8.7jan.nijtmans2021-01-081-2/+2
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | | Merge trunkjan.nijtmans2020-10-121-8/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-051-8/+5
| |\ \ | | |/
| | * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-16/+14
| | * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-5/+5
| | |\
| | | * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-7/+7
| | |/
* | | Plug memory leak in UnderlinePrintProc()jan.nijtmans2020-08-201-1/+6
* | | Merge trunkjan.nijtmans2020-07-171-1/+1
|\ \ \ | |/ /
* | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-5/+1
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-4/+5
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-4/+91
|/ /
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-12/+12