summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-191-5/+0
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-43/+50
|/ /
* | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-13/+13
|\ \ | |/
* | Merge 8.6jan.nijtmans2019-06-251-1/+1
|\ \ | |/
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | Eliminate some redundant type-castsjan.nijtmans2019-06-211-1/+1
* | merge trunkjan.nijtmans2019-06-051-1/+1
|\ \
| * | Fix gcc-8 warningjan.nijtmans2019-05-131-1/+1
* | | Merge trunkjan.nijtmans2019-05-101-35/+35
|\ \ \ | |/ /
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-35/+35
* | | Merge trunkjan.nijtmans2019-04-021-51/+52
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-50/+51
| * | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su...jan.nijtmans2019-02-151-1/+1
* | | Merge 8.7jan.nijtmans2019-01-131-8/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-2/+2
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | | | |\
| | | * | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-6/+5
| | * | | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-021-5/+4
| | * | | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-021-2/+0