Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed [eb26817783] - listbox-13.3 fails on Linux | fvogel | 2016-09-10 | 1 | -1/+1 |
|\ | |||||
| * | Fixed [eb26817783] - listbox-13.3 fails on Linuxbug_eb26817783 | fvogel | 2016-09-03 | 1 | -1/+1 |
| | | |||||
* | | Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8bug_8c4216dca9 | fvogel | 2016-09-03 | 1 | -0/+1 |
|/ | |||||
* | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-04-21 | 1 | -0/+1 |
| | | | | unsafe | ||||
* | Removed unfinished test case committed by error in the previous commit.tip_441 | fvogel | 2016-01-18 | 1 | -22/+0 |
| | |||||
* | Reverted [5f396dacdc]. | fvogel | 2016-01-18 | 1 | -0/+22 |
| | |||||
* | Documented what listbox-3.18b intends to test. | fvogel | 2016-01-18 | 1 | -0/+4 |
| | |||||
* | Removed test listbox-3.18c since it is irrelevant (the rendering of the ↵ | fvogel | 2016-01-16 | 1 | -26/+0 |
| | | | | selected items is made in a code that depends on existence of a selection but this is untestable by bboxing since bbox is independent from the presence of a selection in the listbox) | ||||
* | Decided about test results for listbox-3.18a | fvogel | 2016-01-16 | 1 | -5/+5 |
| | |||||
* | Rebased to latest trunk | fvogel | 2016-01-16 | 1 | -0/+1 |
|\ | |||||
| * | Fixed bug [639558ac83] - Lots of listbox tests fail on Linux | fvogel | 2016-01-16 | 1 | -0/+1 |
| | | |||||
* | | Added more tests | fvogel | 2016-01-12 | 1 | -0/+74 |
| | | |||||
* | | Added some tests | fvogel | 2016-01-11 | 1 | -0/+15 |
| | | |||||
* | | merged trunk | fvogel | 2016-01-11 | 1 | -0/+39 |
|\ \ | |/ | |||||
| * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 1 | -0/+15 |
| |\ | |||||
| | * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 1 | -0/+15 |
| | |\ | |||||
| | | * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228fff | fvogel | 2015-12-31 | 1 | -0/+15 |
| | | | | |||||
| * | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2016-01-06 | 1 | -0/+24 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433fff | fvogel | 2015-12-30 | 1 | -0/+24 |
| | |/ | |||||
* | | | Adapt documentation and test-case | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|/ / | |||||
* | | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | 3607326 Stop segfault from [listbox .l -listvariable $array]. | dgp | 2013-03-11 | 1 | -0/+11 |
| | | |||||
* | | 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 |
| | | | |||||
| | * | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | * tests/listbox.test (listbox-6.15): * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry widget handling. [Bug 1424513] | ||||
| | * | * unix/mkLinks: | hobbs | 2003-10-13 | 1 | -3/+3 |
| | | | | | | | | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | ||||
| * | | backported listbox test fix from head - the default activestyle on windows ↵ | patthoyts | 2008-11-12 | 1 | -2/+7 |
| | | | | | | | | | | | | is 'underline' | ||||
| * | | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: | ||||
* | | | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -71/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | those generated by Tcl_PrintDouble(). * tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in test results. | ||||
* | | | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -24/+24 |
| | | | |||||
* | | | Update to tcltest2 | aniap | 2008-08-17 | 1 | -1007/+1904 |
| | | | |||||
* | | | Conform to testing policy and added a nonwin contraint. [Bug 2024753] | patthoyts | 2008-07-26 | 1 | -3/+3 |
| | | | |||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -5/+5 |
| | | | |||||
* | | | -activestyle default is underline on windows | patthoyts | 2008-05-13 | 1 | -2/+7 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups. | ||||
* | | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 1 | -1/+13 |
| | | | | | | | | | | | | | | * tests/listbox.test (listbox-6.15): * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry widget handling. [Bug 1424513] | ||||
* | | * tests/canvPs.test: Cleaned up the matching of [makeFile] and | dgp | 2004-12-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test: | ||||
* | | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 1 | -3/+3 |
| | | |||||
* | | * tests/listbox.test (13.3): correct result size | hobbs | 2003-10-13 | 1 | -3/+3 |
| | | | | | | | | (4.7): correct test for possible window drift [Bug #701931] (dgp) | ||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * generic/tkListbox.c (ListboxSelectionSubCmd): | hobbs | 2003-02-25 | 1 | -1/+14 |
| | | | | | * tests/listbox.test: Allow 'selection includes' to respond when disabled (but only 'includes'). [Bug #632514] | ||||
* | * Completed conversion of Tk test suite to use tcltest. | dgp | 2002-07-14 | 1 | -5/+5 |
| | |||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -9/+7 |
| | |||||
* | * doc/listbox.n: | hobbs | 2002-06-21 | 1 | -2/+19 |
| | | | | | | | | * generic/tkListbox.c (DisplayListbox): * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle * tests/listbox.test: option to the listbox. This adds the ability * unix/tkUnixDefault.h: to have listboxes look native on Windows, and * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style. | ||||
* | * tests/listbox.test: | hobbs | 2002-02-26 | 1 | -8/+14 |
| | | | | | * generic/tkListbox.c: corrected error handling when setting to an invalid listvar value. [Bug #503613] | ||||
* | fixed test numbering | hobbs | 2001-09-01 | 1 | -2/+2 |
| | |||||
* | * tests/listbox.test: changed 'darkblue' to 'white' in a test | hobbs | 2001-07-03 | 1 | -3/+3 |
| | | | | because it isn't a portable color name. | ||||
* | * tests/listbox.test: added test listbox-27.1, delete during | hobbs | 2001-04-03 | 1 | -5/+13 |
| | | | | | | | scrollbar update * generic/tkListbox.c (DestroyListbox, ListboxEventProc): corrected listbox to make proper use of Tcl_EventuallyFree and protect against unusual listbox deletion. |