| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw... | jan.nijtmans | 2024-06-16 | 1 | -1/+1 |
|
|
* | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 1 | -1/+1 |
|\ |
|
| * | Make somewhat more C++-compatible (backported from 8.7) | jan.nijtmans | 2023-10-12 | 1 | -85/+92 |
|
|
* | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 1 | -7/+7 |
|
|
* | | Another round of int -> Tcl_Size changes | jan.nijtmans | 2024-03-07 | 1 | -16/+12 |
|
|
* | | Fix warning in tkEntry.c. More typecast cleanup | jan.nijtmans | 2024-02-16 | 1 | -2/+2 |
|
|
* | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 1 | -1/+1 |
|
|
* | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|
|
* | | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved. | jan.nijtmans | 2024-01-18 | 1 | -2/+2 |
|
|
* | | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre... | jan.nijtmans | 2023-10-26 | 1 | -1/+5 |
|
|
* | | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -4/+4 |
|
|
| * | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|
|
* | | Missed more than a few TIP 660 changes. Possibly more to come. | apnadkarni | 2023-04-18 | 1 | -6/+6 |
|
|
* | | Finished first pass through all files. Same test failures as trunk. | apnadkarni | 2023-04-17 | 1 | -42/+42 |
|
|
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -57/+46 |
|
|
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -7/+12 |
|\ \
| |/ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -6/+2 |
|
|
| * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 1 | -3/+4 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -6/+14 |
|
|
* | | More default from int -> double | jan.nijtmans | 2022-12-02 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-10-27 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu... | jan.nijtmans | 2022-10-27 | 1 | -4/+4 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -41/+41 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -13/+13 |
|\ \ |
|
| * | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -13/+13 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-03-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -2/+2 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -2/+2 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2021-12-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -12/+12 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -2/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -4/+4 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
|\ \ |
|
| * | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when... | jan.nijtmans | 2020-08-20 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ... | jan.nijtmans | 2020-08-06 | 1 | -1/+1 |
|
|
* | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -4/+4 |
|/ / |
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -23/+45 |
|\ \
| |/ |
|
| * | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -11/+17 |
| |\ |
|
| | * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -2/+2 |
|
|
| * | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 1 | -9/+24 |
|
|
* | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat... | fvogel | 2020-07-06 | 1 | -3/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | More complete fix: deal with the case the textvariable is set more than once ... | fvogel | 2020-06-18 | 1 | -0/+3 |
|
|
| * | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand... | fvogel | 2020-06-14 | 1 | -3/+4 |
|
|
* | | | 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 |
|
|
| * | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -5/+7 |
| |\ \
| | |/
| |/| |
|
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -8/+10 |
| |/ |
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -114/+121 |
|
|