summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
* int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-311-14/+14
* more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-7/+6
* Rebase to 8.7jan.nijtmans2022-10-121-8/+8
|\
| * TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-8/+8
* | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not on...jan.nijtmans2022-07-311-4/+1
|/
* merge core-8-6-branchfvogel2022-06-111-5/+6
|\
| * merge 8.6fvogel2022-04-031-2/+16
| |\
| * \ merge 8.6fvogel2022-01-051-38/+41
| |\ \
| * | | Move comment where it really belongs.fvogel2021-08-011-5/+6
* | | | Merge 8.7jan.nijtmans2022-05-171-3/+3
|\ \ \ \
| * | | | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-3/+3
* | | | | Merge 8.7jan.nijtmans2022-03-111-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-03-021-11/+11
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-02-011-2/+16
| |\ \ \ \ \
| * | | | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-4/+4
* | | | | | | Merge 8.7jan.nijtmans2022-03-021-13/+27
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-11/+11
| | |/ / / / | |/| | | |
| * | | | | Fix [1501749fff] - Crash on embedded window deletion bound to <Map> events.fvogel2022-01-311-2/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Fix memory problem revealed by valgrind with textWind-18.2. At this point dIn...fvogel2022-01-301-0/+7
| | * | | Don't use return in DisplayText but 'goto end' so that Tcl_Preserve / Tcl_Rel...fvogel2022-01-231-1/+1
| | * | | More accurate comment. Indeed long ago there used to be Tcl_Preserve/Tcl_Rele...fvogel2022-01-231-1/+1
| | * | | Fix the second part of [1501749fff]. Now textWind-18.2 passes.fvogel2022-01-231-0/+7
| | | |/ | | |/|
* | | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+2
|/ / /
* | | Merge 8.6jan.nijtmans2021-12-201-10/+13
|\ \ \ | |/ /
| * | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t...jan.nijtmans2021-12-201-38/+41
| |/
* | Merge 8.6jan.nijtmans2021-02-021-9/+9
|\ \ | |/
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
| |
| \
*-. \ Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-211-11/+22
|\ \ \ | | |/
| * | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-99/+113
| |\ \
| * | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a...jan.nijtmans2019-08-221-1/+10
* | | | Fix more warnings related to -Wundef.jan.nijtmans2020-10-081-25/+25
* | | | Merge 8.6jan.nijtmans2020-09-251-10/+11
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-14/+14
* | | Merge 8.6jan.nijtmans2020-09-111-1/+1
|\ \ \ | |/ /
| * | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| |\ \
| | * \ Merge trunkjan.nijtmans2020-09-101-29/+14
| | |\ \ | |_|/ / |/| | |
| | * | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-101-2/+2
* | | | Merge 8.6jan.nijtmans2020-09-101-31/+16
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-63/+63
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
* | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-2/+2
|\ \ \ | |/ /
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-2/+2
* | | Merge 8.6jan.nijtmans2020-06-081-2/+2
|\ \ \ | |/ /
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-2/+2
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
|\ \ \ | |/ /
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
* | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-16/+24
|\ \ \ | |/ /
| * | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-17/+19
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-2/+2