summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-1/+1
| | * Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-101-1/+1
| | |\ | |_|/ |/| |
| | * Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
| |/ |/|
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | Fix 2 (minor) gcc warningsjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-221-3/+3
|\ \
* | | More progressjan.nijtmans2020-05-211-1/+1
|/ /
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
| |\ \
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| | * | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-2/+2
| * | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-021-2/+2
| * | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-021-2/+1
| * | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event,culler2018-12-311-1/+2
| |/ /
* | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-2/+2
* | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-4/+6
* | | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-161-4/+10