summaryrefslogtreecommitdiffstats
path: root/library/bgerror.tcl
Commit message (Collapse)AuthorAgeFilesLines
...
* * library/msgs/de.msg: German message catalog.ericm2000-06-301-12/+14
| | | | | | | | | | | | | | | | | | | | * library/msgs/en.msg: English message catalog. * library/msgs/es.msg: Spanish message catalog. * library/msgs/fr.msg: French message catalog. * unix/Makefile.in: * unix/configure.in: * library/tk.tcl: * library/clrpick.tcl: * library/choosedir.tcl: * library/console.tcl: * library/msgbox.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * library/bgerror.tcl: Applied patches from Laurent Duperval to provide localization of Tk dialogs. [RFE: 2671].
* * library/bgerror.tcl: Added auto-truncation for long errorericm2000-06-191-4/+24
| | | | | messages (more than 30 characters wide, or more than 4 lines long), so that the dialog remains a manageable size. [RFE: 5782]
* *** empty log message ***ericm2000-06-051-7/+4
|
* * library/bgerror.tcl: Improved bgerror based on work by Donalericm2000-05-311-66/+226
| | | | | | | K. Fellows; no longer dependant on tk_dialog; features a Windows-esque "Details" button, and a customizable extra function button that allows the user to (for example) save the stack trace to a file.
* * 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