summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed [eb26817783] - listbox-13.3 fails on Linuxfvogel2016-09-101-1/+1
|\ | | | | FossilOrigin-Name: faa07d446e0e8c993f1eb84851a5030744b7b1ef
| * Fixed [eb26817783] - listbox-13.3 fails on Linuxfvogel2016-09-031-1/+1
| | | | | | FossilOrigin-Name: 9116a428fc2246ebd4ee71776edd178a48c126fd
* | Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8fvogel2016-09-031-0/+1
|/ | | FossilOrigin-Name: f59fefb1df8c8e83ba4ad05dbc83637432aa92ec
* Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵fvogel2016-04-211-0/+1
| | | | | unsafe FossilOrigin-Name: 1795939c15c48750dfa936fbaf262e45b5d9800d
* Removed unfinished test case committed by error in the previous commit.fvogel2016-01-181-22/+0
| | | FossilOrigin-Name: 9a244ba86e58935facd83daa7d72a75fe1bfc9d9
* Reverted [5f396dacdc].fvogel2016-01-181-0/+22
| | | FossilOrigin-Name: d1731afd46aa61dd01ef5f0a37814777b3e795d2
* Documented what listbox-3.18b intends to test.fvogel2016-01-181-0/+4
| | | FossilOrigin-Name: eff8237f4d330b36a3cdd064ede6d6cda5de6d7d
* Removed test listbox-3.18c since it is irrelevant (the rendering of the ↵fvogel2016-01-161-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) FossilOrigin-Name: 7bc53e6b1a74dcc4539b50143b9475f5c554e9d5
* Decided about test results for listbox-3.18afvogel2016-01-161-5/+5
| | | FossilOrigin-Name: 712e2125259377079f74a57f2f93050402361b7a
* Rebased to latest trunkfvogel2016-01-161-0/+1
|\ | | | | FossilOrigin-Name: 83dfa2dbd2b23d5ff75c76fe93128e92d545f106
| * Fixed bug [639558ac83] - Lots of listbox tests fail on Linuxfvogel2016-01-161-0/+1
| | | | | | FossilOrigin-Name: 6543f30d3650f6c9191d349096c3409f9739aeee
* | Added more testsfvogel2016-01-121-0/+74
| | | | | | FossilOrigin-Name: 6c1319b04d632b6c6cdc5b61981c17b4eead5b15
* | Added some testsfvogel2016-01-111-0/+15
| | | | | | FossilOrigin-Name: 6adb42a00d988d7f4a2e551f3daaeace9741643a
* | merged trunkfvogel2016-01-111-0/+39
|\ \ | |/ | | FossilOrigin-Name: d9f9c7f55fbd47c56311974aa6cae706349608c7
| * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-061-0/+15
| |\ | | | | | | FossilOrigin-Name: 3736983e96802c090f7957208789ee7890cc110a
| | * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-061-0/+15
| | |\ | | | | | | | | FossilOrigin-Name: 142932e332b32cce0ab37f19f13f4e3b609cf4e6
| | | * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2015-12-311-0/+15
| | | | | | | | | | | | FossilOrigin-Name: 4afc37da90142c80b5059dea693df196574e88cf
| * | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogel2016-01-061-0/+24
| |\ \ \ | | |/ / | | | | FossilOrigin-Name: 087e635d927296cbdf09055df0f8bba962b3d688
| | * | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogel2015-12-301-0/+24
| | |/ | | | | | | FossilOrigin-Name: cba57e096749c486bd614335030777bc79160f0c
* | | Adapt documentation and test-casejan.nijtmans2014-02-111-1/+1
|/ / | | | | FossilOrigin-Name: 3d73fb00d889b269f5cd53c3c3f2b66a45884c21
* | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-0/+11
|\ \ | |/ | | FossilOrigin-Name: e8c5b9ddf885baaf2949b8e5db2b056d2ccdc645
| * 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-0/+11
| | | | | | FossilOrigin-Name: 645ca43c5df0c4ff338e240aba2114bcf5ae99cb
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/ | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * * tests/entry.test (entry-22.1):hobbs2006-05-291-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] FossilOrigin-Name: 18780b1c4f4abdbd9ed9662513ee984e64ad568b
| | * * unix/mkLinks:hobbs2003-10-131-3/+3
| | | | | | | | | | | | | | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
| * | backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-121-2/+7
| | | | | | | | | | | | | | | is 'underline' FossilOrigin-Name: 1d99e919003ef319b3eb11d9c7fed1950ce88d05
| * | * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-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: FossilOrigin-Name: d730e42a729101d29aec2daebd486b209a129424
* | | * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-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. FossilOrigin-Name: db586b9285a53ab0555795d02495085a358897f7
* | | Removed dependency on default precisionpatthoyts2008-10-061-24/+24
| | | | | | | | | FossilOrigin-Name: 8b2277bdf75df1315b894cd29685d03ab7811611
* | | Update to tcltest2aniap2008-08-171-1007/+1904
| | | | | | | | | FossilOrigin-Name: 2f1cf32e6c7f199fdac8a380c90a8182b29ee214
* | | Conform to testing policy and added a nonwin contraint. [Bug 2024753]patthoyts2008-07-261-3/+3
| | | | | | | | | FossilOrigin-Name: f12041903a9db85b00c46f54d573d31d197ca934
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-5/+5
| | | | | | | | | FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
* | | -activestyle default is underline on windowspatthoyts2008-05-131-2/+7
|/ / | | | | FossilOrigin-Name: bd0a08a309581fea3063e18fe634a226f88bfc47
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-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. FossilOrigin-Name: f108de53ea5bbca88ddb0d911bbc8a30fd9a894f
* | * tests/entry.test (entry-22.1):hobbs2006-05-291-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] FossilOrigin-Name: a0656b4076973c5c5a7b95ca4a3742bcc43d346a
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-081-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: FossilOrigin-Name: 27f85236860c30c83c0d859b2c5b807868dc8557
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-3/+3
| | | | | | FossilOrigin-Name: b6ab93bceb2b3997b5406becf947ca5c3948ac0d
* | * tests/listbox.test (13.3): correct result sizehobbs2003-10-131-3/+3
| | | | | | | | | | | | (4.7): correct test for possible window drift [Bug #701931] (dgp) FossilOrigin-Name: 1bc1c9254242e76b23215e3022aa0898fc9b0262
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * generic/tkListbox.c (ListboxSelectionSubCmd):hobbs2003-02-251-1/+14
| | | | | | | * tests/listbox.test: Allow 'selection includes' to respond when disabled (but only 'includes'). [Bug #632514] FossilOrigin-Name: f0aec0e5cc6ba507c5bfe0875f52ac13f087ede1
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-5/+5
| | | FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-9/+7
| | | FossilOrigin-Name: d09771c3b3deef776329be024a510a5b648381f6
* * doc/listbox.n:hobbs2002-06-211-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. FossilOrigin-Name: f7610a440895223b661d0ff989b5780b7af3db6a
* * tests/listbox.test:hobbs2002-02-261-8/+14
| | | | | | | * generic/tkListbox.c: corrected error handling when setting to an invalid listvar value. [Bug #503613] FossilOrigin-Name: fdb66fb6c125e582842391ac32486ff4f19351f0
* fixed test numberinghobbs2001-09-011-2/+2
| | | FossilOrigin-Name: db62dec2ec6f29ac537b30c9c9add310bddd25b4
* * tests/listbox.test: changed 'darkblue' to 'white' in a testhobbs2001-07-031-3/+3
| | | | | | because it isn't a portable color name. FossilOrigin-Name: a72cf27d838711ec442a51d4af9c674dc4042862
* * tests/listbox.test: added test listbox-27.1, delete duringhobbs2001-04-031-5/+13
| | | | | | | | | scrollbar update * generic/tkListbox.c (DestroyListbox, ListboxEventProc): corrected listbox to make proper use of Tcl_EventuallyFree and protect against unusual listbox deletion. FossilOrigin-Name: 484b8a6cf3a4d5698be30780bbd1a6094c1394a8