Tk Source Code

Timeline
Login

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

284 check-ins using file doc/listbox.n version c944669e

1999-12-11
23:30
added warning when specifying --enable-threads to Tk Closed-Leaf check-in: 2fe3bd9f user: hobbs tags: core-8-2-1-branch, core-8-2-3, scriptics-sc-1-1
1999-12-10
05:53
updated changes for 8.2.3 check-in: 55eb869d user: hobbs tags: core-8-2-1-branch
1999-11-19
23:35
Creating branch scriptics-sc-1-1-branch Closed-Leaf check-in: bd5a44c3 user: cvs tags: scriptics-sc-1-1-branch, scriptics-sc-1-1-b1, scriptics-sc-1-1-base
23:35
* README: * unix/configure.in: * win/configure.in: * generic/tk.h: updated to patchlevel 3
check-in: b1dba7c4 user: hobbs tags: core-8-2-1-branch
23:35
* README: * unix/configure.in: * win/configure.in: * generic/tk.h: updated to patchlevel 3
* generic/tkColor.c: * generic/tkColor.h: fixed Tk_NameOfColor to work correctly, with minor change to TkColor struct. * generic/tkEntry.c: fixed C expr error in destroy of entry that could lead to 'malformed bucket chain' error
check-in: 02def677 user: hobbs tags: core-8-2-1-branch
1999-11-18
02:27
ChangeLog commit. check-in: 61e4c474 user: ericm tags: trunk
02:24
* tests/listbox.test: Updated tests for new error messages.

* generic/tkListbox.c: Improved error messages for bad -listvar's. check-in: 016895b5 user: ericm tags: trunk

02:18
Use mkdir -p to create the install directories (like Tcl already does) check-in: 8cfa27a8 user: wart tags: trunk
01:47
* tests/listbox.test: Added tests for bad -listvar's.

* generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists) check-in: a8241d6f user: ericm tags: trunk

1999-11-17
22:13
* tests/listbox.test: Added tests for ListboxUpdateHScrollbar.

* generic/tkListbox.c: Changed some old static buffers to base size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size. check-in: 822a6b85 user: ericm tags: trunk

21:56
* tests/listbox.test: New tests for -listvar functionality, and an odd extra case that wasn't covered before.

* generic/tkListbox.c: Tests exposed some bugs, now fixed. check-in: 6682e76d user: ericm tags: trunk

02:40
* tests/listbox.test: Fixed tests to comply with new objectified error messages. No -listvar specific tests yet.

* win/tkWinDefault.h: * unix/tkUnixDefault.h: * mac/tkMacDefault.h: Added default value for -listvar option. check-in: ca26a18f user: ericm tags: trunk

02:38
* generic/tkWindow.c: Changed "listbox" mapping from old-school to new-school objectified command.

* generic/tkListbox.c: Objectified listbox; added support for -listvar option. Converted internal structure to use a Tcl list object to store the data.

* generic/tkInt.h: Changed reference to Tk_ListboxCmd to Tk_ListboxObjCmd. check-in: 11da2620 user: ericm tags: trunk

1999-11-13
01:23
Removed bad option "-geometry" to toplevel check-in: dcfac06d user: wart tags: trunk
1999-11-12
23:55
Added "wm geometry" calls in some tests that were waiting for the user to place a window manually. The Tk test suite can now run on twm with no user intervention. check-in: 8b087c35 user: wart tags: trunk
23:54
Added $(TCLTESTARGS) to the test target so that users can set additional test harness arguments on the make command line:

% make test TCLTESTARGS="-verbose pbs" check-in: 6542142a user: wart tags: trunk

1999-11-10
02:56
* win/winMain.c: corrected winMain to not do a DebugBreak when returning an error message from the top level
check-in: 573f3d0c user: hobbs tags: trunk
02:56
* generic/tkGrid.c: changed Tcl_Alloc to ckalloc
* generic/tkEntry.c: fixed C expr error in destroy of entry that could lead to 'malformed bucket chain' error
check-in: 97bb8053 user: hobbs tags: trunk
02:56
see log check-in: 8c6862e9 user: hobbs tags: trunk
1999-11-03
00:43
Creating branch scriptics-sc-1-0-branch Closed-Leaf check-in: 67d57741 user: cvs tags: scriptics-sc-1-0-branch, core-8-2-2, scriptics-sc-1-0, scriptics-sc-1-0-base
00:43
* win/winMain.c: changed Tcl_AppInit to not cause a DebugBreak on simple startup errors (like bad options to wish)
check-in: a3fa621c user: hobbs tags: core-8-2-1-branch
00:42
updated for 8.2.2 release check-in: 4f1a4d2f user: hobbs tags: core-8-2-1-branch
1999-11-02
22:02
tagged 8.2.2 check-in: 498807f2 user: hobbs tags: core-8-2-1-branch
1999-10-30
09:36
* unix/configure.in: * README: * win/configure.in: * generic/tk.h: updated to patchlevel 2
* win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of symbolic keysyms (Left, Home, ...) with event generate
check-in: 67cdb179 user: hobbs tags: core-8-2-1-branch
09:36
* unix/configure.in: * README: * win/configure.in: * generic/tk.h: updated to patchlevel 2
check-in: 38eeb715 user: hobbs tags: core-8-2-1-branch
09:36
* library/entry.tcl: change tkEntrySeeInsert to avoid the use of a while loop that could eat CPU tremendously. Behavior of moving the cursor at the right edge changes slightly (previously it tried to keep the cursor at the right edge, now it moves the cursor to a "central right" location - better IMHO). [Bug: 3195]
* library/scrlbar.tcl: changed tkScrollButtonUp to check for existence of tkPriv(relief) in order to avoid spurious release events
check-in: 3e58d7bf user: hobbs tags: core-8-2-1-branch
09:35
* generic/tk.h: updated to patchlevel 2
check-in: d42e0010 user: hobbs tags: core-8-2-1-branch
09:35
see log check-in: ae5fb958 user: hobbs tags: core-8-2-1-branch
09:16
* win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of symbolic keysyms (Left, Home, ...) with event generate
check-in: 1a19e736 user: hobbs tags: trunk
09:15
* library/entry.tcl: change tkEntrySeeInsert to avoid the use of a while loop that could eat CPU tremendously. Behavior of moving the cursor at the right edge changes slightly (previously it tried to keep the cursor at the right edge, now it moves the cursor to a "central right" location - better IMHO).
check-in: fa96c986 user: hobbs tags: trunk
09:15
see log check-in: ede6bb10 user: hobbs tags: trunk
1999-10-29
03:58
* makefile.vc: changed 'c:/program files' to c:/progra~1
check-in: 64b1cc54 user: hobbs tags: trunk
03:58
* tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp)
check-in: 57993609 user: hobbs tags: trunk
03:57
* generic/tk.h: * generic/tkCmds.c: * generic/tkImage.c: * generic/tkImgBmap.c: * generic/tkImgGIF.c: * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkInt.h: * generic/tkTest.c: * generic/tkWindow.c: * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp)
check-in: ca63b762 user: hobbs tags: trunk
03:57
* doc/CrtImgType.3: * doc/CrtPhImgFmt.3: * doc/FindPhoto.3: * doc/photo.n: new docs for Img patch mods
check-in: 29af8fe0 user: hobbs tags: trunk
03:57
see log check-in: 36f7ba1c user: hobbs tags: trunk
1999-10-20
01:02
* unix/Makefile.in: added ChangeLog to dist archive
check-in: df008206 user: hobbs tags: trunk
01:02
* library/scrlbar.tcl: changed tkScrollButtonUp to check for existence of tkPriv(relief) in order to avoid spurious release events
check-in: a5da732c user: hobbs tags: trunk
01:02
see log check-in: 96d2caad user: hobbs tags: trunk
1999-10-02
01:14
updated check-in: b4f14f77 user: hobbs tags: core-8-2-1-branch, core-8-2-1, scriptics-bc-1-0-b1
01:08
* unix/Makefile.in: added ChangeLog to source dist
check-in: 84432a3b user: hobbs tags: core-8-2-1-branch
01:08
*** empty log message *** check-in: 8334a8e5 user: hobbs tags: core-8-2-1-branch
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.
check-in: 0d267eb8 user: hobbs tags: trunk
1999-09-30
21:25
updated patch level to 1 check-in: 79e540aa user: hobbs tags: core-8-2-1-branch
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.
check-in: 22a78510 user: hobbs tags: core-8-2-1-branch
02:08
1999-09-23 Jeff Hobbs <[email protected]>
* README: * generic/tk.h: changed to reflect 8.2.1 version
check-in: 5896da4f user: hobbs tags: core-8-2-1-branch
1999-09-23
22:03
"make install" now calls "make all" as its first target. check-in: 1b78eea3 user: wart tags: core-8-2-1-branch
1999-09-22
06:53
1999-09-21 Jeff Hobbs <[email protected]>
* generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075]
* win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels
* unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check and several other config fixes for AIX
* mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733]
* win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder
* generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676]
check-in: 115c58cd user: hobbs tags: core-8-2-1-branch
06:24
Added necessary substitutions for using tkConfig.sh check-in: 8416812d user: wart tags: core-8-2-1-branch
1999-09-21
06:42
1999-09-16 Jeff Hobbs <[email protected]>
* generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075]
* win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels

1999-09-15 Jeff Hobbs <[email protected]>

* unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check (readjust from 8-21 fix) and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733]

1999-09-14 Jeff Hobbs <[email protected]>

* win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
check-in: 8b23a0f7 user: hobbs tags: trunk
1999-09-18
00:20
added DEMOPROGS check-in: 9e45d573 user: stanton tags: trunk
1999-09-15
22:35
1999-09-14 Jeff Hobbs <[email protected]>
* win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
check-in: 11691dc3 user: hobbs tags: trunk
1999-09-10
00:23
Made sure that the tkConfig.sh file is always installed.

configure now substitutes XINCLUDES in tkConfig.sh. Needed for Tk extensions like Itk. check-in: 80e6cb78 user: wart tags: trunk

1999-09-02
17:03
* win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags
check-in: 3cf8a372 user: hobbs tags: trunk
17:03
*** empty log message *** check-in: 2e60194a user: hobbs tags: trunk
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
check-in: 09a6499c user: hobbs tags: trunk
17:02
1999-09-01 Jeff Hobbs <[email protected]>
* win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562]
check-in: ae1e73a2 user: hobbs tags: trunk
17:02
1999-09-01 Jeff Hobbs <[email protected]>
* win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562] * 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
check-in: a5395cd7 user: hobbs tags: trunk
1999-08-26
18:24
Added "make doc" target that copies the man.macros file from Tcl. check-in: f1364e76 user: wart tags: trunk
1999-08-21
01:14
"make doc" now copies the Tcl file "man.macros" locally. This should allow users to use the man pages from inside the Tk source tree (without having to install). It also fixes some problems that TclX was having when building its help pages. check-in: 622cf072 user: wart tags: trunk
1999-08-18
00:31
Run these tests only if "testmetrics" is defined (i.e. tktest is being used). check-in: dadc630d user: jenn tags: trunk
00:11
Call cleanupTests after defs has been loaded check-in: a5163d5e user: jenn tags: trunk
1999-08-16
08:51
Fix a typo. check-in: 93fe806e user: jingham tags: trunk
00:09
Update copyrights and add my name to Ray's in the credits (blush). check-in: 12a45f88 user: jingham tags: trunk
1999-08-13
18:30
Release 8.2.0 check-in: f28d9903 user: redman tags: trunk, core-8-2-0, scriptics-tclpro-1-3-0
17:52
Fixed ANSI-style function definitions so that they work on K&R compilers properly. check-in: 416e0059 user: redman tags: trunk
08:08
Update to move the build directory out of the source tree. check-in: 1752211a user: jingham tags: trunk
08:07
Fix a bug where the background of the menu can be wrong on Appearances that use pixmaps for the background of the menu. check-in: 844af9d9 user: jingham tags: trunk
08:05
*** empty log message *** check-in: 387ad067 user: jingham tags: trunk
02:58
*** empty log message *** check-in: 7739d4e1 user: hobbs tags: trunk
1999-08-11
20:50
Include the unix/aclocal.m4 file with the distribution. Closed-Leaf check-in: 9a26313a user: redman tags: core-8-2-b3-branch
1999-08-10
23:16
Change version numbers to 8.2.0 check-in: 732af4c7 user: redman tags: trunk
18:49
Change version numbers to 8.2b3, update ChangeLog and changes files. check-in: 0244740f user: redman tags: core-8-2-b3-branch
16:58
1999-08-10 Jeff Hobbs <[email protected]>
* win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609]
check-in: 34dd58bb user: hobbs tags: trunk
16:58
1999-08-10 Jeff Hobbs <[email protected]>
* generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
check-in: ed3c4d67 user: hobbs tags: trunk
16:58
1999-08-10 Jeff Hobbs <[email protected]>
* win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify".
check-in: 08bf466c user: hobbs tags: trunk
16:58
1999-08-10 Jeff Hobbs <[email protected]>
* win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify". * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
check-in: c3651c65 user: hobbs tags: trunk
15:27
1999-08-10 Jeff Hobbs <[email protected]>
* library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422]
check-in: fc0e0bc2 user: hobbs tags: trunk
05:10
Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is now properly in a "p" function, TkpDrawHighlightBorder. check-in: 51d6a171 user: jingham tags: trunk
05:04
New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring. check-in: 9bb07818 user: jingham tags: trunk
1999-08-09
16:52
1999-08-09 Jeff Hobbs <[email protected]>
* library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866]
check-in: dcc927a5 user: hobbs tags: trunk
16:51
1999-08-09 Jeff Hobbs <[email protected]>
* doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
check-in: 849a3382 user: hobbs tags: trunk
16:51
1999-08-09 Jeff Hobbs <[email protected]>
* library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
check-in: 84768ee1 user: hobbs tags: trunk
1999-08-07
18:54
Fix a typo from the 8.0 -> 8.1 conversion of the Menu code. check-in: bcd29d08 user: jingham tags: trunk
18:53
Check the return from Tk_MacGetColor before changing the color check-in: 2e8c0d68 user: jingham tags: trunk
1999-08-05
06:19
Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1. check-in: 1ca6edff user: jingham tags: trunk
1999-08-04
23:42
Added line to make mkLinks executable before it's used. check-in: 9685881c user: wart tags: trunk
21:32
Release 8.2b2 check-in: 43a4e05c user: redman tags: trunk, scriptics-tclpro-1-3-b4, core-8-2-b2
01:00
Fix configure scripts for beta version number (b2 instead of b1). check-in: 9e75ad92 user: redman tags: trunk
1999-08-01
21:25
1999-08-01 Jeff Hobbs <[email protected]>
* mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389]
check-in: 7e3e2f5d user: hobbs tags: trunk
1999-07-31
21:17
* xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the stub tables. check-in: 8b0932f7 user: redman tags: trunk
03:36
1999-07-30 Jeff Hobbs <[email protected]>
* tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
check-in: eacb2903 user: hobbs tags: trunk
03:35
tkInt.decls file change addition check-in: e2ede242 user: hobbs tags: trunk
02:31
* win/makefile.vc: Corrected building threaded tktest.exe on Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target. check-in: 0976632c user: redman tags: trunk
1999-07-30
02:09
* generic/tkConsole.c: Allow tcl to open CON and NUL, even for std channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458] check-in: 90ccfd68 user: redman tags: trunk
1999-07-29
23:01
* win/Makefile.in: Corrected building threaded tktest.exe on Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. check-in: cecce6d0 user: redman tags: trunk
1999-07-27
16:46
Fix one more install-sh bug check-in: 3dda4c42 user: redman tags: trunk
1999-07-23
16:21
Fix install-sh problem, wrong directory. check-in: d60700d6 user: redman tags: trunk
1999-07-22
21:51
* Changed version to 8.2b2

* win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385]

* unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413]

* library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425] check-in: 8d154451 user: redman tags: trunk

16:31
Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425] check-in: 75e381f6 user: redman tags: trunk
01:32
* unix/Makefile.in: Add Windows configure script to distribution. check-in: 42241791 user: redman tags: trunk
1999-07-20
00:49
Added eval to EXESUFFIX value to resolve ${DBGX} immediately. The debug wish executable was missing the 'd' in its name. check-in: 8c02635c user: wart tags: trunk
1999-07-16
21:43
* unix/Makefile.in: * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter. check-in: 61995a50 user: redman tags: trunk
01:52
Fix minor version number. check-in: b62bfd88 user: redman tags: trunk
1999-07-13
22:19
Add .m4 files and Windows configure.in and Makefile.in check-in: b1be87a4 user: redman tags: trunk, scriptics-tclpro-1-3-b3, core-8-2-b1
22:17
Merged from ChangeLog for 8.2b1 release check-in: b810cf7c user: redman tags: trunk
1999-07-12
17:34
Added missing cleanupTests before return check-in: 9d68ebb8 user: jenn tags: trunk
1999-07-09
02:10
* tests/unixSelect.test: Fixed broken test.

* win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD.

* win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages. check-in: bc661b9f user: stanton tags: trunk

1999-07-08
18:22
Added calls to cleanupTests before return statements. check-in: 5cb396da user: jenn tags: trunk
03:59
configure now adds the "g" suffix to the stub library if build with --enable-symbols check-in: 4fe3f576 user: wart tags: trunk
01:11
Fix Tk stub file names and flags check-in: 4fdb6175 user: redman tags: trunk
1999-07-01
00:39
Patches from Bug: 2068 2080 2269 check-in: 4bec4dc6 user: redman tags: trunk
1999-06-30
22:35
Add prolog.ps to windows install-libraries check-in: 5ed3d494 user: redman tags: trunk
16:21
Add prolog.ps check-in: 44ac0637 user: redman tags: trunk
1999-06-29
21:30
Don't install the DLL if it wasn't being built, by checking the DLLSUFFIX variable. check-in: 73668762 user: redman tags: trunk
00:27
install-binaries was nto installing the Tk DLL on Windows check-in: f2feef42 user: surles tags: trunk
1999-06-26
21:49
minor bug in tk Makefile.in check-in: eefdc296 user: surles tags: trunk
1999-06-25
23:48
Changed to Tk 8.2b1 check-in: 8e58d3ef user: welch tags: trunk
23:47
Added note about win/configure.in depending on version change check-in: 9ae1a0c4 user: welch tags: trunk
23:30
Changed to Tk 8.2b1 check-in: 308db555 user: welch tags: trunk
1999-06-22
18:56
Updated comments in Makefile.in check-in: 7db43f9b user: wart tags: trunk
1999-06-19
00:59
Added bug ID to comment about channel I/O bug check-in: 5d40951f user: jenn tags: trunk
1999-06-18
18:44
Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl. check-in: ef51171a user: wart tags: trunk
17:35
Modifications to CC_EXENAME macro (aclocal.m4).

Fix static builds and installation macros. check-in: 7378f60b user: redman tags: trunk

1999-06-17
19:58
backed out chenges made to tkInt.h and tkText.h and fixed the problem directly in tkText.h check-in: e43aeb8f user: surles tags: trunk
01:39
Updated to reflect recent changes check-in: 6d4914b3 user: wart tags: trunk
01:31
Updated to reflect code changes. check-in: 5e20fa77 user: wart tags: trunk
01:03
Cast third argument of Tcl_DStringAppend to (int) value in case the strlen() function returned a different type. check-in: d7f96597 user: wart tags: trunk
00:39
Updated aclocal.m4 to reflect recent changes in tcl.m4

Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. check-in: a86d99d2 user: wart tags: trunk

1999-06-16
22:54
added Makefile.in files for windows check-in: 2ff6b28d user: surles tags: trunk
22:36
merged unix and windows styles check-in: fb387ec3 user: surles tags: trunk
20:11
modified files to work with new windows Makefiles check-in: 8a68de4f user: surles tags: trunk
05:36
Fix a bug in the region calculation for popup menus which would cause the popup to get posted in the wrong place if the menu was going to stick off the bottom of the screen. check-in: ce98dd35 user: jingham tags: trunk
05:33
Have to call Tcl_FindExecutable BEFORE creating the first interpreter. Need to do this in main, since Tk_Main surreptitiously creates the interpreter now. check-in: 979bc5ba user: jingham tags: trunk
02:35
Updated to reflect recent changes in tcl.m4 check-in: d5b0a1e8 user: wart tags: trunk
1999-06-15
22:23
Changes to make the Tk configure and Makefile.in files TEA compliant. check-in: 04e21147 user: wart tags: trunk
1999-06-10
21:50
macros that autoconf will be looking for (tcl.m4) check-in: 0f89dba7 user: wart tags: trunk
1999-06-03
18:50
*** empty log message *** check-in: 371fe9f4 user: stanton tags: trunk
18:50
* unix/tkUnixSelect.c: * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] check-in: 0b25ecf2 user: stanton tags: trunk
1999-06-02
19:30
added first pass at Tk Windows configure script check-in: 5a9ce630 user: surles tags: trunk
18:16
*** empty log message *** check-in: 2b02ebc3 user: stanton tags: trunk
18:15
* generic/tkIntXlibDecls.h: * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation.

* generic/tkFont.c: lint check-in: 75c01896 user: stanton tags: trunk

1999-06-01
18:51
*** empty log message *** check-in: 15b67efa user: stanton tags: trunk
18:51
* unix/tkUnixSelect.c: Improved I18N selection support. COMPOUND_TEXT is converted to/from iso2022, and STRING is converted to/from iso8859-1. There are still a few loose ends to tie up before this is completely done. check-in: 78db3a09 user: stanton tags: trunk
18:44
* unix/tkUnixFont.c: Eliminated redundant case folding code. check-in: 000bbe88 user: stanton tags: trunk
18:44
* generic/tkFont.c: Eliminated use of isupper/tolower in favor of Unicode variants. check-in: 79864324 user: stanton tags: trunk
1999-05-26
02:39
Merged changes from 1-3-b2 branch into mainline. check-in: 6f88cf92 user: stanton tags: trunk
02:26
fixed incorrect patchlevel info Closed-Leaf check-in: b94b4113 user: stanton tags: scriptics-tclpro-1-3-b2-branch, core-8-1-1
1999-05-25
20:40
First pass at Unicode support in X selection code. check-in: 0d8bca25 user: stanton tags: trunk
20:36
updated changes file for 8.1.1 check-in: afd8ae3d user: stanton tags: scriptics-tclpro-1-3-b2-branch
20:30
updated changes file for 8.1.1 check-in: 39e86998 user: stanton tags: scriptics-tclpro-1-3-b2-branch
01:31
*** empty log message *** check-in: a6a686b8 user: stanton tags: trunk
01:31
* generic/tkStubLib.c: * generic/tkStubInit.c: * generic/tkIntXlibDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkConsole.c: Various changes to try to get the Mac builds working. check-in: c6a2f31b user: stanton tags: trunk
1999-05-22
06:33
Changes needed to get Tk8.1 to compile with stubs on the Mac check-in: 08051755 user: jingham tags: trunk
06:33
Changes needed to get Tk8.1 to compile with stubs on the Mac Also copied over some changes from Tk8.0.5 to support themed menus. check-in: 3b011c0c user: jingham tags: trunk
06:32
Changes needed to get Tk8.1 to compile with stubs on the Mac check-in: b58707e8 user: jingham tags: trunk
06:32
Copied changes over from Tk8.0.5 to support Themed menus check-in: 41ad2a30 user: jingham tags: trunk
06:32
Changes needed to get Tk8.1 to compile with stubs on the Mac check-in: a0da3de4 user: jingham tags: trunk
02:05
Fixed bug in Windows clipboard code when dealing with selections that don't contain locale information. check-in: 94ed7695 user: stanton tags: trunk
01:59
Merged changes from scriptics-tclpro-1-3-b2 branch check-in: fed3e0ae user: stanton tags: trunk
1999-05-20
22:32
Fix copyright string in console about box. check-in: b2688134 user: redman tags: scriptics-tclpro-1-3-b2-branch, scriptics-tclpro-1-3-b2
1999-05-19
23:26
add extern C block (for C++) check-in: 32293dff user: redman tags: scriptics-tclpro-1-3-b2-branch
23:24
Add extern "C" around entire file check-in: b58fba4a user: redman tags: scriptics-tclpro-1-3-b2-branch
1999-05-18
22:36
*** empty log message *** check-in: 1f790899 user: stanton tags: scriptics-tclpro-1-3-b2-branch
22:27
* tests/winClipboard.test: * win/tkWinClipboard.c: Fixed clipboard code so it handles Unicode data properly on Windows NT and 95. [Bug: 1791] check-in: 32982c10 user: stanton tags: scriptics-tclpro-1-3-b2-branch
1999-05-07
20:05
*** empty log message *** check-in: 09b951bb user: stanton tags: trunk, scriptics-tclpro-1-3-b1, core-8-1-1-base
20:05
* library/menu.tcl: Fixed bug where tk_popup fails when called too quickly. [Bug: 2009] check-in: 61590c0e user: stanton tags: trunk
1999-05-05
21:46
renamed to avoid conflict with tcl's InitStubs doc. check-in: 4f5f9180 user: hershey tags: trunk
1999-04-30
23:40
* Changed version number to 8.1.1. check-in: 60a04b9a user: stanton tags: trunk
22:49
* Merged changes from 8.1.0 branch check-in: 2cf82e5a user: stanton tags: trunk
18:02
removed extra instance of tkConsole.o check-in: 6982f8e7 user: redman tags: trunk
1999-04-28
18:38
Add tkConsole.o check-in: 9a5ca980 user: redman tags: trunk
18:18
Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar) check-in: 702512c2 user: redman tags: trunk
1999-04-24
01:50
merged 8.1.0 changes into mainline check-in: 14df4a4c user: stanton tags: trunk
1999-04-21
21:53
Created branch core-8-1-0-synthetic Closed-Leaf check-in: 437b0c3b user: cvs2fossil tags: core-8-1-0-synthetic, core-8-1-0
21:53
Merged 8-1-0 into mainline. check-in: 0447cf26 user: rjohnson tags: trunk
20:11
merge with 8.1.0 branch check-in: 17ceb230 user: redman tags: trunk
1999-04-20
22:28
Fixed bug 1777 - bug in displaying selection. check-in: 38d1c2ed user: rjohnson tags: trunk
19:20
lint check-in: 9c001e20 user: hershey tags: trunk
18:12
update defs.tcl to be the same as tcl8.1/tests/defs.tcl check-in: 03b6d17d user: hershey tags: trunk
17:01
Rearranged parens for Tcl style conventions. check-in: 78a66cf6 user: rjohnson tags: trunk
01:48
modified the Tk makefiel to copy *.decls for a source release check-in: 899f30c5 user: surles tags: trunk
01:04
Added new tests to scale and text. Fixed core dump in text serach code: Bug 1642 check-in: 9e52f3ff user: rjohnson tags: trunk
1999-04-19
23:54
changed tests--marked some nonPortable; added new constraints to fix bug 1770 check-in: da52c2e1 user: hershey tags: trunk
18:56
Improved patch for scale widget. check-in: fa4f75a3 user: rjohnson tags: trunk
1999-04-17
02:35
Fixed bug 1853 - called NULL interp. check-in: 9f1ad08e user: rjohnson tags: trunk
02:31
Fixed bug 1790 - memory leak. check-in: 0682bc97 user: rjohnson tags: trunk
02:05
Fixed bug 1768 - core dump in scale widget. check-in: 13c44fc8 user: rjohnson tags: trunk
01:39
Fixed bug 1840 check-in: 8218ec30 user: rjohnson tags: trunk
01:09
Fixed bug 1479 check-in: c788e255 user: rjohnson tags: trunk
00:18
fixed bugs 1785 and 1799: decl header files not installed check-in: eb4403eb user: surles tags: trunk
1999-04-16
20:19
removed makefile.bc since we don't support it any longer check-in: a0c7a10c user: stanton tags: trunk
18:26
fixed Tk comment errors check-in: 1eb99ab1 user: surles tags: trunk
18:26
fixed Tk doc bugs check-in: de71f02a user: surles tags: trunk
01:51
* Merged 8.1 branch into the main trunk check-in: 1120dc42 user: stanton tags: trunk
01:25
Creating branch core-8-0-6-branch Closed-Leaf check-in: 19adb6cd user: cvs tags: core-8-0-6-branch, core-8-0-6-base
01:25
* Merged changes from 8.0.5: - Updated for Mac release check-in: a1b05427 user: stanton tags: trunk
01:17
update release date for 8.0.5 Closed-Leaf check-in: a5521f2d user: stanton tags: core-8-0-5-branch, core-8-0-5
1999-03-24
18:07
all file now exits only when Tk is not in interactive mode. check-in: 4259d8ea user: hershey tags: trunk
07:32
Formatting fixes: some tabbing got lost. check-in: 5b5f48c0 user: jingham tags: core-8-0-5-branch
06:02
Set the import weak flag for InterfaceLib and AppearanceLib. The latter to support System 7.x without Appearance, the former because it is necessary if you are going to use the Universal Headers 3.2 with System 7.x or 8.0. check-in: 84c6c980 user: jingham tags: core-8-0-5-branch
05:50
Update to CW Pro 4 and MoreFiles 1.4.9. check-in: 0846ae97 user: jingham tags: core-8-0-5-branch
1999-03-22
21:32
remove --enable-tcl-stub from configure scripts due to linking problems. check-in: 94a8cd90 user: redman tags: trunk
06:44
winfo server used to crash on the Mac. Get the MacOS version and return that instead. check-in: ec10824f user: jingham tags: core-8-0-5-branch
06:44
Got rid of the AppearanceGC, and rely on the tkColor to not set menu foregrounds. check-in: 9d6732a5 user: jingham tags: core-8-0-5-branch
06:43
Check the return value of TkMacGetColor, and don't set the color if it comes back false. check-in: 8946a827 user: jingham tags: core-8-0-5-branch
06:43
Check the return of TkMacGetColor, and don't set the color if it comes back false. check-in: 6b68495e user: jingham tags: core-8-0-5-branch
06:43
If we are using appearance, don't set ANY of the menu colors. This gets the menu foregrounds right with Kaliedoscope and the Architect theme. check-in: 7d0c5741 user: jingham tags: core-8-0-5-branch
06:43
Mostly fixed formatting that had gotten wrong somehow. Also always make sure to check the result of TkMacGetColor, and don't set the color if it comes back false. check-in: 4d1ef4a1 user: jingham tags: core-8-0-5-branch
06:43
Mark some tests pcOrUnix. These are tests of slave interpreters with embedded toplevels. They cause a panic on the Macintosh. So I am temporarily disabling the tests till I can figure out how to work around the problem. check-in: 918e9419 user: jingham tags: core-8-0-5-branch
06:43
On the Macintosh, call update idletasks at the end of each test. Since the test results are written into a text widget, if you don't do an update, the results will lag behind the tests, which can be confusing. check-in: 86687440 user: jingham tags: core-8-0-5-branch
06:43
Changed extern to EXTERN check-in: 133786b8 user: jingham tags: core-8-0-5-branch
06:42
Don't exit on the Macintosh, since this destroys the window that contained the test results. check-in: a1ee18e1 user: jingham tags: core-8-0-5-branch
06:42
Fixed a few references to Tcl8.0.4 that were inappropriately changed to 8.0.5. check-in: 762ccfb5 user: jingham tags: core-8-0-5-branch
1999-03-12
03:17
added reserved slot for use by the dash patch check-in: 4f4a39c4 user: stanton tags: trunk
1999-03-10
21:39
ChangeLog for 8.0.6, stubs implementation and focus -force patch check-in: d6a7e11b user: redman tags: trunk
19:29
Backported "focus -force" patch from 8.1. check-in: ab02cc0a user: redman tags: trunk
18:56
Merge changes in 8.1 into 8.0.6, specifically we should be exporting XCreateBitmapFromData() from the Xlib code. check-in: 1c9f6289 user: redman tags: trunk
07:04
integrated stubs into 8.0 main branch check-in: 4c74dd20 user: stanton tags: trunk
1999-03-07
02:13
Fixed makefile and configure script to properly build wish on Unix. For new stubs code. Closed-Leaf check-in: 51abe287 user: redman tags: dev-stubs-branch
00:15
Stubs changes, now wish works on Windows. check-in: cda1623a user: redman tags: dev-stubs-branch
1999-03-06
23:18
stubbed out TkConsoleCreate and added a call to TkConsoleCreate_ in Tk_Main() so that Tk can be dynamically loaded check-in: 18dbd2f6 user: stanton tags: dev-stubs-branch
23:07
Added stub patches check-in: 9bd30c62 user: stanton tags: dev-stubs-branch
02:23
Modified stubs code to work on Unix. Modified makefile and configure to add stub support and build against libtclstub.a. check-in: 08116ae3 user: redman tags: dev-stubs-branch
01:54
Fixed problem in UNIX sections, regenerated files check-in: 96d5d771 user: redman tags: dev-stubs-branch
00:23
applied Paul Duffin's AIX patch check-in: 528a42c5 user: stanton tags: trunk
00:08
Changes for Tk Stubs implementation. check-in: 0a29ff0a user: redman tags: dev-stubs-branch
00:06
Modifications for Tk Stubs implementation check-in: e0388d01 user: redman tags: dev-stubs-branch
00:06
Modifications for Tk stubs implementation check-in: df0a6f99 user: redman tags: dev-stubs-branch
00:05
Modifications for Tk Stubs implementation Moved function declarations from X11/Xlib.h to ../generic/tkInt.decls check-in: b7ab14a9 user: redman tags: dev-stubs-branch
1999-02-17
02:34
lint check-in: aaa39530 user: hershey tags: trunk
02:05
updated for 8.0.5 with John O's changes. check-in: 1b24f15b user: hershey tags: trunk
1999-02-12
00:51
fixed bad compiler flags check-in: e71ae597 user: stanton tags: trunk
00:50
fixed bad compiler flags check-in: dbd12ef6 user: stanton tags: core-8-0-5-branch, scriptics-tclpro-1-2, scriptics-tclpro-1-2-b2
1999-02-09
03:46
updated readmes for 8.0.5 release check-in: 20c7255e user: stanton tags: trunk
1999-02-04
21:55
final b2 changes check-in: 1a9d2a3a user: stanton tags: trunk
21:44
* win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is cleared when it is being destroyed. check-in: 4b73d7b1 user: stanton tags: trunk
21:43
* generic/tkImgPhoto.c: Changed so color tables are freed immediately instead of being delayed. This ensures that color tables are properly disposed at process exit. check-in: 04613861 user: stanton tags: trunk
21:03
* tests/main.test: * tests/unixWm.test: Better cleanup of temporary files.

Lint. check-in: 8c13f6c6 user: stanton tags: trunk

21:02
* win/makefile.vc: First stab at install target. Fixed quoting so paths with spaces work.

* win/makefile.vc: * win/makefile.bc: Udpated version numbers check-in: 53ebca0f user: stanton tags: trunk

21:01
* win/tkWinWm.c: Changed so windows that aren't resizable don't have resize handles and the zoom box is disabled. check-in: c2bb0258 user: stanton tags: trunk
21:01
* win/tkWinInt.h: * win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins. check-in: 03e9352f user: stanton tags: trunk
21:00
* win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins. check-in: acad85f9 user: stanton tags: trunk
21:00
* win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bug in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006] check-in: 9946f072 user: stanton tags: trunk
21:00
* unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memory access bug. [Bug: 919] check-in: b02b9481 user: stanton tags: trunk
21:00
* unix/configure.in: TK_LD_SEARCH_FLAGS was set incorrectly if SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908] check-in: 07b33ec6 user: stanton tags: trunk
20:59
* library/prolog.ps: Changed string that determines font height to include European character with an umlaut. check-in: a3d9ee80 user: stanton tags: trunk
20:58
* library/menu.tcl (tkMenuFind): Changed so keyboard shortcuts will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924] check-in: 2139a2d6 user: stanton tags: trunk
20:57
* mac/tkMacAppInit.c: * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. check-in: 3afc334c user: stanton tags: trunk
20:56
* generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] check-in: 4042ca4d user: stanton tags: trunk
20:53
* generic/tkFocus.c (SetFocus): Changed to focus window is always set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus. check-in: 75cfe78b user: stanton tags: trunk
20:51
* generic/tkConsole.c: Fixed so errors in console eval are reported properly. Eliminated duplicate result messages. [Bug: 973] check-in: 108ff6c5 user: stanton tags: trunk
20:51
* generic/tkCanvLine.c: Changed to treat zero width lines like they have width 1 for purposes of selection. [Bug: 925] check-in: b2051e22 user: stanton tags: trunk
1999-01-29
00:32
Added -pipe option if gcc is being used. check-in: cc765dd9 user: rjohnson tags: trunk
1999-01-06
21:10
* generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancel pending idle handlers, resulting in a crash in a few odd cases. check-in: 065f580b user: stanton tags: trunk, scriptics-tclpro-1-2-b1
1999-01-04
19:25
Updated the version to 8.0.5. check-in: df068ffc user: rjohnson tags: trunk
1998-12-29
19:34
now removes "script" file created by test. check-in: 606bd06d user: hershey tags: trunk, scriptics-tclpro-1-2-a1
1998-12-08
04:05
added "cleanupbg" call before return, needed because tests return early if tktest is not the interp. check-in: 9b5159da user: hershey tags: trunk
1998-12-07
23:29
- updated filebox test to work regardless of current working dir. - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file check-in: 57baa455 user: hershey tags: trunk
04:48
Fixed a typo check-in: 8d847feb user: rjohnson tags: trunk
1998-12-04
04:19
Update all and defs to work with nightly test environment. Both files now pass the checker! check-in: 5d66c96e user: hershey tags: trunk
1998-11-25
02:14
added release marker check-in: 66d93ecf user: stanton tags: trunk
01:48
Fixed font display bug (#846) check-in: 4a3d2bfb user: stanton tags: trunk
1998-11-12
12:34
Updated Mac project files. check-in: cb60f36e user: rjohnson tags: trunk, core-8-0-4
06:22
Removed lint check-in: e9574c33 user: welch tags: trunk
05:59
Added comment about folder names for tcl & tk, and one addition to the bugs.doc file. check-in: 826c81b3 user: jingham tags: trunk
1998-11-11
17:28
Make the Macintosh Menu's adopt the current Theme Appearance if the Appearance extension (version 1.0.1 or later) is installed check-in: 969e94cb user: jingham tags: trunk
1998-11-03
02:06
fixed broken tests check-in: bf0eb663 user: stanton tags: trunk
02:04
updated version number to 8.0.4 check-in: 5d58e293 user: stanton tags: trunk
1998-10-20
20:02
Changed config & Makefile to support n32 format on IRIX. check-in: 44b64717 user: rjohnson tags: trunk
1998-10-16
17:22
Updated win/README to 8.0.4, added it to the list of files to update check-in: 90b37fc0 user: escoffon tags: trunk
00:46
Fixed bug in options for text items in canvas widget. unlike all other items they didn't support a null (transparant fill color) check-in: 9d8e38e4 user: rjohnson tags: trunk
1998-10-14
00:59

Updated patchlevel to 8.0.4 (to match Tcl update) check-in: 84fa0ca4 user: rjohnson tags: trunk

00:34
Add parens around expression in if statement. The code would not compile correctly under some compilers. Also it was not in the Tcl style conventions. check-in: bc0f8ca3 user: rjohnson tags: trunk
1998-10-13
18:13
Added performance improvement to canvas tag manipulation. This was a submitted patch. check-in: 4efcb010 user: rjohnson tags: trunk
1998-10-10
00:30
Added support for the MouseWheel event. check-in: 36ac110b user: rjohnson tags: trunk
1998-10-07
20:57
Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib for both debug and nodebug builds. check-in: 2f6c60e8 user: escoffon tags: trunk
1998-09-30
23:46
Fixed memory leak in unix wm command check-in: 4ba720fc user: rjohnson tags: trunk
22:09
Increase thew stack size for executables so that runaway recursion does not crash the process. check-in: bd15a208 user: escoffon tags: trunk
20:19
Added support for Win95. check-in: dfca11e1 user: escoffon tags: trunk
19:01
Removed old/unused function declarations removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite check-in: 33ce8b59 user: rjohnson tags: trunk
1998-09-23
20:18
Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS. check-in: abd2fd3f user: build tags: trunk
1998-09-22
18:57
Added missing line terminator check-in: 09a61d07 user: stanton tags: trunk, core-8-0-3
1998-09-14
18:22
Replaced SCCS strings, fixed binary files check-in: fb58b663 user: stanton tags: trunk