| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -4/+4 |
|\ |
|
| * | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-09-10 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Fix [006403a25d]: various comment/documentation fixes | jan.nijtmans | 2022-09-10 | 1 | -2/+2 |
|
|
| * | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 1 | -3/+3 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -3/+3 |
|
|
* | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-05-03 | 1 | -1/+6 |
|\ \ |
|
| * | | Fix bugin TkGetIntForIndex(), only visible when running Tk 8.7 with Tcl 8.6 | jan.nijtmans | 2021-05-02 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-28 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Make the declaration of tclIntStubsPtr match the declaration in tclStubLib.c.... | jan.nijtmans | 2021-01-14 | 1 | -6/+6 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-08 | 1 | -1/+7 |
|\ \ \
| |/ / |
|
| * | | Fix obscure corner-case: Tk built with g++ and --disable-shared, with shared ... | jan.nijtmans | 2020-12-10 | 1 | -0/+6 |
|
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-15 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-15 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | More usage of TCL_UNUSED() and explicit type-casts | jan.nijtmans | 2020-09-15 | 1 | -20/+20 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
| |\ \ |
|
| | * | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 1 | -1/+1 |
|
|
| * | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
| |/ / |
|
* | | | Plug memory leak in UnderlinePrintProc() | jan.nijtmans | 2020-08-20 | 1 | -3/+0 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-08-20 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2020-07-17 | 1 | -34/+11 |
|\ \ \
| |/ / |
|
* | | | Implementation complete, appears to function as expected | jan.nijtmans | 2020-06-16 | 1 | -2/+14 |
|
|
* | | | More progress, mainly in tkCanvTest.c | jan.nijtmans | 2020-06-15 | 1 | -0/+4 |
|
|
* | | | More progress, implementing enhanced "-underline" | jan.nijtmans | 2020-06-12 | 1 | -2/+12 |
|
|
* | | | First concept | jan.nijtmans | 2020-06-08 | 1 | -21/+4 |
|/ / |
|
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -3/+8 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -26/+27 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -1/+75 |
| |\ \ |
|
| * | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -26/+27 |
|
|
* | | | | Let TkGetIntForIndex() return TCL_ERROR for invalid index values, in stead of... | jan.nijtmans | 2020-02-27 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | Add internal function TkGetIntForIndex(), which handles integer indexes and "... | jan.nijtmans | 2020-02-24 | 1 | -1/+75 |
|/ / |
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | | Make better use of full range for string lengths, if Tk is compiled with Tcl ... | jan.nijtmans | 2019-06-21 | 1 | -1/+1 |
|
|
* | | Another round of (internal) int|long -> size_t replacements, at least when co... | jan.nijtmans | 2018-10-16 | 1 | -1/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-08-10 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -3/+3 |
|
|
| * | Make Tk 8.6 loadable in a TIP #484-enhanced Tcl 8.7. Backported from trunk. | jan.nijtmans | 2018-01-16 | 1 | -2/+13 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-12-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | minor typo | jan.nijtmans | 2017-12-11 | 1 | -1/+1 |
|
|
* | | No longer export setFromAnyProc's, for "pixel", "mm" and "window" objTypes: T... | jan.nijtmans | 2017-12-10 | 1 | -3/+3 |
|
|
* | | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ... | jan.nijtmans | 2017-01-20 | 1 | -2/+13 |
|/ |
|
* | eliminate unnecessary Tcl_ConvertToType call | jan.nijtmans | 2013-02-01 | 1 | -4/+5 |
|
|
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -16/+16 |
|\ |
|
| * | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -50/+48 |
|
|