Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file tests/scale.test version fbd25eac
1999-03-11
| ||
00:48 | Fix problems with tktest and configuration problems with vs. without stubs. check-in: 417ef557 user: redman tags: core-8-1-branch-old | |
1999-03-10
| ||
21:50 | ChangeLog entries for the stubs code. check-in: e4175d19 user: redman tags: core-8-1-branch-old | |
18:28 | Add TkpMenuThreadInit, which is a noop function. check-in: f0605aec user: redman tags: core-8-1-branch-old | |
07:13 | integrated stubs from development branch check-in: b46542d1 user: stanton tags: core-8-1-branch-old | |
02:22 | merge 8.0.6 code for stubs into 8.1 for UNIX Closed-Leaf check-in: cf05bbce user: redman tags: dev-8-1-stubs-branch | |
1999-03-09
| ||
18:57 | Added files new to 8.1, from 8.0.6 dev-stubs-branch. check-in: 928ed47c user: redman tags: dev-8-1-stubs-branch | |
17:50 | Changes to support stubs in 8.1. Merged from 8.0.6 code base. check-in: 08e8e230 user: redman tags: dev-8-1-stubs-branch | |
02:48 | * win/makefile.vc: Added THREADDEFINES for building with threads enabled. Added tclThreadTest.obj to list of targets for building tktest. check-in: 5ac37bf1 user: lfb tags: core-8-1-branch-old | |
01:57 | *** empty log message *** check-in: 4405ff15 user: lfb tags: core-8-1-branch-old | |
01:56 | Added shameful hack for dealing with Tk_Uids in a thread-specific way until they can be removed from the world, like the parasites they are... check-in: 5383eb8e user: lfb tags: core-8-1-branch-old | |
01:52 | Added forward reference for TkpMenuThreadInit(). check-in: 7f9b07fe user: lfb tags: core-8-1-branch-old | |
01:51 | Added call to TkpMenuThread Init for thread-specific menu initialization. check-in: b1a85b5c user: lfb tags: core-8-1-branch-old | |
01:47 |
Window class should not use the CS_CLASSDC flag, as this causes
Tk to get confused during thread context switches and to draw to
the wrong windows.
This change should be revisited later, and a subsystem added to manage device contexts on a thread-specific basis. check-in: 15797596 user: lfb tags: core-8-1-branch-old | |
01:40 | Windows threads no longer share the same TkDisplay structure. This change is needed to allow threads to keep thread-specific data in their display. check-in: 3b84b59a user: lfb tags: core-8-1-branch-old | |
01:38 | Removed application instance handle from thread local storage. check-in: 67613360 user: lfb tags: core-8-1-branch-old | |
01:36 | Added TkpThreadInit function for performing thread-specific initialization of Menu module. Only does real work on Windows. check-in: 8f9472fa user: lfb tags: core-8-1-branch-old | |
01:34 | Added THREADDEFINES for building with threads enabled. check-in: 5faa506c user: lfb tags: core-8-1-branch-old | |
1999-03-04
| ||
08:27 | Test of CVS on laptop check-in: 98d18e63 user: lfb tags: core-8-1-branch-old | |
1999-03-01
| ||
19:41 | Enter comments for focus -force changes on windows. check-in: d5743181 user: redman tags: core-8-1-branch-old | |
19:35 | Fix Bug IDs 951, 1174, 1176. Fix "focus -force" so that it correctly activates the toplevel window. check-in: 36a00093 user: redman tags: core-8-1-branch-old | |
1999-02-26
| ||
19:10 | Add entries for today's changes. check-in: ecd93b9b user: redman tags: core-8-1-branch-old | |
19:08 |
Remove wishc from default targets, add console-wish target to build it manually.
We don't want people using it unless they really, really need to.
Use the cat.c in the tcl sources, remove the one I copied into Tk. check-in: fc8aafac user: redman tags: core-8-1-branch-old | |
02:45 | Add entries to ChangeLog for previous commits. check-in: cee6c24a user: redman tags: core-8-1-branch-old | |
02:26 | Add code to hook up stdin/stdout/stderr if connected. This can happen if they are files or pipes (anything except consoles). check-in: 1c99b39e user: redman tags: core-8-1-branch-old | |
02:24 |
Add wishc81.exe and wishc81d.exe, console-based wish executables (console
subsystem instead of windows subsystem). This required adding a main() function
and adding code to disable calling Tk_ConsoleInit().
Add code to hook windows-based wish81.exe and wish81d.exe to stdin/stdout/stderr if they are actually there (usually this happens if it's a pipe, file, lpt or com port). Modified makefile to be able to run tests from the makefile. Added cat32.exe for this purpose. check-in: bb5c02dd user: redman tags: core-8-1-branch-old | |
1999-02-17
| ||
02:34 | merged with 8.0 changes check-in: 5b9aee38 user: hershey tags: core-8-1-branch-old | |
1999-02-16
| ||
12:03 | Added tclUnixTest.o to the list of TCLTEST_OBJS for Tk. check-in: b0f7d887 user: lfb tags: core-8-1-branch-old | |
11:39 | Eliminated last stronghold of static data in the Tk core...until the next one. check-in: 102db2bb user: lfb tags: core-8-1-branch-old | |