| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverted [5f396dacdc]. | fvogel | 2016-01-18 | 1 | -0/+1 |
|
|
* | Removed attempt of adjustment of the startup xview according to the -justify ... | fvogel | 2016-01-18 | 1 | -11/+0 |
|
|
* | Use GetMaxOffset when possible to reduce code duplication. The change in List... | fvogel | 2016-01-18 | 1 | -6/+2 |
|
|
* | Fixed bug with the listbox justify patch: with large borders, when moving the... | fvogel | 2016-01-18 | 1 | -1/+0 |
|
|
* | Addressed question 4 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). | fvogel | 2016-01-17 | 1 | -1/+7 |
|
|
* | Addressed questions 3 and 5 (see artifact [9d48a9c212] of ticket [3f456a5bb9]... | fvogel | 2016-01-17 | 1 | -61/+0 |
|
|
* | Addressed issue B (see artifact [9d48a9c212] of ticket [3f456a5bb9]) | fvogel | 2016-01-16 | 1 | -1/+10 |
|
|
* | Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket [3f456a... | fvogel | 2016-01-16 | 1 | -9/+7 |
|
|
* | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]).
| fvogel | 2016-01-16 | 1 | -0/+4 |
|
|
* | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9]) | fvogel | 2016-01-16 | 1 | -1/+2 |
|
|
* | Rebased to latest trunk | fvogel | 2016-01-13 | 1 | -6/+5 |
|\ |
|
| * | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -6/+5 |
| |\ |
|
| | * | Removed unused flags argument in Configure function since Tk_ConfigureWidget ... | fvogel | 2016-01-08 | 1 | -5/+4 |
|
|
| | * | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 1 | -1/+1 |
|
|
* | | | More typos fixed | fvogel | 2016-01-13 | 1 | -10/+14 |
|
|
* | | | Typo fixed | fvogel | 2016-01-13 | 1 | -1/+1 |
|
|
* | | | Improved patch formatting. No functional change | fvogel | 2016-01-11 | 1 | -26/+44 |
|
|
* | | | merged trunk | fvogel | 2016-01-11 | 1 | -0/+35 |
|\ \ \
| |/ / |
|
| * | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 1 | -0/+35 |
| |\ \
| | |/ |
|
| | * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228fff | fvogel | 2015-12-31 | 1 | -0/+35 |
|
|
* | | | [3f456a5bb9]: Patches for listbox right justify | jan.nijtmans | 2014-02-11 | 1 | -4/+104 |
|/ / |
|
* | | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | jan.nijtmans | 2014-02-10 | 1 | -4/+4 |
|
|
* | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -3/+0 |
|
|
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -2/+2 |
| |\ |
|
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -4/+4 |
|
|
| * | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -2/+2 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|
* | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th... | jan.nijtmans | 2013-03-07 | 1 | -4/+18 |
|
|
* | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -8/+7 |
|
|
* | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -7/+8 |
|
|
* | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 1 | -2/+2 |
|
|
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -4/+4 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -4/+4 |
|
|
* | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -16/+15 |
|
|
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -78/+78 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -13/+13 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 1 | -4/+16 |
|
|
| | * | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 1 | -5/+10 |
|
|
| | * | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 1 | -24/+22 |
|
|
| | * | silence compiler warning | dgp | 2004-06-08 | 1 | -3/+2 |
|
|
| | * | * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc): | hobbs | 2003-11-11 | 1 | -3/+4 |
|
|
| * | | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 1 | -10/+10 |
|
|
| * | | Backported some fixes for uninitialized variables identified by das using cla... | patthoyts | 2009-03-03 | 1 | -3/+4 |
|
|
| * | | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -3/+3 |
|
|