| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T... | jan.nijtmans | 2022-11-01 | 1 | -4/+4 |
|
|
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -2/+2 |
|
|
* | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -57/+57 |
|
|
* | merge core-8-6-branch | fvogel | 2022-06-11 | 1 | -3/+3 |
|\ |
|
| * | merge 8.6 | fvogel | 2022-05-15 | 1 | -13/+3 |
| |\ |
|
| * \ | merge 8.6 | fvogel | 2022-01-05 | 1 | -2/+6 |
| |\ \ |
|
| * | | | Adopt word 'elided' everywhere since it's much more widespread in the codebas... | fvogel | 2021-06-24 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -17/+7 |
|\ \ \ \ |
|
| * | | | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -4/+4 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -2/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -2/+2 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2022-05-03 | 1 | -11/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -11/+1 |
| | | |/
| | |/| |
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u... | jan.nijtmans | 2022-02-02 | 1 | -3/+3 |
|
|
| * | | | Use TIP #613 to improve error-messages in Tk | jan.nijtmans | 2021-12-10 | 1 | -5/+9 |
|
|
* | | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -7/+8 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2021-12-20 | 1 | -1/+5 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t... | jan.nijtmans | 2021-12-20 | 1 | -2/+6 |
| |/ |
|
* | | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with... | fvogel | 2021-04-18 | 1 | -12/+4 |
|\ \
| |/ |
|
| * | Avoid code duplication by calling TkTextIndexAdjustToStartEnd(). | fvogel | 2021-04-17 | 1 | -11/+3 |
|
|
| * | Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t... | fvogel | 2021-04-17 | 1 | -1/+1 |
|
|
| * | Remove leftover debug line | fvogel | 2021-04-17 | 1 | -1/+0 |
|
|
| * | Backout the first three commits of the present branch, and implement a better... | fvogel | 2021-04-17 | 1 | -0/+30 |
|
|
| * | Remove code that became useless since previous commit because TkTextSetYView(... | fvogel | 2021-04-13 | 1 | -29/+0 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -6/+6 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -31/+22 |
|\ \
| |/ |
|
| * | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ... | jan.nijtmans | 2020-09-10 | 1 | -74/+67 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|\ \ |
|
| * | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp... | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|
|
* | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -6/+6 |
|/ / |
|
* | | Fix [fc59158961]: Segfault when .text configure | jan.nijtmans | 2020-06-23 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|
|
* | | size_t for Tk_ItemDCharsProc(), with Tcl 9 headers | jan.nijtmans | 2020-06-02 | 1 | -24/+25 |
|
|
* | | A few more tweaks, using size_t in Tcl 9 builds. | jan.nijtmans | 2020-05-27 | 1 | -4/+3 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -3/+3 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -49/+49 |
|\ \ |
|
* | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -2/+4 |
|
|
* | | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 1 | -7/+7 |
|/ / |
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -43/+43 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-01-28 | 1 | -5/+0 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-01-19 | 1 | -5/+0 |
| |\ \
| | |/ |
|
| | * | Remove 2 comments which are simply not correct (nor useful) any more | jan.nijtmans | 2020-01-19 | 1 | -5/+0 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -43/+50 |
|/ / |
|
* | | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it. | jan.nijtmans | 2019-07-30 | 1 | -13/+13 |
|\ \
| |/ |
|