summaryrefslogtreecommitdiffstats
path: root/tests/filebox.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed [3588460fff] - -typevariable buggy in X11fvogel2016-10-301-1/+1
|\
| * Fixed [3588460fff] - -typevariable buggy in X11, this time when ↵fvogel2016-10-211-5/+1
| | | | | | | | tk_strictMotif is true.
| * Fixed failing test filebox-3.5.0fvogel2016-10-121-1/+5
| |
* | Fixed typofvogel2016-10-121-1/+1
|\ \ | |/
| * Fixed typofvogel2016-10-121-1/+1
| |
* | Excess spacing in test-suitejan.nijtmans2016-03-141-1/+1
|/
* TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
|
* Purge RCS Keywords.dgp2011-06-081-3/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |
* | fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * library/tkfbox.tcl (VerifyFileName): Corrected a coupleKevin B Kenny2007-11-261-1/+64
| | | | | | | | | | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch.
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-3/+24
| | | | | | | | | | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c:
* | Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-1/+15
| |
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-081-1/+2
| | | | | | | | | | | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test:
* | * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-041-2/+2
| | | | | | | | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test:
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-123/+104
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-9/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-10/+10
|
* Improvements to filebox tests (including two fixes due to changed behaviour ↵dkf2002-02-251-150/+260
| | | | dating from 2001-12-14)
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-2/+2
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * tests/filebox.test: Adjusted tests to accomodate -multiple.ericm2000-06-301-4/+5
| | | | | | | | | | | * library/xmfbox.tcl: Adjusted arguments list construction such that -multiple is not presented as an option for tk_getSaveFile. * library/tk.tcl: Added test for safe interpreter status before attempting to load message catalogs (which is impossible in a standard safe interpreter). This means that SafeTk will not have localized dialogs, unless a means is found for loading the message catalog files.
* * 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].
* minor whitespace cleanuphobbs1999-11-301-21/+4
|
* Added "wm geometry" calls in some tests that were waiting for the user towart1999-11-121-1/+3
| | | | | place a window manually. The Tk test suite can now run on twm with no user intervention.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-33/+44
|
* - updated filebox test to work regardless of current working dir.hershey1998-12-071-4/+3
| | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* *** empty log message ***stanton1998-06-251-2/+41
|
* added test for unusual initialdirstanton1998-06-241-0/+8
|
* Initial revisionrjohnson1998-04-011-0/+251