| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. Patch... | fvogel | 2023-11-06 | 1 | -4/+12 |
|\ \
| |/ |
|
| * | Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch... | fvogel | 2023-11-05 | 1 | -4/+12 |
|
|
* | | 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, -u... | jan.nijtmans | 2022-02-02 | 1 | -4/+4 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -1/+1 |
|/ / |
|
* | | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with... | fvogel | 2021-04-18 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | Backout the first three commits of the present branch, and implement a better... | fvogel | 2021-04-17 | 1 | -0/+20 |
|
|
* | | (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 |
|
|
* | | 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 co... | jan.nijtmans | 2018-10-16 | 1 | -2/+2 |
|
|
| * | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -4/+4 |
|
|
* | | | 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 |
|
|
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -1/+1 |
|
|
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside... | fvogel | 2012-02-28 | 1 | -6/+31 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|