| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-01-22 | 1 | -5/+0 |
|\ |
|
| * | Remove comment which isn't accurate any more | jan.nijtmans | 2024-01-21 | 1 | -5/+0 |
|
|
* | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -2/+2 |
|
|
* | | Merge 9.0 | jan.nijtmans | 2023-11-18 | 1 | -4/+0 |
|\ \ |
|
| * | | Remove some (very old!) Image-related stuff, and unused stub entries | jan.nijtmans | 2023-11-16 | 1 | -4/+0 |
| |/ |
|
* | | Rebase to trunk. | jan.nijtmans | 2023-11-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Merge 8.7 | jan.nijtmans | 2023-03-31 | 1 | -13/+9 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2023-01-25 | 1 | -2/+6 |
| |\ \ |
|
| * | | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets) | jan.nijtmans | 2022-11-03 | 1 | -2/+2 |
|
|
* | | | | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -1/+1 |
|\ \ \ \ |
|
* | | | | | Fix [3e966346] canvas text item -underline attribute not reciprocal | jan.nijtmans | 2023-09-10 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7. More progress in converting strtod/strtol | jan.nijtmans | 2023-09-04 | 1 | -6/+11 |
|
|
* | | | | | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan... | jan.nijtmans | 2023-06-21 | 1 | -6/+4 |
|
|
* | | | | | Still more int -> Tcl_Size | jan.nijtmans | 2023-04-25 | 1 | -2/+2 |
|
|
* | | | | | Missed more than a few TIP 660 changes. Possibly more to come. | apnadkarni | 2023-04-18 | 1 | -3/+3 |
|
|
* | | | | | TIP 660 update | apnadkarni | 2023-04-17 | 1 | -27/+27 |
| |_|_|/
|/| | | |
|
* | | | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -13/+9 |
| |_|/
|/| | |
|
* | | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -2/+6 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
* | | Make everything work (again) with Tcl 8.6 too | jan.nijtmans | 2022-10-30 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 1 | -10/+10 |
|
|
* | | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size) | jan.nijtmans | 2022-10-24 | 1 | -27/+27 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2022-07-05 | 1 | -1/+1 |
| |\ \ |
|
| * | | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -26/+26 |
| |/ / |
|
* | | | Merge 8.6 | jan.nijtmans | 2022-07-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | argc -> objc where appropriate | jan.nijtmans | 2022-07-12 | 1 | -2/+2 |
|
|
* | | argc -> objc, where Tcl_Obj * arrays are handled | jan.nijtmans | 2022-06-22 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-09 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | Fix [0973bf04e6]: tkCanvText.c : clang says unused but set variable. Also re-... | jan.nijtmans | 2022-02-09 | 1 | -25/+15 |
|
|
| * | Add new non-regression test config-4.29a. Formatting | jan.nijtmans | 2021-12-12 | 1 | -6/+6 |
|
|
* | | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u... | jan.nijtmans | 2021-12-17 | 1 | -21/+16 |
|
|
* | | TIP #577 follow-up (Enhanced index values for Tk). Now that an index may be "... | jan.nijtmans | 2021-12-14 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-01-28 | 1 | -2/+2 |
|\ \ |
|
| * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-08 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-10-12 | 1 | -8/+5 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -8/+5 |
| |\ \
| | |/ |
|
| | * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -16/+14 |
|
|
| | * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -5/+5 |
| | |\ |
|
| | | * | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 1 | -7/+7 |
| | |/ |
|
* | | | Plug memory leak in UnderlinePrintProc() | jan.nijtmans | 2020-08-20 | 1 | -1/+6 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-07-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und... | jan.nijtmans | 2020-07-02 | 1 | -5/+1 |
|
|
* | | | Implementation complete, appears to function as expected | jan.nijtmans | 2020-06-16 | 1 | -4/+5 |
|
|
* | | | More progress, mainly in tkCanvTest.c | jan.nijtmans | 2020-06-15 | 1 | -4/+91 |
|/ / |
|
* | | size_t for Tk_ItemDCharsProc(), with Tcl 9 headers | jan.nijtmans | 2020-06-02 | 1 | -12/+12 |
|
|
* | | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers) | jan.nijtmans | 2020-06-02 | 1 | -1/+1 |
|
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -24/+24 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -19/+19 |
|
|