summaryrefslogtreecommitdiffstats
path: root/library/bgerror.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * win/tkWinDialog.c: Added checks for visibility of parent windowericm2000-04-181-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * library/bgerror.tcl: Moved check for withdrawn state after checkericm2000-04-111-16/+16
| | | | for tkerror; this was causing problems when tkerror was used.
* * library/bgerror.tcl: Added check for withdrawn state of . andericm2000-04-101-1/+16
| | | | | | | unsetting of transient bit for .bgerrorDialog if . is not viewable; this protects against the application hanging on systems like Windows, where transient windows are withdrawn with their parents. [Bug: 4370].
* * Merged 8.1 branch into the main trunkstanton1999-04-161-4/+4
|
* Updated the version to 8.0.5.rjohnson1999-01-041-2/+3
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* plugin updatewelch1998-06-271-4/+4
|
* Initial revisionrjohnson1998-04-011-0/+99