Tk Source Code

All files named "library/dialog.tcl"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for library/dialog.tcl

2023-12-02
14:02
Patch https://www.androwish.org/home/info/08edf82b9b7e94e5 (some fixes in tk's library in order to support multiple display connections) from Christian Werner. file: [76a564a3] check-in: [7608b5e7] user: fvogel branch: bug-c23f79ef96, size: 5926
2022-12-29
22:56
Use some more point-expressions in stead of tk::ScaleNum file: [3ee340a1] check-in: [bf9a2216] user: jan.nijtmans branch: main, size: 5814
2022-12-14
16:20
Scaling-related changes in the Tk and Ttk library scripts ready for testing. No changes (yet) in the demo scripts. file: [02ec0dfc] check-in: [03945209] user: csaba branch: rfe-e9622302-scalable-icons, size: 5845
2022-12-13
20:21
More scaling in common dialogs file: [1e162634] check-in: [85c6e0c4] user: csaba branch: rfe-e9622302-scalable-icons, size: 5862
2020-10-23
15:22
Merge 8.7 file: [1d2a380d] check-in: [773963d7] user: jan.nijtmans branch: deprecate-bd-bg-fg, size: 5829
2020-10-05
11:01
Merge trunk file: [b76aabb2] check-in: [41330fed] user: jan.nijtmans branch: tip-587, size: 5811
2020-09-09
14:36
Deprecate -bd, -bg, and -fg options, in favour of -borderwidth, -background and -color file: [b1473cce] check-in: [101e0f77] user: jan.nijtmans branch: deprecate-bd-bg-fg, size: 5831
2019-08-14
19:49
Fix some dark mode legibility issues with dialogs and message boxes on macOS. Thanks to Christopher Chavez. file: [3aeff09d] check-in: [d0330408] user: culler branch: core-8-6-branch, size: 5813
2017-12-28
17:06
merge core-8-6-branch file: [a695805b] check-in: [b4cbae2c] user: jan.nijtmans branch: androwish, size: 6037
2015-08-05
20:33
Remove various unnecessary "global tcl_platform" occurrences, which are no longer used. Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish. file: [7d205f27] check-in: [ee0ef7f8] user: jan.nijtmans branch: trunk, size: 6025
2015-02-02
09:50
Remove unnecessary end-of-line spacing file: [4da749fc] check-in: [aa7e3ad5] user: jan.nijtmans branch: trunk, size: 6049
2013-01-22
19:30
Contribution by Patrick Fradin <[email protected]> Quoting his mail:
==========================================================
Hi Jeff,

I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-)

I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...)

I've made some improvements too :

Examples :

- Use 'lassign' instead of many 'lindex' of 'foreach/break' loop.

- Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests.

- Use 'eq' or 'ne' to tests strings instead of '==' or '!='.

- Use 'unset -nocomplain' to avoid 'catch {unset...}'.

- Remove some useless catch around 'destroy' calls.

- Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls.

Due to previous experience, I dot not change any indentation ! ;-) ==========================================================

file: [fc5b764a] check-in: [2b50e889] user: andreask branch: contrib-patrick-fradin-code-cleanup, size: 6100
2012-11-15
19:31
More complete purge of things only present for supporting long-dead Mac 9 systems. file: [c7ea0be8] check-in: [599ec1e5] user: dgp branch: core-8-4-branch, size: 6160
2012-08-27
19:48
Generate -errorcode values to go with errors. Generate messages and postscript using Tcl_Obj API, not the string result API. file: [31deb1e4] check-in: [961ae24a] user: dkf branch: trunk, size: 6050
2012-04-20
12:27
Use vroot size in stead of screen size for clipping window coordinates in ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. file: [857d3624] check-in: [ce4c1c63] user: jan.nijtmans branch: trunk, size: 6015
12:23
Use vroot size in stead of screen size for clipping window coordinates in ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. file: [1fee1494] check-in: [9fc800bf] user: jan.nijtmans branch: core-8-5-branch, size: 6006
2012-04-16
22:23
Fix bug 533519 file: [90914114] check-in: [1507edf8] user: jan.nijtmans branch: bug-533519, size: 6380
2011-06-08
20:24
Purge RCS Keywords file: [50863de9] check-in: [b8a13852] user: dgp branch: trunk, size: 6633
17:44
Purge RCS Keywords. file: [cce3517f] check-in: [3f95fbe0] user: dgp branch: core-8-5-branch, size: 6624
16:13
Purge RCS Keywords. file: [f2c74bef] check-in: [a74f32bb] user: dgp branch: core-8-4-branch, size: 6998
2010-01-23
01:36
TIP #359: Extended Window Manager Hints support for 8.4 file: [3e17b5a8] check-in: [d9be2b12] user: patthoyts branch: core-8-4-branch, size: 7075
2010-01-20
23:43
TIP #359: Extended window manager hints support for X11. file: [2db3a257] check-in: [c0adfbf9] user: patthoyts branch: core-8-5-branch, size: 6701
2010-01-19
01:27
TIP #359: Extended window manager hints support for X11.

Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more).

This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts.

Signed-off-by: Pat Thoyts <[email protected]> file: [1f536611] check-in: [93a297dd] user: patthoyts branch: trunk, size: 6706

2010-01-04
21:47
Backported fix for tk_dialog <Return> binding file: [bb1d18d5] check-in: [122da3df] user: patthoyts branch: core-8-5-branch, size: 6627
21:22
Fix the <Return> binding for tk_dialog to invoke the focused button.

The standard for Windows and Gtk+ is that the <Return> binding invokes the button that currently has the keyboard focus. This can be seen in tk_messageBox which implements this. This patch implements this feature and also makes use of the tk grab utility functions to replace the grab handling code. file: [70c7f310] check-in: [8f0a215f] user: patthoyts branch: trunk, size: 6632

2007-12-13
15:23
merge stable branch onto HEAD file: [cda6c415] check-in: [e7868b44] user: dgp branch: trunk, size: 6633
2007-11-01
16:37
merge updates from HEAD file: [dd66ab96] check-in: [b0775f09] user: dgp branch: core-stabilizer-branch, size: 6637
2007-10-30
01:57
* tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.
file: [7e1f3924] check-in: [f108de53] user: hobbs branch: trunk, size: 6635
2007-05-30
13:47
merge updates from HEAD file: [4109ee84] check-in: [93380ece] user: dgp branch: core-stabilizer-branch, size: 6738
06:37
* library/bgerror.tcl: standardize dialog option & button size * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl:
* library/demos/button.tcl: set button highlightbackground on Aqua.
file: [616948c6] check-in: [ac2502bf] user: das branch: core-8-4-branch, size: 6995
06:34
* library/bgerror.tcl: standardize dialog option & button size * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl:
* library/demos/button.tcl: set button highlightbackground on Aqua.
file: [db04ef44] check-in: [d8956cfb] user: das branch: trunk, size: 6734
2007-04-29
02:24
* library/bgerror.tcl: on aqua, use moveable alert resp. modal dialog * library/dialog.tcl: window class and corresponding system background pattern; fix button padding.
* library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
file: [5f142564] check-in: [8b18c26c] user: das branch: core-8-4-branch, size: 6923
2007-04-23
21:16
* library/bgerror.tcl: on aqua, use moveable alert resp. modal dialog * library/dialog.tcl: window class and corresponding system background pattern; fix button padding.
* library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
file: [94b87a61] check-in: [a1016683] user: das branch: trunk, size: 6703
2006-01-25
18:22
* library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] * library/choosedir.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/focus.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
file: [4e1ede2d] check-in: [49fb7ce3] user: dgp branch: trunk, size: 6487
18:21
* library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
file: [7adc0b7b] check-in: [b0be966e] user: dgp branch: core-8-4-branch, size: 6707
2005-10-05
04:14
* library/dialog.tcl (::tk_dialog): add tkwait visibility before grab. [Bug 1216775]
file: [b0f180bd] check-in: [c75a9d67] user: hobbs branch: core-8-4-branch, size: 6747
04:14
* library/dialog.tcl (::tk_dialog): add tkwait visibility before grab. [Bug 1216775]
file: [bd86440f] check-in: [2accaed2] user: hobbs branch: trunk, size: 6460
2005-07-25
09:05
Apply some of the changes suggested in [Patch 1237759] file: [b57ad2b8] check-in: [f4f7febb] user: dkf branch: trunk, size: 6436
2004-03-17
18:15
Removed support for Mac OS Classic platform [Patch 918139] file: [a391a59e] check-in: [28ec831e] user: das branch: trunk, size: 6603
2004-01-25
01:28
The dialogs were affected by the TIP#146 implementation. Added grid anchor commands to restore original behaviour. file: [b0f3865a] check-in: [6c2ae767] user: pspjuth branch: trunk, size: 6846
2003-10-22
15:24
Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] file: [7fd86dde] check-in: [e4873304] user: dkf branch: trunk, size: 6823
15:22
Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] file: [f2ce2509] check-in: [b5d69416] user: dkf branch: core-8-4-branch, size: 6827
2002-08-31
06:12
*** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***
* generic/tk.decls: * generic/tkInt.decls: added new "aqua" specific entries to the stubs tables. Changed all "unix" entries to "x11" to allow us to distinguish and build both "aqua" on MacOSX and "x11" on MacOSX.
* generic/tk.h: added a #ifnded RESOURCE_INCLUDED so that tk.h can be passed to the resource compiler.
* generic/tkCmds.c (Tk_TkObjCmd): added [tk windowingsystem] subcommand: returns "x11" when running on X11, "win32" on Windows, "classic" on MacOS9 and "aqua" on MacOSX Aqua (i.e. Carbon)
* generic/tkFont.c (TkFontGetFirstTextLayout): new private function returning the first chunk of a Tk_TextLayout, i.e. until the first font change on the first line (or the whole first line if there is no such font change).
* generic/tkMain.c: made Tcl_ThreadDataKey static
* library/demos/puzzle.tcl: fixed button metrics for aqua
* tests/cursor.test: check for presence of arrow cursor instead of heart cursor
* xlib/xcolors.c: changed xColors static initialization to more standard C
* macosx/Wish.pbproj/jingham.pbxuser (new): * macosx/Wish.pbproj/project.pbxproj (new): project for Apple's ProjectBuilder IDE.
* macosx/Makefile (new): simple makefile for building the project from the command line via the ProjectBuilder tool 'pbxbuild'.
* macosx/tkMacOSXAppInit.c (new): macosx specific AppInit looking for a AppMain.tcl file in its bundled Resources/Scripts folder. If present, argv[1] is set to that file and the Scripts folder is added to the auto_path. This allows tk apps to embed scripts within their bundle directory structure.
* macosx/tkMacOSXInit.c (new): macosx adapted version of tkUnixInit.c: we initialize & cache the Carbon native encoding (e.g. 'macRoman') and try to find the tk script library files inside Tk packaged as a framework.
* macosx/tkMacOSXNotify.c (new): new macosx specific merged Carbon/select-based notifier.
* macosx/tkMacOSXEvent.c (new): * macosx/tkMacOSXEvent.h (new): * macosx/tkMacOSXKeyEvent.c (new): * macosx/tkMacOSXMouseEvent.c (new): * macosx/tkMacOSXWindowEvent.c (new): new macosx specific event handling functionality.
* macosx/tkMacOSX.h (new): * macosx/tkMacOSXBitmap.c (new): * macosx/tkMacOSXButton.c (new): * macosx/tkMacOSXClipboard.c (new): * macosx/tkMacOSXColor.c (new): * macosx/tkMacOSXConfig.c (new): * macosx/tkMacOSXCursor.c (new): * macosx/tkMacOSXDefault.h (new): * macosx/tkMacOSXDialog.c (new): * macosx/tkMacOSXDraw.c (new): * macosx/tkMacOSXEmbed.c (new): * macosx/tkMacOSXFont.c (new): * macosx/tkMacOSXHLEvents.c (new): * macosx/tkMacOSXInt.h (new): * macosx/tkMacOSXKeyboard.c (new): * macosx/tkMacOSXMenu.c (new): * macosx/tkMacOSXMenubutton.c (new): * macosx/tkMacOSXMenus.c (new): * macosx/tkMacOSXPort.h (new): * macosx/tkMacOSXRegion.c (new): * macosx/tkMacOSXScale.c (new): * macosx/tkMacOSXScrlbr.c (new): * macosx/tkMacOSXSubwindows.c (new): * macosx/tkMacOSXTest.c (new): * macosx/tkMacOSXUtil.c (new): * macosx/tkMacOSXUtil.h (new): * macosx/tkMacOSXWm.c (new): * macosx/tkMacOSXWm.h (new): * macosx/tkMacOSXXStubs.c (new): macosx ports of classic mac Tk implementation in tk/mac.
* macosx/tkMacOSXSend.c (new): only send to local interp implemented currently.
* macosx/tkMacOSXDebug.h (new): * macosx/tkMacOSXDebug.c (new): new macosx specific functions for debugging MacOS events, regions, etc.
* macosx/tkAboutDlg.r (new): * macosx/tkMacOSXApplication.r (new): * macosx/tkMacOSXCursors.r (new): * macosx/tkMacOSXLibrary.r (new): * macosx/tkMacOSXMenu.r (new): * macosx/tkMacOSXResource.r (new): * macosx/tkMacOSXXCursors.r (new): * macosx/tclets.r (new): sources for Rez resource compiler.
* macosx/Wish.icns (new): Wish application icon.
* generic/tk.h: * generic/default.h: * generic/tkBind.c: * generic/tkCmds.c: * generic/tkGrab.c: * generic/tkPointer.c: * generic/tkPort.h: * generic/tkSelect.c: * generic/tkStubLib.c: * generic/tkTest.c: * generic/tkText.c: * generic/tkWindow.c: * unix/tkUnix3d.c: * xlib/xgc.c: * xlib/X11/X.h: * xlib/X11/Xlib.h: * xlib/X11/Xutil.h: added #includes and #ifdefs for macosx
* library/bgerror.tcl: * library/button.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/text.tcl: * library/tk.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/widget: check [tk windowingsystem] instead of and/or in addition to $tcl_platform(platform).
* generic/tkInt.h: * mac/tkMacBitmap.c: * mac/tkMacWm.c: added missing CONSTification
* generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c: regen
file: [d98daea9] check-in: [6b4c1410] user: das branch: trunk, size: 6474
2002-08-30
18:18
various project cleanups & enhancements added macosx/Makefile to facilitate building from cli added [tk windowingsystem] and removed $::tcl_plaform(windowingsystem) changed all runtime library references to the above removed duplicate entries in tk.decls & tkInt.decls CONSTification and other small changes in macosx/ to remove compiler warnings file: [47c5cdaa] check-in: [3ee14f2c] user: das branch: macosx-8-4-branch, size: 6478
2002-08-21
12:28
whitespace & other cleanup wish startup code cleanup induced by new support in tcl for standard MacOSX tcl package locations renamed Tk_GetFirstTextLayout to private TkFontGetFirstTextLayout file: [cbcded8b] check-in: [67ad8b87] user: das branch: macosx-8-4-branch, size: 6528
2002-08-20
20:26
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk file: [32b08881] check-in: [88ef5db9] user: das branch: macosx-8-4-branch, size: 6553
2002-06-12
23:08
* library/choosedir.tcl (tk::dialog::file::chooseDir): * library/clrpick.tcl (tk::dialog::color): * library/dialog.tcl (tk_dialog): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog_Create): Only make the dialog window a transient if the master is visible. This check already appeared in some of the dialogs. This patch just copies the check into those that were lacking.
file: [60440b9b] check-in: [627fc4df] user: mdejong branch: trunk, size: 6283
2002-04-06
01:02
update to head file: [66c2f962] check-in: [316acd40] user: hobbs branch: core-8-4-win-speedup, size: 6285
2001-10-15
09:21
First checkin of support for Tk on Mac OS X. file: [e201b0a1] check-in: [1f829a93] user: wolfsuit branch: macosx-8-4-branch, size: 6559
2001-08-22
01:25
* library/dialog.tcl (tk_dialog): changed dialog to show bar on Windows as well and added some y padding between the buttons and the bar. [Patch #442835] (harrismh)
file: [441d9e15] check-in: [799547db] user: hobbs branch: trunk, size: 6282
2001-08-09
00:47
Corrections to problems introduced by the TIP 44 changes. [Bug 449261]
file: [6b1f1f8d] check-in: [9b5bb3b3] user: dgp branch: trunk, size: 6261
2001-08-06
18:29
* TIP 44 changes specific to the Mac and Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look.
file: [1af5d03d] check-in: [20c53b8d] user: dgp branch: trunk, size: 6247
2001-08-01
16:21
Merged changes from feature branch dgp-privates-into-namespace, implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
file: [fed7e9af] check-in: [3c0c681d] user: dgp branch: trunk, size: 6225
2001-02-28
23:29
2001-02-28 Don Porter <[email protected]>
BRANCH dgp-privates-into-namespace: Feature branch to move all of Tk's private commands and variable into the ::tk namespace and its children.
* doc/tkvars.n: Documented private variable tkPriv renamed tk::Priv.
* generic/tkBind.c: * generic/tkMenu.c: * generic/tkTextDisp.c: * library/bgerror.tcl: * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/optMenu.tcl: * library/palette.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tclIndex: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * mac/tkMacMenu.c: * tests/clrpick.test: * tests/filebox.test: * tests/macMenu.test: * tests/menu.test: * tests/menuDraw.test: * tests/msgbox.test: * tests/text.test: * tests/textDisp.test: * tests/unixMenu.test: * tests/winMenu.test: * tests/xmfbox.test: * unix/tkUnixDialog.c: All Tk commands matching ::tk[A-Z]* and all Tk private variables in the global namespace were renamed to live in the namespace ::tk or one of its children.
file: [c922e53e] check-in: [59740122] user: dgp branch: dgp-privates-into-namespace, size: 6229
2000-04-18
02:18
* win/tkWinDialog.c: Added checks for visibility of parent window 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. file: [a1794f7a] check-in: [a39bc3c5] user: ericm branch: trunk, size: 6218

2000-01-12
11:45
* library/dialog.tcl: improved handling of $default arg to allow for name of given button, as well as bounds checking
file: [d2837c63] check-in: [d6fd29f3] user: hobbs branch: trunk, size: 6003
1999-10-01
22:45
1999-09-24 Jeff Hobbs <[email protected]>
* */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1
* unix/Makefile.in: changed 'mkdir' to 'mkdir -p'
* library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
file: [63cbe370] check-in: [0d267eb8] user: hobbs branch: trunk, size: 5649
1999-09-24
22:17
1999-09-24 Jeff Hobbs <[email protected]>
* unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
file: [33813052] check-in: [22a78510] user: hobbs branch: core-8-2-1-branch, size: 5702
1999-09-02
17:02
1999-09-01 Jeff Hobbs <[email protected]>
* library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators
file: [1b0fff42] check-in: [09a6499c] user: hobbs branch: trunk, size: 5649
1999-04-16
01:51
* Merged 8.1 branch into the main trunk file: [e95a3b1d] check-in: [1120dc42] user: stanton branch: trunk, size: 5700
1999-04-06
03:52
* library/bgerror.tcl: * library/button.tcl: * library/clrpick.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: Lots of minor performance improvements contributed by Jeffrey Hobbs. [Bug: 1118] file: [278dc582] check-in: [ded44d09] user: stanton branch: core-8-1-branch-old, size: 5704
1998-09-30
02:19
Deleted: Merged 8.0.3 changes into 8.1 check-in: [01d0cdfc] user: stanton branch: core-8-1-0-branch, size: 0
02:15
Merged 8.0.3 changes into 8.1 file: [e75d231d] check-in: [0fa81ba1] user: stanton branch: core-8-1-branch-old, size: 5494
1998-09-29
00:25
initial tk8.1a2 version file: [81f0a34c] check-in: [644396f2] user: stanton branch: core-8-1-branch-old, size: 5469
1998-09-14
18:22
Replaced SCCS strings, fixed binary files file: [978c0458] check-in: [fb58b663] user: stanton branch: trunk, size: 5439
1998-06-27
18:06
plugin updates file: [5143a99e] check-in: [a31d73e5] user: welch branch: trunk, size: 5418
1998-04-01
09:51
Added: Initial revision file: [40f03719] check-in: [2bf55ca9] user: rjohnson branch: trunk, size: 5414