summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove code that became useless since previous commit because TkTextSetYView(...fvogel2021-04-131-29/+0
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-6/+6
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-10-051-4/+4
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-4/+4
* | Merge 8.6jan.nijtmans2020-09-101-31/+22
|\ \ | |/
| * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-74/+67
* | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \
| * | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-6/+6
|/ /
* | Fix [fc59158961]: Segfault when .text configurejan.nijtmans2020-06-231-1/+1
* | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-24/+25
* | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-271-4/+3
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-241-3/+3
* | More progressjan.nijtmans2020-05-221-49/+49
|\ \
* | | More progressjan.nijtmans2020-05-211-2/+4
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-7/+7
|/ /
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-43/+43
* | Merge trunkjan.nijtmans2020-01-281-5/+0
|\ \
| * \ Merge 8.6jan.nijtmans2020-01-191-5/+0
| |\ \ | | |/