summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-01-251-4/+4
|\
| * Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-2/+2
| * One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5
| * Backport comment fixesjan.nijtmans2024-01-201-15/+15
* | One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5
* | tagPtr->wrapMode is an enum with only 4 possible values, so no need to test f...jan.nijtmans2024-01-221-3/+1
* | Fix comments following [cd59cd0e].fvogel2024-01-201-3/+3
* | Fix comments following [48598763].fvogel2024-01-201-12/+12
* | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-191-3/+3
|\ \ | |/
| * int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-3/+3
* | Merge 8.7jan.nijtmans2024-01-181-5/+5
|\ \ | |/
| * int -> TkTextInvalidateActionjan.nijtmans2024-01-181-5/+5
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-7/+7
|\ \ | |/
| * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-7/+7
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-2/+2
|\ \ | |/
| * Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-141-2/+2
| * (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-3/+4
| |\
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen...jan.nijtmans2023-12-131-3/+4
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-1/+1
|/ /
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-2/+2
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-3/+3
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-14/+14
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-3/+3
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-3/+11
* | 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
| |/