summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
* New branch implementing Christopher Chavez's idea for drawing to a CGImage wi...culler2024-06-011-140/+153
|\
| * Merge 8.7jan.nijtmans2024-03-231-4/+4
| |\
| | * Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-4/+4
| * | Merge 8.7jan.nijtmans2024-02-191-7/+7
| |\ \ | | |/
| | * Text tag priorities should be Tcl_Size (just as numTags)jan.nijtmans2024-02-191-7/+7
| * | Merge 8.7jan.nijtmans2024-02-161-1/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2024-02-161-1/+1
| | |\ | |_|/ |/| |
| * | Merge 8.7jan.nijtmans2024-02-021-6/+6
| |\ \ | | |/
| | * Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-021-6/+6
| | * Some int -> Tcl_Sizejan.nijtmans2024-02-021-5/+3
| * | Use Tcl_Obj * in stead of char * where possible in text widgetjan.nijtmans2024-02-021-6/+6
| * | 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
| |\ \ | | |/
| * | 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.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
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+2
| |/ / / /