summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-261-0/+8
|\
| * Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. Test te...fvogel2024-04-201-0/+8
* | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-23/+32
* | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-9/+9
* | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-7/+3
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-021-1/+1
* | Some int -> Tcl_Sizejan.nijtmans2024-02-021-31/+33
* | Merge 8.6jan.nijtmans2024-01-231-2/+3
|\ \ | |/
* | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-1/+1
* | int -> TkTextInvalidateActionjan.nijtmans2024-01-181-4/+4
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-7/+9
* | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-141-5/+2
* | Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-131-4/+4
* | 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
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-1/+1
* | Fix 2 (minor) compiler warningsjan.nijtmans2023-12-131-1/+1
* | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-4/+5
|\ \ | |/
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-1/+1
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-3/+3
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-15/+15
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-38/+38
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\ \ | |/
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
* | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T...jan.nijtmans2022-11-011-4/+4
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-2/+2
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-57/+57
* | merge core-8-6-branchfvogel2022-06-111-3/+3
|\ \ | |/
| * merge 8.6fvogel2022-05-151-13/+3
| |\
| * \ merge 8.6fvogel2022-01-051-2/+6
| |\ \
| * | | Adopt word 'elided' everywhere since it's much more widespread in the codebas...fvogel2021-06-241-3/+3
* | | | Merge 8.7jan.nijtmans2022-05-171-17/+7
|\ \ \ \
| * | | | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-4/+4
| * | | | Merge 8.6jan.nijtmans2022-05-071-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-2/+2
| * | | | Merge 8.6jan.nijtmans2022-05-031-11/+1
| |\ \ \ \ | | |/ / /
| | * | | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-11/+1
| | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2022-03-021-7/+7
|\ \ \ \ | |/ / /
| * | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-3/+3
| * | | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-5/+9
* | | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-7/+8
* | | | Merge 8.6jan.nijtmans2021-12-201-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t...jan.nijtmans2021-12-201-2/+6
| |/
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-181-12/+4
|\ \ | |/
| * Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
| * Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t...fvogel2021-04-171-1/+1
| * Remove leftover debug linefvogel2021-04-171-1/+0
| * Backout the first three commits of the present branch, and implement a better...fvogel2021-04-171-0/+30