summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * README:hobbs2000-05-031-3/+3
| | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * mac/README: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/aclocal.m4: * win/configure.in: * win/makefile.vc: updated patchlevel to 8.4a1 FossilOrigin-Name: 8f7cbc1d2d96c6bcb39077da34bb659e49477384
* * tests/filebox.test:ericm2000-03-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/tk.tcl: wrapped check for tcl_platform(os) around infohobbs2000-02-081-9/+9
| | | | | | exists because it won't in safe interpreters FossilOrigin-Name: a9cb74b7832ba63e25ea302ec4d5c8f18b934ef4
* * library/tk.tcl:ericm2000-02-011-2/+2
| | | | | | | | | | * library/tclIndex: * library/choosedir.tcl: Moved choosedir functions into the ::tk::dialog::chooseDir namespace instead of a toplevel ::tkChooseDirectory namespace. Additional cleanup on the chooseDir dialog. FossilOrigin-Name: e4acfbf7b7a5763e7d7b107414f973405208a318
* * doc/getOpenFile.n:ericm2000-01-271-1/+6
| | | | | | | | | | | | | * doc/chooseDirectory.n: Man page/cross links for tk_chooseDirectory (bug #1786). * library/tk.tcl: * library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786) * library/choosedir.tcl: tk_chooseDirectory implementation for Unix/Mac (bug #1786). FossilOrigin-Name: 46df12c5832f68d5636924b115d3ea8c37407346
* * library/tk.tcl: Created a virtual event <<PrevWindow>> forericm2000-01-201-2/+16
| | | | | | | reverse tab traversals, with one default binding <Shift-Tab>, and OS specific bindings for Linux, HP-UX, and IRIX. (bug #3163) FossilOrigin-Name: 6233d1f26b0f7aeb6a061ea518942e71f7f2ca13
* * library/msgbox.tcl: added color icons for tk_messageBox on Unixhobbs1999-12-031-5/+19
| | | | | | | and Mac when tk_strictMotif isn't set. (Hipp) * library/tk.tcl: added window bounds checking to ::tk::PlaceWindow FossilOrigin-Name: 428a104b0f24457e94efe4fe717535a30aaf0e86
* * library/tk.tcl: fixed missing $w in ::tk::PlaceWindowhobbs1999-11-301-2/+19
| | | FossilOrigin-Name: 9ffa2a8b1a314010a601f6bd00adda15248bc373
* * library/clrpick.tcl:hobbs1999-11-241-1/+81
| | | | | | | | | | | * library/msgbox.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed dialogs to center over -parent, added utility functions ::tk::PlaceWindow, ::tk::SetFocusGrab, ::tk::RestoreFocusGrab to tk.tcl to help FossilOrigin-Name: 21de21752ffde474338a379bb09367d06c05fc12
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-3/+3
| | | | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. FossilOrigin-Name: 0d267eb835a566c144fae8e05ddbbc61f8451f1c
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-33/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* *** empty log message ***hobbs1999-08-131-6/+6
| | | FossilOrigin-Name: 7739d4e17fdc07813bb7f38e05999627a914f9dc
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-3/+3
| | | | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422] FossilOrigin-Name: fc0e0bc2832c490a23f5fe66314a17957bbb8d74
* Changed to Tk 8.2b1welch1999-06-251-3/+3
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* * Merged 8.1 branch into the main trunkstanton1999-04-161-25/+61
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Updated the version to 8.0.5.rjohnson1999-01-041-1/+2
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Removed lintwelch1998-11-121-8/+8
| | | FossilOrigin-Name: e9574c334997c8ed3a327ababcfa287b29197a13
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Created a <<PasteSelection>> virtual event that replaces <ButtonRelease-2>surles1998-08-031-0/+3
| | | FossilOrigin-Name: 79998c99f14ef9413c46e93db5b7f812f1e2c6d4
* plugin updateswelch1998-06-271-3/+3
| | | FossilOrigin-Name: a31d73e5fbaa868008186067e2535e2f9c3140a0
* Initial revisionrjohnson1998-04-011-0/+189
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4