summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* Merged core-8-6-branch into core-8-branch.csaba2024-07-311-56/+15
|\
| * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-281-56/+15
* | Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-191-58/+58
* | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-38/+39
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-1/+1
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-1/+5
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-1/+1
|\ \ | |/
| * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-4/+4
| * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-1/+1
| * Backport more cleanup from [3b4a9ed919] to 8.6: Since TK_OPTION_NULL_OK is al...jan.nijtmans2023-07-181-7/+4
| * Listbox entries don't use option database for initialization, so let "itemcon...jan.nijtmans2023-07-181-8/+8
* | Merge 8.7. More progress in converting strtod/strtoljan.nijtmans2023-09-041-8/+13
* | Proposed fix for [3b4a9ed919]: Don't specify option database and initializati...jan.nijtmans2023-07-171-12/+9
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-41/+36
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-37/+35
* | Merge 8.6jan.nijtmans2022-10-271-3/+2
|\ \ | |/
| * Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-271-3/+2
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-13/+13
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-4/+4
* | Merge 8.6jan.nijtmans2022-05-031-5/+1
|\ \ | |/
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-5/+1
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-22/+22
* | Merge 8.7jan.nijtmans2022-03-021-4/+4
|\ \
| * | TK_OPTION_DONT_SET_DEFAULT is no longer needed in combination with TK_OPTION_...jan.nijtmans2022-02-221-4/+4
* | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-2/+2
|/ /
* | Merge 8.7jan.nijtmans2021-01-281-6/+6
|\ \
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-6/+6
* | | Merge 8.7jan.nijtmans2021-01-081-2/+2
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | | Merge 8.7jan.nijtmans2020-09-061-3/+3
|\ \ \ | |/ /
| * | Merge trunkjan.nijtmans2020-08-241-1/+1
| |\ \
| | * | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-241-1/+1
| * | | Merge trunkjan.nijtmans2020-08-241-2/+2
| |\ \ \ | | |/ /
| | * | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-2/+2
| * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
| |/ /
* | | Merge trunkjan.nijtmans2020-08-201-1/+1
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2020-07-171-1/+1
|\ \ \ | |/ /
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-1/+1
|/ /
* | Merge 8.6jan.nijtmans2020-06-081-2/+2
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-2/+2
* | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-061-2/+2
|\ \ | |/
| * Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-061-2/+2
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-221-36/+36
|\ \
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-8/+8
|/ /
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-2/+2
* | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-19/+12
* | Follow-up to [d9bda1d1]: Clamp "listbox index" values between -1 and (maximum...jan.nijtmans2020-03-171-1/+1