summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-121-5/+5
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-121-5/+5
| |\
* | \ Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-06-141-3/+6
| |\ \ | | |/
| | * Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
| | |\
| | | * Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo...jan.nijtmans2024-06-131-3/+5
| | |/
* | | (c) -> ©jan.nijtmans2024-05-091-2/+2
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2024-05-091-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2024-02-191-5/+5
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-5/+5
* | | Modify TkTextGetTabs() signature: textPtr -> tkwinjan.nijtmans2024-02-061-1/+1
* | | Merge 8.7jan.nijtmans2024-02-021-1/+1
|\ \ \ | |/ /
| * | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-021-1/+1
* | | Use Tcl_Obj * in stead of char * where possible in text widgetjan.nijtmans2024-02-021-3/+9
* | | Merge 8.7jan.nijtmans2024-01-241-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-01-231-17/+21
| |\ \ | | |/
| * | Backport comment fixesjan.nijtmans2024-01-201-4/+4
| * | Improve "-align"jan.nijtmans2024-01-191-2/+6
* | | Get rid of tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj)...jan.nijtmans2024-01-221-8/+58
* | | Fix comments following [724fbd24].fvogel2024-01-201-2/+2
* | | Fix comments following [cd59cd0e].fvogel2024-01-201-2/+2
* | | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-191-18/+23
|\ \ \ | |/ /
| * | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-16/+17
|/ /
* | int -> TkTextInvalidateActionjan.nijtmans2024-01-181-17/+20
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-29/+18
* | Merge 8.7. Adapt test-casesjan.nijtmans2024-01-141-2/+2
|\ \
* | | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-141-6/+7
|/ /
* | Merge 8.6 (there we go again)jan.nijtmans2024-01-121-0/+1
|\ \ | |/
| * Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-091-0/+1
* | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-3/+3
|\ \ | |/
| * Better not specify chars[1], just a little more space prevents a gcc warningjan.nijtmans2022-11-021-1/+1
* | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T...jan.nijtmans2022-11-011-4/+5
* | int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-311-3/+3
* | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-311-1/+1
|\ \ | |/
| * Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-311-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-7/+7
* | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-4/+4
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-19/+11
* | Merge 8.7jan.nijtmans2022-03-021-20/+22
|\ \
| * \ Merge 8.7jan.nijtmans2022-02-181-9/+6
| |\ \
| * | | Get rid of underlineObj/overstrikgObj/elideObj int text tagsjan.nijtmans2022-02-021-6/+9
| * | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-11/+9
| |/ /
| * | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-9/+13
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
|/ /
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-181-0/+2
|\ \ | |/
| * Fix stylefvogel2021-04-131-1/+1
| * Fix stylefvogel2021-04-131-1/+1
| * Factor out two places where the -startline/-endline range is checked.fvogel2021-04-131-0/+2
* | Merge 8.6jan.nijtmans2020-09-111-2/+2
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-2/+2
| |\