| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged core-8-6-branch into core-8-branch. | csaba | 2024-07-31 | 1 | -56/+15 |
|\ |
|
| * | Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus... | csaba | 2024-07-28 | 1 | -56/+15 |
|
|
* | | Use "(char *)NULL" sentinels in more places. Fix some indenting | jan.nijtmans | 2024-06-19 | 1 | -58/+58 |
|
|
* | | Another round of int -> Tcl_Size changes | jan.nijtmans | 2024-03-07 | 1 | -38/+39 |
|
|
* | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|
|
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessary | jan.nijtmans | 2024-01-25 | 1 | -1/+1 |
|
|
* | | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved. | jan.nijtmans | 2024-01-18 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
| * | Backport more cleanup from [3b4a9ed919] to 8.6: Since TK_OPTION_NULL_OK is al... | jan.nijtmans | 2023-07-18 | 1 | -7/+4 |
|
|
| * | Listbox entries don't use option database for initialization, so let "itemcon... | jan.nijtmans | 2023-07-18 | 1 | -8/+8 |
|
|
* | | Merge 8.7. More progress in converting strtod/strtol | jan.nijtmans | 2023-09-04 | 1 | -8/+13 |
|
|
* | | Proposed fix for [3b4a9ed919]: Don't specify option database and initializati... | jan.nijtmans | 2023-07-17 | 1 | -12/+9 |
|
|
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -41/+36 |
|
|
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -37/+35 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-10-27 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu... | jan.nijtmans | 2022-10-27 | 1 | -3/+2 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -13/+13 |
|
|
* | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-03 | 1 | -5/+1 |
|\ \
| |/ |
|
| * | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -5/+1 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -22/+22 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -4/+4 |
|\ \ |
|
| * | | TK_OPTION_DONT_SET_DEFAULT is no longer needed in combination with TK_OPTION_... | jan.nijtmans | 2022-02-22 | 1 | -4/+4 |
|
|
* | | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -2/+2 |
|/ / |
|
* | | Merge 8.7 | jan.nijtmans | 2021-01-28 | 1 | -6/+6 |
|\ \ |
|
| * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -6/+6 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-08 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-06 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val... | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|
|
| * | | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 1 | -2/+2 |
|
|
| * | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2020-08-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2020-07-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Implementation complete, appears to function as expected | jan.nijtmans | 2020-06-16 | 1 | -1/+1 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|
|
* | | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 1 | -2/+2 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -36/+36 |
|\ \ |
|
* | | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 1 | -8/+8 |
|/ / |
|
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -2/+2 |
|
|
* | | More internal use of TkGetIntForIndex() function. | jan.nijtmans | 2020-03-18 | 1 | -19/+12 |
|
|
* | | Follow-up to [d9bda1d1]: Clamp "listbox index" values between -1 and (maximum... | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|
|