summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* integrated stubs from development branchstanton1999-03-1026-939/+11237
|
* 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
|
* 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).
* Eliminated last stronghold of static data in the Tk core...until the next one.lfb1999-02-1617-746/+815
|
* Change Menubutton to use TK_OPTION interface to eliminate static data.lfb1999-02-166-320/+418
|
* Removed Tk_Uids from Menubutton widget.lfb1999-02-132-12/+16
|
* Objectified scale widget to eliminate Tk_Uids.lfb1999-02-134-387/+497
| | | | | Fixed problem in windows process-initialization code stopping Tk Dll from loading under Windows.
* * README:stanton1999-02-121-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_ObjSetVarstanton1999-02-1111-107/+117
| | | | | | changes in Tcl. * Integrated patches from 8.0.5b2
* Merged changes from Tk 8.0.5b1stanton1999-01-292-2/+6
|
* Removed perky gloabal Tk_Uids causing concurrency problems.lfb1999-01-0711-64/+144
|
* 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-131-2/+3
|
* Tk 8.1 Muti-threading changes.lfb1998-12-1331-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 handlingstanton1998-12-111-2/+2
|
* lintstanton1998-12-101-3/+1
|
* Changed patch level to 8.1b1welch1998-12-042-8/+7
|
* * generic/tkButton.c (ConfigureButton): The error result wasstanton1998-11-301-2/+11
| | | | getting lost when restoring configuration options. [Bug: 619]
* * generic/tkFont.c (TkFontParseXLFD): initialize charset tostanton1998-11-251-1/+3
| | | | iso8859-1 if no charset is specified.
* * generic/tkMenu.c (MenuWidgetObjCmd): disabled menu entries werestanton1998-11-251-3/+4
| | | | getting reenabled whenever the mouse passed over the entry [Bug: 860]
* * integrated tk8.0.4 changes.stanton1998-11-257-118/+197
| | | | | * generic/tkBind.c: fixed deletion order bug where a crash would result if a binding deleted "."
* lintstanton1998-11-241-2/+2
|
* * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h,stanton1998-11-243-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 typostanton1998-11-201-2/+2
|
* Fixed bug 747: underlines don't map to character offsets in unicode stringsstanton1998-10-211-3/+5
|
* Merged 8.0.3 changes into 8.1stanton1998-09-3091-170/+315
|
* initial tk8.1a2 versionstanton1998-09-2974-5662/+14749
|
* Initial revisionrjohnson1998-04-0188-0/+95501