summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* Revised bug fix for [5d991b822e].dgp2019-05-151-16/+24
|\
| * Fix for the failing/crashing listbox tests.dgp2019-05-151-1/+22
| |
| \
*-. \ 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
* | | 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
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-2/+2
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-4/+4
| * | make some internal tables constjan.nijtmans2012-04-181-2/+2
| |\ \ | | |/
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-2/+2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-4/+18
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+7
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-7/+8
* | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-4/+4
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-4/+4
* | | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | | Much more cleaning up of result handling.dkf2012-07-231-16/+15
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-78/+78