summaryrefslogtreecommitdiffstats
path: root/library/msgbox.tcl
Commit message (Expand)AuthorAgeFilesLines
* Use ::tk::Priv.*(button) instead of ::tk::Priv(button) in ::tk::MessageBox - ...kjnash2023-08-221-7/+31
* Use ::tk::PrivButton instead of ::tk::Priv(button) in ::tk::MessageBox - see ...kjnash2023-08-211-5/+8
* Merge trunkjan.nijtmans2020-10-051-1/+1
* Fix some dark mode legibility issues with dialogs and message boxes on macOS.culler2019-08-141-3/+0
* Unify error messages for wrong values of 'tk_messageBox -default' among platf...fvogel2018-05-011-1/+2
* Make msgbox.test pass on all platforms (checked on Win Vista, Linux Debian 8 ...fvogel2018-05-011-2/+2
* Fix msgbox.test expected results when running on macOSfvogel2018-05-011-2/+2
* Remove various unnecessary "global tcl_platform" occurrences, which are no lo...jan.nijtmans2015-08-051-1/+1
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-3/+3
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-8/+12
* Use vroot size in stead of screen size for clipping window coordinates in ::t...jan.nijtmans2012-04-201-1/+1
|\
| * Use vroot size in stead of screen size for clipping window coordinates in ::t...jan.nijtmans2012-04-201-1/+1
| |\
| | * Fix bug 533519jan.nijtmans2012-04-161-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Patch #3154705] Close button has no effect.nijtmans2011-01-131-7/+14
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-1/+3
| | * * library/bgerror.tcl: standardize dialog option & button sizedas2007-05-301-2/+15
| | * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377...dgp2006-01-251-22/+20
| | * Shrank the font size of messages in the Unix/X11 [tk_messageBox]dkf2004-05-131-2/+2
| | * Backport of the 'Message box buttons too wide' fix. [Bug #701812]dkf2003-03-141-3/+3
| * | [Patch #3154705] Close button has no effectnijtmans2011-01-131-4/+2
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-1/+3
| * | Correct bindings for [tk_messageBox].dkf2009-08-241-4/+4
| * | * library/msgbox.tcl: don't set msgbox bitmap background on TkAqua.das2009-04-101-2/+2
* | | [Patch #3154705] Close button has no effectnijtmans2011-01-131-2/+2
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-1/+3
* | | Correct bindings for [tk_messageBox].dkf2009-08-241-4/+4
* | | Pretty up the messagebox on unix using PNG images for the icons and group the...patthoyts2009-01-111-43/+17
* | | library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-111-3/+1
|/ /
* | * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-311-2/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Improve theming of Unix dialogsdkf2007-11-211-2/+2
* | Tk (non-native) message box now uses Ttk widgets for better L&F.dkf2007-11-021-16/+20
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-9/+4
* | * library/bgerror.tcl: standardize dialog option & button sizedas2007-05-301-2/+15
* | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377...dgp2006-01-251-7/+8
* | Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-051-17/+32
* | Enabled TIP#152 style message detail on Unix/X11 platforms.dkf2004-05-131-5/+18
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-11/+6
* | The dialogs were affected by the TIP#146 implementation.pspjuth2004-01-251-1/+2
* | Better aesthetics for the messageBox. [Bug #701812]dkf2003-03-121-3/+3
|/
* * library/clrpick.tcl (color::BuildDialog):dkf2003-02-211-9/+5
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-6/+11
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-07-221-8/+1
* Force the message box to have consistent background colours. [Bug#552515]dkf2002-06-281-9/+15
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-06-131-1/+8
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-06-121-2/+2
* Added "magic ampersand" approach for translated strings in standard dialogs.a_kovalenko2002-06-101-61/+34