| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
|
|
|
|
|
|
|
| |
* tests/listbox.test: Allow 'selection includes' to respond when
disabled (but only 'includes'). [Bug #632514]
FossilOrigin-Name: f0aec0e5cc6ba507c5bfe0875f52ac13f087ede1
|
|
|
| |
FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
|
|
|
| |
FossilOrigin-Name: d09771c3b3deef776329be024a510a5b648381f6
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* generic/tkListbox.c: corrected error handling when setting to an
invalid listvar value. [Bug #503613]
FossilOrigin-Name: fdb66fb6c125e582842391ac32486ff4f19351f0
|
|
|
| |
FossilOrigin-Name: db62dec2ec6f29ac537b30c9c9add310bddd25b4
|
|
|
|
|
|
| |
because it isn't a portable color name.
FossilOrigin-Name: a72cf27d838711ec442a51d4af9c674dc4042862
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
FossilOrigin-Name: ec500631bc7be7326ab9e875722e8e4bc390eda3
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: 4a5e66a5c23b0c7145266e7686000b000451ac75
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* generic/tkListbox.c: Improved error messages for bad -listvar's.
FossilOrigin-Name: 016895b51cbfd533f23afcdec043aa6f25f031e1
|
|
|
|
|
|
|
| |
* generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad
lists)
FossilOrigin-Name: a8241d6f0daec92b0050bf0d6f8aa538d7b41265
|
|
|
|
|
|
|
| |
* generic/tkListbox.c: Changed some old static buffers to base
size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size.
FossilOrigin-Name: 822a6b857404dd479d8288224b3f842ff0c1606e
|
|
|
|
|
|
|
|
| |
odd extra case that wasn't covered before.
* generic/tkListbox.c: Tests exposed some bugs, now fixed.
FossilOrigin-Name: 6682e76dab340e8018cb9e36b07167409fd028bb
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|