Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrated stubs from development branch | stanton | 1999-03-10 | 26 | -939/+11237 |
| | |||||
* | Added shameful hack for dealing with Tk_Uids in a thread-specific way | lfb | 1999-03-09 | 2 | -4/+16 |
| | | | | until they can be removed from the world, like the parasites they are... | ||||
* | Added forward reference for TkpMenuThreadInit(). | lfb | 1999-03-09 | 1 | -1/+2 |
| | |||||
* | Added call to TkpMenuThread Init for thread-specific menu initialization. | lfb | 1999-03-09 | 1 | -5/+29 |
| | |||||
* | Add code to hook up stdin/stdout/stderr if connected. This can happen if they | redman | 1999-02-26 | 2 | -26/+70 |
| | | | | are files or pipes (anything except consoles). | ||||
* | Eliminated last stronghold of static data in the Tk core...until the next one. | lfb | 1999-02-16 | 17 | -746/+815 |
| | |||||
* | Change Menubutton to use TK_OPTION interface to eliminate static data. | lfb | 1999-02-16 | 6 | -320/+418 |
| | |||||
* | Removed Tk_Uids from Menubutton widget. | lfb | 1999-02-13 | 2 | -12/+16 |
| | |||||
* | Objectified scale widget to eliminate Tk_Uids. | lfb | 1999-02-13 | 4 | -387/+497 |
| | | | | | Fixed problem in windows process-initialization code stopping Tk Dll from loading under Windows. | ||||
* | * README: | stanton | 1999-02-12 | 1 | -4/+2 |
| | | | | | | | | | | * 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. | ||||
* | * Various cleanup related to the Tcl_Eval and Tcl_ObjSetVar | stanton | 1999-02-11 | 11 | -107/+117 |
| | | | | | | changes in Tcl. * Integrated patches from 8.0.5b2 | ||||
* | Merged changes from Tk 8.0.5b1 | stanton | 1999-01-29 | 2 | -2/+6 |
| | |||||
* | Removed perky gloabal Tk_Uids causing concurrency problems. | lfb | 1999-01-07 | 11 | -64/+144 |
| | |||||
* | Fixed problem with duplicate locking causing Wish to hang. | lfb | 1998-12-30 | 1 | -6/+8 |
| | |||||
* | Fixed Windows bugs encountered while building w/ threads enabled. | lfb | 1998-12-13 | 1 | -2/+3 |
| | |||||
* | Tk 8.1 Muti-threading changes. | lfb | 1998-12-13 | 31 | -930/+1400 |
| | | | | | | 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. | ||||
* | fixed bug in command line argument encoding handling | stanton | 1998-12-11 | 1 | -2/+2 |
| | |||||
* | lint | stanton | 1998-12-10 | 1 | -3/+1 |
| | |||||
* | Changed patch level to 8.1b1 | welch | 1998-12-04 | 2 | -8/+7 |
| | |||||
* | * generic/tkButton.c (ConfigureButton): The error result was | stanton | 1998-11-30 | 1 | -2/+11 |
| | | | | getting lost when restoring configuration options. [Bug: 619] | ||||
* | * generic/tkFont.c (TkFontParseXLFD): initialize charset to | stanton | 1998-11-25 | 1 | -1/+3 |
| | | | | iso8859-1 if no charset is specified. | ||||
* | * generic/tkMenu.c (MenuWidgetObjCmd): disabled menu entries were | stanton | 1998-11-25 | 1 | -3/+4 |
| | | | | getting reenabled whenever the mouse passed over the entry [Bug: 860] | ||||
* | * integrated tk8.0.4 changes. | stanton | 1998-11-25 | 7 | -118/+197 |
| | | | | | * generic/tkBind.c: fixed deletion order bug where a crash would result if a binding deleted "." | ||||
* | lint | stanton | 1998-11-24 | 1 | -2/+2 |
| | |||||
* | * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h, | stanton | 1998-11-24 | 3 | -98/+66 |
| | | | | | | | | | | * tkMenu.c: Backed out the previous fix for bug 620 and eliminated a bunch of code that created unnecessary objects. Changed back to using internal types instead of objects for many configuration options. There are many more fixes like this that could be made, but some require a little restructuring of the code. In any case the leaks are fixed and there is a lot less allocation happening. [Bug: 620] | ||||
* | fixed bug 613, small typo | stanton | 1998-11-20 | 1 | -2/+2 |
| | |||||
* | Fixed bug 747: underlines don't map to character offsets in unicode strings | stanton | 1998-10-21 | 1 | -3/+5 |
| | |||||
* | Merged 8.0.3 changes into 8.1 | stanton | 1998-09-30 | 91 | -170/+315 |
| | |||||
* | initial tk8.1a2 version | stanton | 1998-09-29 | 74 | -5662/+14749 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 88 | -0/+95501 |