summaryrefslogtreecommitdiffstats
path: root/library/comdlg.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-3/+3
|
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-9/+18
| | | using Tcl_Obj API, not the string result API.
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp2006-01-251-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.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/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
* | * library/choosedir.tcl: Removed uses of obsolete {expand}dgp2007-05-161-2/+2
| | | | | | | | | | | | | | * library/comdlg.tcl: syntax; replaced with the now * library/tk.tcl: approved {*}. [Bug 1710633] * tests/canvImg.test: * tests/imgPhoto.test:
* | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp2006-01-251-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/choosedir.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/focus.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
* | typo fixdgp2005-07-251-2/+2
| |
* | Apply some of the changes suggested in [Patch 1237759]dkf2005-07-251-12/+9
| |
* | * library/comdlg.tcl: Added Macintosh file type validation todgp2005-04-051-1/+10
|/ | | | [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley)
* * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on howdkf2003-02-211-2/+10
| | | | | long a file type item description string can get due to appending of types. [Bug #617392]
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-52/+58
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * library/safetk.tcl (disallowTk): made disallowTk work in thehobbs2000-04-081-3/+9
| | | | | | | simple case. * library/comdlg.tcl (tkFocusGroup_In): fixed key navigation problems in dialogs under CDE [Bug: 2960]
* * library/comdlg.tcl: removed tclVerifyInteger and tclSortNoCase,hobbs1999-12-071-16/+1
| | | | they weren't used, and were not actually correct
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* * Merged 8.1 branch into the main trunkstanton1999-04-161-9/+8
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-18/+18
|
* Initial revisionrjohnson1998-04-011-0/+308