summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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 lostbug_3102228ffffvogel2015-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
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-13/+13
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-4/+16
| | * * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
| | * * tests/entry.test (entry-22.1):hobbs2006-05-291-24/+22
| | * silence compiler warningdgp2004-06-081-3/+2
| | * * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-3/+4
| * | Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-10/+10
| * | Backported some fixes for uninitialized variables identified by das using cla...patthoyts2009-03-031-3/+4