Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. Fix indenting | jan.nijtmans | 2024-07-12 | 1 | -26/+26 |
|\ | |||||
* | | Text tag priorities should be Tcl_Size (just as numTags) | jan.nijtmans | 2024-02-19 | 1 | -2/+2 |
| | | |||||
* | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -13/+14 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
| | | |||||
* | | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. ↵ | fvogel | 2023-11-06 | 1 | -4/+12 |
|\ \ | |/ | | | | | Patch from Christopher Chavez. | ||||
| * | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. ↵ | fvogel | 2023-11-05 | 1 | -4/+12 |
| | | | | | | | | Patch from Christopher Chavez. | ||||
* | | Finished first pass through all files. Same test failures as trunk. | apnadkarni | 2023-04-17 | 1 | -1/+1 |
| | | |||||
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -8/+8 |
|\ \ | |||||
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -8/+8 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-09-10 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix [006403a25d]: various comment/documentation fixes | jan.nijtmans | 2022-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -4/+4 |
|\ \ | |||||
| * | | Get rid of underlineObj/overstrikgObj/elideObj int text tags | jan.nijtmans | 2022-02-02 | 1 | -1/+1 |
| | | | |||||
| * | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, ↵ | jan.nijtmans | 2022-02-02 | 1 | -4/+4 |
| | | | | | | | | | | | | -underline) using the new functionality | ||||
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -1/+1 |
|/ / | |||||
* | | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling ↵ | fvogel | 2021-04-18 | 1 | -0/+20 |
|\ \ | |/ | | | | | with the scrollbar. | ||||
| * | Backout the first three commits of the present branch, and implement a ↵ | fvogel | 2021-04-17 | 1 | -0/+20 |
| | | | | | | | | better fix. It's not the business of TkTextSetYView() to adjust the index it's receiving, it shall rather receive an index that is already within the -starline/-endline limits. | ||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -5/+1 |
|\ \ | |/ | |||||
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -8/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 1 | -10/+4 |
|\ \ | |/ | |||||
| * | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -158/+151 |
| | | |||||
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ↵ | jan.nijtmans | 2020-05-26 | 1 | -2/+2 |
| | | | | | | | | compiled against Tcl 9 headers. Various more fixes in using size_t for Tcl >= 9 | ||||
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
| | | |||||
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -9/+9 |
| | | |||||
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -8/+4 |
|\ \ | |||||
* | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -2/+6 |
|/ / | |||||
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -7/+0 |
| | | |||||
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -143/+149 |
| | | |||||
* | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -2/+2 |
|\ \ | |||||
| * | | Another round of (internal) int|long -> size_t replacements, at least when ↵ | jan.nijtmans | 2018-10-16 | 1 | -2/+2 |
| | | | | | | | | | | | | compiling against Tcl 9.0 headers. | ||||
| * | | Use more size_t internally, comparable with TIP #494 but then in Tk. ↵ | jan.nijtmans | 2018-10-15 | 1 | -4/+4 |
| | | | | | | | | | | | | Eliminate unnecessary type casts | ||||
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -4/+4 |
|/ / | |||||
* | | more size_t related code cleanup | jan.nijtmans | 2018-10-04 | 1 | -3/+3 |
|/ | |||||
* | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'. | fvogel | 2017-08-09 | 1 | -0/+2 |
| | |||||
* | code styling (wrong indent) | jan.nijtmans | 2017-04-18 | 1 | -3/+3 |
| | |||||
* | Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymously | fvogel | 2017-03-26 | 1 | -0/+3 |
| | |||||
* | Typos in comments | fvogel | 2015-11-10 | 1 | -1/+1 |
|\ | |||||
| * | Typos in comments | fvogel | 2015-11-10 | 1 | -1/+1 |
| | | |||||
* | | Merged core-8-5-branch | fvogel | 2015-02-11 | 1 | -14/+0 |
|\ \ | |/ | |||||
| * | Stop panic (Bad tag priority being toggled on) - Bug [382da038c9] | fvogel | 2015-02-08 | 1 | -14/+0 |
| | | |||||
* | | Merge bug fixes from fvogel's text-elided branch | dgp | 2015-02-06 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fixed bad comment resulting from copy/paste between functions | fvogel | 2014-12-05 | 1 | -2/+1 |
| | | |||||
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 |
| | | |||||
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -1/+1 |
| | | | | | | exists and is used. | ||||
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ↵ | jan.nijtmans | 2013-02-27 | 1 | -1/+1 |
| | | | | | | | | Tcl_GetIndexFromObjStruct. | ||||
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵ | fvogel | 2012-02-28 | 1 | -6/+31 |
|\ \ | |/ | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices. | ||||
| * | Better fix for bug-1630262, also fixing bug-1615425 | fvogel | 2012-02-02 | 1 | -7/+27 |
| | | |||||
| * | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -3/+8 |
| | |