summaryrefslogtreecommitdiffstats
path: root/tests/msgbox.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-10-051-2/+2
|
* In test-cases same optimization as everywhere else: KeyPress -> Key and ↵jan.nijtmans2020-01-271-2/+2
| | | | ButtonPress -> Button.
* Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + ↵fvogel2018-05-131-14/+12
|\ | | | | | | undocumented options -message and -command
| * Unify further error messages for tk_messageBox optionsfvogel2018-05-011-20/+5
| |
| * Unify error messages for wrong values of 'tk_messageBox -default' among ↵fvogel2018-05-011-16/+7
| | | | | | | | platforms: Windows and X11 now return the same error
| * Make msgbox.test pass on all platforms (checked on Win Vista, Linux Debian 8 ↵fvogel2018-05-011-5/+21
| | | | | | | | and macOS 10.12.6)
| * Fix mistake in previous commitfvogel2018-05-011-1/+1
| |
| * Fix msgbox.test expected results when running on macOSfvogel2018-05-011-13/+19
| |
* | Excess spacing in test-suitejan.nijtmans2016-03-141-45/+45
|/
* Purge RCS Keywordsdgp2011-06-081-3/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-3/+0
| | |
* | | Update to tcltest2aniap2008-08-211-97/+371
|/ /
* | Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-3/+3
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-19/+15
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-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.dgp2002-07-131-9/+7
|
* 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.
* * win/tkWinDialog.c: Added checks for visibility of parent windowericm2000-04-181-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | before creating MessageBox and ChooseColor dialogs; this prevents the application from locking when the parent is withdrawn and the message box is created. In these cases, the window will be created without a parent. * unix/mkLinks: Added WinViewable.3. * tests/msgbox.test: Added tests for patch from [Bug: 4997]. * library/msgbox.tcl: * library/dialog.tcl: Applied patch from [Bug: 4997]; detaches dialog window from parent if parent is not viewable. * library/bgerror.tcl: Removed workaround from [Bug: 4370]; this is superceeded by patches to dialog.tcl. * generic/tkCmds.c: Changed WinfoObjCmd to use Tk_IsViewable function to determine visibility of windows instead of inlining the code. * generic/tkStubInit.c: * generic/tkDecls.h: * generic/tk.decls: Added Tk_IsViewable declaration.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-24/+50
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+157