summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug with the listbox justify patch: with large borders, when moving the...fvogel2016-01-181-1/+0
* | Addressed question 4 (see artifact [9d48a9c212] of ticket [3f456a5bb9]).fvogel2016-01-171-1/+7
* | Addressed questions 3 and 5 (see artifact [9d48a9c212] of ticket [3f456a5bb9]...fvogel2016-01-171-61/+0
* | Addressed issue B (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+10
* | Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket [3f456a...fvogel2016-01-161-9/+7
* | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). fvogel2016-01-161-0/+4
* | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+2
* | Rebased to latest trunkfvogel2016-01-131-6/+5
|\ \
| * \ Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-6/+5
| |\ \
| | * | Removed unused flags argument in Configure function since Tk_ConfigureWidget ...fvogel2016-01-081-5/+4
| | * | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-081-1/+1
| | |/
* | | More typos fixedfvogel2016-01-131-10/+14
* | | Typo fixedfvogel2016-01-131-1/+1
* | | Improved patch formatting. No functional changefvogel2016-01-111-26/+44
* | | merged trunkfvogel2016-01-111-0/+35
|\ \ \ | |/ /
| * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-061-0/+35
| |\ \ | | |/
| | * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2015-12-311-0/+35
* | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-4/+104
|/ /
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-101-4/+4
* | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0
|\ \ | |/
| * 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0