summaryrefslogtreecommitdiffstats
path: root/library/listbox.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * tests/filebox.test:ericm2000-03-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/choosedir.test: Updated tests. * library/xmfbox.tcl: Updated to stash data array in ::tk::dialog::file namespace instead of in global namespace. * library/tkfbox.tcl: Extended some functions to support creation of a choosedir dialog, to allow greater code reuse between the two dialogs. Moved tkFDialog* functions into a namespace (::tk::dialog::file). Because these are private Tk functions (and should thus not be used directly by users), this should not impact anybody (the tk_getOpenFile and tk_getSaveFile commands still exist at the global scope). * library/tk.tcl: * library/tclIndex: Updated function names for tkFDialog* functions and choosedir functions. * library/choosedir.tcl: New and improved implementation of tk_chooseDirectory dialog. Based on tk_getOpenFile dialog. * library/listbox.tcl: (tkListboxCancel) Added a check for empty string value for tkPriv(listboxPrev). Without this check, it's possible to get a stack trace under certain conditions. [Bug: 4373]. FossilOrigin-Name: 507a9fe0e822d879c18e4d215b8bb2275ed0aad0
* * library/listbox.tcl:hobbs2000-02-101-1/+18
| | | | | | | * library/text.tcl: added support for <4> and <5> for mousewheel style scrolling on Unix for mice that map to these buttons. FossilOrigin-Name: b344260e3cf0f0d10edfd9acbdc8944c410ab2a4
* * library/entry.tcl:hobbs2000-01-061-2/+2
| | | | | | | | | | | | | | * library/focus.tcl: * library/listbox.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed unprotected arg parsing through eval/after [Bug: 3943] FossilOrigin-Name: 27fac895c60473c5a773921f3f54648bcf82f0ad
* * library/listbox.tcl: added extra checks for existence ofhobbs1999-12-211-2/+11
| | | | | | tkPriv(listboxSelection) before it was used. [Bug: 3892] FossilOrigin-Name: 5a72b8d063096199d44ca5c16b57589ffd1c3f4f
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators FossilOrigin-Name: 09a6499cb99c0cb6c16ea5a2e6076132489b9b8f
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-3/+7
| | | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] FossilOrigin-Name: dcc927a5b91c3133221c88cbb26843d1cce883c1
* * Merged 8.1 branch into the main trunkstanton1999-04-161-13/+23
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Added support for the MouseWheel event.rjohnson1998-10-101-1/+10
| | | FossilOrigin-Name: 36ac110bcfabe39cd0f8f0af96e59dd73d52646e
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* plugin updateswelch1998-06-271-7/+7
| | | FossilOrigin-Name: a31d73e5fbaa868008186067e2535e2f9c3140a0
* Initial revisionrjohnson1998-04-011-0/+452
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4