summaryrefslogtreecommitdiffstats
path: root/library/bgerror.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * library/bgerror.tcl (tk::dialog::error::bgerror):mdejong2002-06-091-5/+2
| | | | | | | Don't set the bgerror dialog as a transient of itself since this operation is ill defined. FossilOrigin-Name: 70bae675185cfdfe4a0012d34a8894a51dcda8fd
* * Cleaned up namespace usage of the bgerrordgp2002-05-081-56/+59
| | | | | | dialog. Completes soft dependence on msgcat. [FR 539309] FossilOrigin-Name: 65a039e36fb1d29d43ec1655917edbee3dcf19d7
* new feature, make dependence on msgcat soft, [539309]bagnonm2002-05-031-14/+16
| | | FossilOrigin-Name: 09d2e17ecacf2a6f70fbb72bd29106b29efd1290
* new feature, make dependence on msgcat soft, [539309]bagnonm2002-04-291-13/+13
| | | FossilOrigin-Name: 21bd767606dc25d686705fb734424298a8611515
* * TIP 44 changes specific to the Mac anddgp2001-08-061-3/+3
| | | | | | | | Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look. FossilOrigin-Name: 20c53b8dcbe3b61bce26e88cd3f0c43016b37aa3
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-5/+5
| | | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
* Added braces to expressions.dkf2001-06-141-6/+6
| | | FossilOrigin-Name: 486fbd3c546a027744d7834fc68070af4f182d25
* * library/bgerror.tcl (bgerror): allow focus into details windowhobbs2001-03-301-2/+3
| | | | | | for Windows C&P to work. [Bug #220929] FossilOrigin-Name: ea7371f5eb43712c6092f0e57cb5e20365404edb
* * library/bgerror.tcl: Fixed a typo in one of the bgerror dialogericm2000-07-171-3/+3
| | | | | | label. FossilOrigin-Name: 7e97088fb5a9b035900c430bb6fa953b9c8b6dae
* * 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]. FossilOrigin-Name: fba5538c67f2c40b36cf85e267a90136a5a80bbd
* * 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] FossilOrigin-Name: 70dfc2198f972311a29aeec7ec05f5e949a98c13
* *** empty log message ***ericm2000-06-051-7/+4
| | | FossilOrigin-Name: f6b638966e8fa5e0f621f5ddd692a5d3e4b399e4
* * 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. FossilOrigin-Name: 07f7224553d34cc2628b75cd8c35f6442973f31c
* * 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. FossilOrigin-Name: a39bc3c5994e6804227b828aa86f058d123d81d4
* * library/bgerror.tcl: Moved check for withdrawn state after checkericm2000-04-111-16/+16
| | | | | | for tkerror; this was causing problems when tkerror was used. FossilOrigin-Name: 9d9aad24fbf5107be1dc5c9e114d84a96caa46ed
* * 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]. FossilOrigin-Name: e617af4947832838b5bef71ff5e36729e3687866
* * Merged 8.1 branch into the main trunkstanton1999-04-161-4/+4
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Updated the version to 8.0.5.rjohnson1999-01-041-2/+3
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* plugin updatewelch1998-06-271-4/+4
| | | FossilOrigin-Name: 6b3946354b10b159bee55cda66f5f38e4516d140
* Initial revisionrjohnson1998-04-011-0/+99
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4