Tk Source Code

Timeline
Login

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

50 check-ins occurring around f1c11013a6d129e7.

1999-04-09
21:04
fixed doc bug 901 check-in: 1344d641 user: surles tags: core-8-1-branch-old
1999-04-07
02:32
Created branch core-8-1-b3-synthetic Closed-Leaf check-in: dd2de8f3 user: cvs2fossil tags: core-8-1-b3-synthetic, core-8-1-b3
02:32
fixed broken test check-in: 345cee8f user: surles tags: core-8-1-branch-old
02:16
Marked test non-portable. check-in: 12a58404 user: surles tags: core-8-1-branch-old
02:05
fixed broken test check-in: 44173e07 user: surles tags: core-8-1-branch-old
01:59
change tcltest namespace variables from matchingTests and skippingTests to match and skip. check-in: e1b16ff3 user: hershey tags: core-8-1-branch-old
00:58
*** empty log message *** check-in: 1b58b3db user: stanton tags: core-8-1-branch-old
00:58
* generic/tkMain.c (Tk_MainEx): Changed to reset result before calling Tcl_EvalFile. The ensures that error messages will be generated cleanly. check-in: a6f0580d user: stanton tags: core-8-1-branch-old
00:49
*** empty log message *** check-in: 14b31974 user: stanton tags: core-8-1-branch-old
00:49
* tests/winfo.test: Enabled tests that previously failed. check-in: e6143800 user: stanton tags: core-8-1-branch-old
00:36
Minor fix to dist scripts man page lint check-in: a87735fc user: stanton tags: core-8-1-branch-old
1999-04-06
23:22
Fixed warnings from Solaris compiler that turned out to be errors on the native Irix compiler (unnecessary casting). check-in: 98cf7ec5 user: redman tags: core-8-1-branch-old
19:03
skip tests that require test* commands when running in standard wish interp. check-in: f9577254 user: hershey tags: core-8-1-branch-old
18:20
Remove trailing ; from TCL_DECLARE_MUTEX call (warning from Sun compiler) just to be safe. check-in: 859acb24 user: redman tags: core-8-1-branch-old
18:05
added "secureServer" constraint to test "focus-5.1" so it gets skipped if your x-server is insecure. check-in: 606c593d user: hershey tags: core-8-1-branch-old
05:48
Updated for 8.1b3 check-in: f2020c9b user: welch tags: core-8-1-branch-old
05:20
Apparently red is not the same as #FF0000 on all platforms! Fixed test to not rely on that fact. check-in: d455a9ae user: rjohnson tags: core-8-1-branch-old
05:07
Fixed broken test. check-in: 8cb54ed1 user: rjohnson tags: core-8-1-branch-old
04:50
Fxied safe.tests to know know about encoding command. check-in: b3e4ace7 user: rjohnson tags: core-8-1-branch-old
03:53
*** empty log message *** check-in: db29b838 user: stanton tags: core-8-1-branch-old
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] check-in: ded44d09 user: stanton tags: core-8-1-branch-old
03:51
* win/tkWinWm.c (Tk_WmCmd): Fixed bad code in tracing suboption. [Bug: 1519] check-in: 7e065fe1 user: stanton tags: core-8-1-branch-old
03:17
* library/tkfbox.tcl: Change to restore button text after an action to avoid the sticky "Open" button in a save dialog. [Bug: 1640] check-in: 8edf7bd3 user: stanton tags: core-8-1-branch-old
03:01
*** empty log message *** check-in: 1630ab3a user: stanton tags: core-8-1-branch-old
03:01
* library/entry.tcl: Fixed so selection is returned using the -show character during cut and paste operations. [Bug: 1687] check-in: 3922d4f8 user: stanton tags: core-8-1-branch-old
02:57
removed reference to "tests/visual"--the file is now called "visual_bb.test". check-in: f1c11013 user: hershey tags: core-8-1-branch-old
02:48
Added more X functions to the stubs table. check-in: bad8c6fc user: redman tags: core-8-1-branch-old
02:17
* unix/configure.in: * unix/tclUnixPort.h: Applied patch for OS/390 to handle lack of sys/param.h. [Bug: 1725]

* unix/configure.in: Fixed BSD/OS 4.* configuration to support shared libraries properly. [Bug: 1730] check-in: af376bc2 user: stanton tags: core-8-1-branch-old

00:35
Fixed Bug #1703: menubutton uses same fg and bg when disabled. check-in: d1032ce9 user: lfb tags: core-8-1-branch-old
1999-04-05
18:36
fixed bad "fd" reference in send.test and unixSend.test--now refers to ::tcltest::fd (bugID 1523).

renamed "visual" test file to "visual_bb.test" and made it use the "test" command with the userInteractive constraint. check-in: 17735b0e user: hershey tags: core-8-1-0-branch

18:36
fixed bad "fd" reference in send.test and unixSend.test--now refers to ::tcltest::fd (bugID 1523).

renamed "visual" test file to "visual_bb.test" and made it use the "test" command with the userInteractive constraint. check-in: 93571b20 user: hershey tags: core-8-1-branch-old

1999-04-03
03:07
fixed bug in tk-interp deletion: was not unsetting tkInit($slave). This bug cause safe-5.1 test to fail, which was part of bugID 1523. check-in: cc37a0a1 user: hershey tags: core-8-1-branch-old
03:01
removed windows-tk restriction on code that forked another shell--able to make this change because bug 1495 is fixed. check-in: 805ac662 user: hershey tags: core-8-1-branch-old
02:54
%a is only valid during configure events, so don't try to do anything with it otherwise. check-in: 6be5c225 user: redman tags: core-8-1-branch-old
1999-04-02
23:52
*** empty log message *** check-in: 1f01e22c user: stanton tags: core-8-1-branch-old
23:51
* tests/text.test: * generic/tkText.c: Fixed handling of Unicode in text searches. The -count option was returning byte counts instead of character counts. [Bug: 1056, 1148, 1666] check-in: e2af295a user: stanton tags: core-8-1-branch-old
23:50
Removed send command on Windows, moved dde to Tcl as a separate package. check-in: aa8fb538 user: redman tags: core-8-1-branch-old
18:06
fixed tests for bug ids: 1521 1578 1570 1580 and 1608 check-in: c7ec900a user: hershey tags: core-8-1-branch-old
1999-04-01
21:58
Remove the DDE code.

Modified stubs based on Jan's patch. check-in: e415a46a user: redman tags: core-8-1-branch-old

00:42
Added entry for dde/send change for Win95/98. check-in: 60a4e274 user: redman tags: core-8-1-branch-old
1999-03-31
22:37
Fix dde and send to work properly on Win95/98 without sending garbage around and causing wish to crash. check-in: 2f2dc311 user: redman tags: core-8-1-branch-old
1999-03-30
23:56
lint check-in: e6e98e46 user: stanton tags: core-8-1-branch-old
22:32
*** empty log message *** check-in: 558ae726 user: stanton tags: core-8-1-branch-old
22:32
* generic/tkWindow.c (Tk_DestroyWindow): Image handlers are now finalized before the font subsystem since complex image handlers may contain references to fonts (e.g. Tix compound images). [Bug: 1603] check-in: c7fc1010 user: stanton tags: core-8-1-branch-old
04:13
*** empty log message *** check-in: ab81f335 user: stanton tags: core-8-1-branch-old
04:12
* doc/MeasureChar.3: * doc/TextLayout.3: * generic/tk.decls: * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkListbox.c: * generic/tkMessage.c: * mac/tkMacFont.c: * unix/tkUnixButton.c: * unix/tkUnixFont.c: * unix/tkUnixMenu.c: * win/tkWinFont.c: * win/tkWinMenu.c: Standardized text layout and font interfaces so they are consistent with respect to byte versus character oriented indices. The layout functions all manipulate character oriented values while the lower level measurement functions all operate on byte oriented values. This distinction was not clear and so the functions were being used improperly in a number of places. [Bug: 1053, 747, 749, 1646]

* generic/tk.decls: Eliminated uses of C++ STL types string and list from declarations.

* generic/tkFont.c: Changes to named fonts were not being propagated in some cases. [Bug: 1144] check-in: 27596f51 user: stanton tags: core-8-1-branch-old

04:12
* xlib/X11/Xlib.h: * generic/tkInt.decls: Added XParseColor to xlib stub tables. [Bug: 1574] check-in: 25a2cc70 user: stanton tags: core-8-1-branch-old
04:11
* doc/GetBitmap.3: * generic/tkBitmap.c (BitmapInit): Eliminated use of Tk_Uid's in bitmaps. Added a few CONST declarations. check-in: 38aefbb8 user: stanton tags: core-8-1-branch-old
02:39
now use tcl stubs check-in: bf819f03 user: redman tags: core-8-1-branch-old
02:30
Removed the stubs functions. check-in: eb5ea594 user: redman tags: core-8-1-branch-old