summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * 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
* * mac/tkMacDefault.h:ericm2000-07-281-3/+50
| | | | | | | | | | | | | | | | | | | * unix/tkUnixDefault.h: Added default values for listbox disabledforeground and state. * win/tkWinDefault.h: Changed default listbox background color to white and listbox selection borderwidth to 0, in keeping with the "Microsoft Windows User Experience"; added default values for listbox disabledforeground and listbox state. * doc/listbox.n: Added documentation for -state option. * generic/tkListbox.c: Added support for -state to listbox. [RFE: 6052]. * tests/listbox.test: Tests for listbox disabled state. FossilOrigin-Name: a19d0bbf22658890f96264d9fea43a2494dfb897
* * tests/listbox.test: corrected test case for listbox itemconfigurehobbs2000-02-011-3/+3
| | | FossilOrigin-Name: ec500631bc7be7326ab9e875722e8e4bc390eda3
* * tests/listbox.test: Added a test to check that the topIndex isericm1999-11-241-1/+20
| | | | | | | | | update when items are removed from the listvar variable. * generic/tkListbox.c: Added a check the updates the topIndex when items are removed from the listvar variable. FossilOrigin-Name: 81be7b942d8f0551a240b0c61612819b5258c260
* Additions to update vertical scrollbar info for listboxes when listvar changes.ericm1999-11-241-2/+12
| | | FossilOrigin-Name: 4a5e66a5c23b0c7145266e7686000b000451ac75
* * tests/listbox.test: Added tests for itemcget and itemconfigure.ericm1999-11-191-6/+166
| | | | | | | | | | * doc/listbox.n: Added documentation for -listvar option and for itemconfigure and itemcget commands. * generic/tkListbox.c: Added support for itemconfigure/itemcget listbox subcommands (addresses rfe #936) FossilOrigin-Name: 0387f3d8ed87ad9eb1dffdd755e72d6688f565ef
* * tests/listbox.test: Updated tests for new error messages.ericm1999-11-181-5/+6
| | | | | | * generic/tkListbox.c: Improved error messages for bad -listvar's. FossilOrigin-Name: 016895b51cbfd533f23afcdec043aa6f25f031e1
* * tests/listbox.test: Added tests for bad -listvar's.ericm1999-11-181-2/+19
| | | | | | | * generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists) FossilOrigin-Name: a8241d6f0daec92b0050bf0d6f8aa538d7b41265
* * tests/listbox.test: Added tests for ListboxUpdateHScrollbar.ericm1999-11-171-1/+42
| | | | | | | * generic/tkListbox.c: Changed some old static buffers to base size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size. FossilOrigin-Name: 822a6b857404dd479d8288224b3f842ff0c1606e
* * tests/listbox.test: New tests for -listvar functionality, and anericm1999-11-171-2/+157
| | | | | | | | odd extra case that wasn't covered before. * generic/tkListbox.c: Tests exposed some bugs, now fixed. FossilOrigin-Name: 6682e76dab340e8018cb9e36b07167409fd028bb
* * tests/listbox.test: Fixed tests to comply with new objectifiedericm1999-11-171-24/+12
| | | | | | | | | | error messages. No -listvar specific tests yet. * win/tkWinDefault.h: * unix/tkUnixDefault.h: * mac/tkMacDefault.h: Added default value for -listvar option. FossilOrigin-Name: ca26a18f317d56513dbd0b49b8a82c1c112668a1
* * Merged 8.1 branch into the main trunkstanton1999-04-161-6/+22
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+1658
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4