summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-36/+36
* | Merge trunkjan.nijtmans2020-02-261-5/+3
|\ \
| * | Clamp "listbox index" values between -1 and (maximum) end+1, as done in other...jan.nijtmans2020-02-181-5/+3
* | | Merge trunkjan.nijtmans2020-02-171-1/+4
|\ \ \ | |/ /
| * | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-171-1/+4
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-36/+44
|/ /
* | merge trunkjan.nijtmans2019-06-051-16/+24
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-16/+24
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-16/+24
| | |\
| | | * Fix for the failing/crashing listbox tests.dgp2019-05-151-1/+22
* | | | Merge trunkjan.nijtmans2019-05-101-7/+7
|\ \ \ \ | |/ / /
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-7/+7
* | | | Merge trunkjan.nijtmans2019-04-021-8/+8
|\ \ \ \ | |/ / /
| * | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-8/+8
* | | | Merge 8.7jan.nijtmans2019-01-131-8/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-8/+8
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-4/+4
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-8/+8
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-13/+13
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-13/+13
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-13/+13
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-13/+13
| | | |/ /
| | | * | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-6/+5
* | | | | Merge trunkjan.nijtmans2018-11-251-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-7/+7
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-29/+29
|/ / / /
* | | | more size_t related code cleanupjan.nijtmans2018-10-041-3/+3
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-12/+18
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-2/+15
| |/ |/|
* | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-6/+9
* | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-10/+1
* | Reverted [5f396dacdc].fvogel2016-01-181-0/+1
* | Removed attempt of adjustment of the startup xview according to the -justify ...fvogel2016-01-181-11/+0
* | Use GetMaxOffset when possible to reduce code duplication. The change in List...fvogel2016-01-181-6/+2