summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix indentingjan.nijtmans2024-07-121-344/+344
|\
* | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff...jan.nijtmans2024-07-111-2/+2
* | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
* | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-4/+4
* | Text tag priorities should be Tcl_Size (just as numTags)jan.nijtmans2024-02-191-7/+7
* | Merge 8.6jan.nijtmans2024-02-161-1/+1
|\ \ | |/
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-021-6/+6
* | Some int -> Tcl_Sizejan.nijtmans2024-02-021-5/+3
* | 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
* | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-3/+3
* | 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
* | 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
|\ \ | |/
* | 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
| |/
* | 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