summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* "make test" pipes output to "CAT32" which is xterm.hershey1999-03-121-2/+2
|
* updated changes, added reserved slot for dash patchstanton1999-03-125-700/+780
|
* fixed tests' depency on working dir = testshershey1999-03-113-15/+14
|
* changed hardcoded reference to ../tests/all.tcl to use variable in its path.hershey1999-03-111-9/+10
|
* "make test" now invokes the test suite from the current working dir sohershey1999-03-112-7/+4
| | | | that you can call "make test" on multiple platforms simultaneously.
* Updated the testsuite to use "test" namespace and commandline argshershey1999-03-1187-1059/+2036
| | | | | to control verbose level and which tests get run. Tests now work from any working dir.
* Fix problems with tktest and configuration problems with vs. withoutredman1999-03-112-10/+13
| | | | stubs.
* ChangeLog entries for the stubs code.redman1999-03-101-0/+65
|
* Add TkpMenuThreadInit, which is a noop function.redman1999-03-101-1/+26
|
* integrated stubs from development branchstanton1999-03-1047-4197/+11593
|
* * win/makefile.vc: Added THREADDEFINES for building withlfb1999-03-092-5/+6
| | | | | threads enabled. Added tclThreadTest.obj to list of targets for building tktest.
* *** empty log message ***lfb1999-03-091-0/+21
|
* Added shameful hack for dealing with Tk_Uids in a thread-specific waylfb1999-03-092-4/+16
| | | | until they can be removed from the world, like the parasites they are...
* Added forward reference for TkpMenuThreadInit().lfb1999-03-091-1/+2
|
* Added call to TkpMenuThread Init for thread-specific menu initialization.lfb1999-03-091-5/+29
|
* Window class should not use the CS_CLASSDC flag, as this causeslfb1999-03-092-25/+56
| | | | | | | | 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.
* Windows threads no longer share the same TkDisplay structure. Thislfb1999-03-091-17/+41
| | | | | change is needed to allow threads to keep thread-specific data in their display.
* Removed application instance handle from thread local storage.lfb1999-03-091-57/+67
|
* Added TkpThreadInit function for performing thread-specificlfb1999-03-092-7/+57
| | | | initialization of Menu module. Only does real work on Windows.
* Added THREADDEFINES for building with threads enabled.lfb1999-03-091-1/+4
|
* Test of CVS on laptoplfb1999-03-041-1/+1
|
* Enter comments for focus -force changes on windows.redman1999-03-011-0/+10
|
* Fix Bug IDs 951, 1174, 1176. Fix "focus -force" so that it correctly activatesredman1999-03-013-5/+37
| | | | the toplevel window.
* Add entries for today's changes.redman1999-02-261-0/+9
|
* Remove wishc from default targets, add console-wish target to build it manually.redman1999-02-261-4/+5
| | | | | | 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.
* Add entries to ChangeLog for previous commits.redman1999-02-261-0/+23
|
* Add code to hook up stdin/stdout/stderr if connected. This can happen if theyredman1999-02-262-26/+70
| | | | are files or pipes (anything except consoles).
* Add wishc81.exe and wishc81d.exe, console-based wish executables (consoleredman1999-02-263-10/+88
| | | | | | | | | | | | 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.
* merged with 8.0 changeshershey1999-02-171-170/+227
|
* Added tclUnixTest.o to the list of TCLTEST_OBJS for Tk.lfb1999-02-161-2/+3
|
* Eliminated last stronghold of static data in the Tk core...until the next one.lfb1999-02-1621-763/+833
|
* Change Menubutton to use TK_OPTION interface to eliminate static data.lfb1999-02-1611-339/+442
|
* Change defaults used by Menubuttons to reflect TK_OPTION interface.lfb1999-02-162-11/+10
|
* Removed Tk_Uids from Menubutton widget.lfb1999-02-135-23/+33
|
* Objectified scale widget to eliminate Tk_Uids.lfb1999-02-1310-457/+576
| | | | | Fixed problem in windows process-initialization code stopping Tk Dll from loading under Windows.
* * README:stanton1999-02-128-16/+25
| | | | | | | | | | * generic/tk.h: * unix/configure.in: * win/README: * win/makefile.bc: * win/makefile.vc: Updated version to 8.1b2. * unix/tkUnixSend.c: Fixed one more Tcl_*ObjVar instance.
* fixed bad compiler flagsstanton1999-02-121-2/+8
|
* * Various cleanup related to the Tcl_Eval and Tcl_ObjSetVarstanton1999-02-1130-182/+432
| | | | | | changes in Tcl. * Integrated patches from 8.0.5b2
* Merged changes from Tk 8.0.5b1stanton1999-01-298-30/+52
|
* Removed perky gloabal Tk_Uids causing concurrency problems.lfb1999-01-0716-79/+171
|
* Fixed problem with duplicate locking causing Wish to hang.lfb1998-12-301-6/+8
|
* Fixed Windows bugs encountered while building w/ threads enabled.lfb1998-12-133-53/+75
|
* Tk 8.1 Muti-threading changes.lfb1998-12-1349-1332/+1932
| | | | | | Moved static and global data elements into thread-local storage, or introduced locks where not possible, as first stage of adding thread safety to Tk.
* Tk 8.1 Muti-threading changes.lfb1998-12-138-138/+225
| | | | | | Moved static and global data elements into thread-local storage, or introduced locks where not possible, as first stage of adding thread safety to Tk.
* tk8.1b1 releasestanton1998-12-121-0/+8
|
* fixed bug in command line argument encoding handlingstanton1998-12-111-2/+2
|
* more release engineeringstanton1998-12-113-5/+25
|
* lintstanton1998-12-101-3/+1
|
* merge 8.0 changesstanton1998-12-107-102/+128
|
* release lintstanton1998-12-101-2/+1
|