Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test winDialog-5.12.7 failed if first item in home folder was not a ↵ | oehhar | 2015-12-14 | 1 | -1/+1 |
| | | | | file->corrected | ||||
* | Fix [908b78de9a] for OS X/X11 - which apparently doesn't set ::env(USERNAME) ↵ | jan.nijtmans | 2015-10-23 | 1 | -2/+2 |
| | | | | - as well. | ||||
* | Fix [908b78de9a6534d6]: winDialog.test terminates in error | jan.nijtmans | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Fix comment in test winDialog-5.12.2 | ashok | 2015-10-10 | 1 | -4/+5 |
| | |||||
* | Added missing tests for tk_getOpenFile -defaultextension | ashok | 2015-10-09 | 1 | -0/+29 |
| | |||||
* | Bug [47af31bd3a] - tk_getSaveFile adds . as extension. | ashok | 2015-10-09 | 1 | -2/+113 |
| | | | Also added more tests for -filetypes and -defaultextension combinations. | ||||
* | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile ↵ | ashok | 2015-10-06 | 1 | -0/+193 |
| | | | | on Vista+). Added tests for -initialdir option. | ||||
* | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive event | ashok | 2014-12-03 | 1 | -6/+12 |
| | | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string. | ||||
* | Fix winDialog tests to not assume current working directory when -initialdir ↵ | ashok | 2014-10-28 | 1 | -16/+21 |
| | | | | is not specified | ||||
* | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 1 | -5/+1 |
| | | | - Add "uuid.lib" as requirement for tkWinDialog.c | ||||
* | Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] for | dgp | 2014-10-20 | 1 | -9/+6 |
| | | | improved portability of the test suite. | ||||
* | Changed to not use c:/ as initialdir | ashok | 2014-10-16 | 1 | -4/+14 |
| | |||||
* | Update test suite for compatibility with new Vista file dialogs. | ashok | 2014-09-20 | 1 | -68/+83 |
| | | | | Some tests still fail pending what we decide about behaviour when -initialdir is not specified. | ||||
* | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 1 | -12/+44 |
| | |||||
* | Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵ | jan.nijtmans | 2012-11-11 | 1 | -10/+28 |
| | | | | 'user input problem' is gone, but the test might still fail. | ||||
* | demo fix for bug 3585396. On which platforms this fails? | jan.nijtmans | 2012-11-09 | 1 | -3/+3 |
| | |||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| * | | [Bug 2307837] Backported fix for running dialog tests on non-English locales | patthoyts | 2009-11-13 | 1 | -33/+48 |
| | | | |||||
| * | | backported fixes for running on vista and to avoid a hangup in the color ↵ | patthoyts | 2008-11-12 | 1 | -16/+29 |
| | | | | | | | | | | | | dialog test sometimes. | ||||
| * | | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 1 | -5/+75 |
| | | | |||||
* | | | Patch 289825: Enable unlimited multiple file selection from the open files ↵ | patthoyts | 2010-01-05 | 1 | -2/+1 |
| | | | | | | | | | | | | dialog | ||||
* | | | Fix some problems running the tests on windows. As Tk tests run in ↵ | patthoyts | 2008-12-10 | 1 | -6/+6 |
| | | | | | | | | | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests. | ||||
* | | | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -1/+118 |
| | | | |||||
* | | | Fixed internationalization issues with the winDialog tests | patthoyts | 2008-11-22 | 1 | -3/+4 |
| | | | |||||
* | | | [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵ | patthoyts | 2008-11-22 | 1 | -32/+46 |
| | | | | | | | | | | | | english constraint | ||||
* | | | and another one | dgp | 2008-10-07 | 1 | -1/+3 |
| | | | |||||
* | | | Simpleminded protection against fatal error when env(TEMP) is not defined. | dgp | 2008-10-07 | 1 | -1/+3 |
| | | | |||||
* | | | Fixed tests for Vista (cannot write to C:\) | patthoyts | 2008-10-06 | 1 | -5/+7 |
| | | | |||||
* | | | Update to tcltest2 | aniap | 2008-08-30 | 1 | -179/+268 |
| | | | |||||
* | | | Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵ | patthoyts | 2008-05-13 | 1 | -12/+19 |
| | | | | | | | | | | | | is unset | ||||
* | | | Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵ | patthoyts | 2008-04-14 | 1 | -5/+75 |
|/ / | | | | | | | some code cleanup. Added tests for this windows dialog to avoid regression. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | * 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: | ||||
* | | generic/tkText.c: Applied suggested patch from #1536735 | patthoyts | 2006-10-17 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping. | ||||
* | | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 1 | -1/+19 |
| | | |||||
* | | Steps towards systematization of test constraints in Tk test suite | dkf | 2004-06-17 | 1 | -5/+7 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -8/+7 |
| | |||||
* | * Converted several files in the Tk test suite for testing by | dgp | 2002-07-12 | 1 | -7/+6 |
| | | | | tcltest 2.1. | ||||
* | improved use of test constraints | hobbs | 2001-09-21 | 1 | -32/+29 |
| | |||||
* | * tests/winDialog.test: string totitle'd some results that | hobbs | 2001-04-04 | 1 | -9/+9 |
| | | | | expected [pwd] to return a capital drive letter. | ||||
* | corrected tests to recognize new -multiple openfile dialog switch | hobbs | 2000-11-02 | 1 | -3/+3 |
| | |||||
* | * tests/winDialog.test: tk_chooseDirectory seems to get a noop | hobbs | 2000-04-14 | 1 | -37/+34 |
| | | | | | | | from GetOpenFileName in the static build, hanging some tests. The tests were fixed to timeout (noop cause unknown). * tests/scale.test: correct 17.1 WRT bug 4833 | ||||
* | * tests/winDialog.test: removed knownBug constraint from 5.16 | hobbs | 2000-04-08 | 1 | -2/+2 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -0/+335 |