summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkMain.c (Tk_MainEx): Changed to reset result beforestanton1999-04-071-1/+2
* Remove trailing ; from TCL_DECLARE_MUTEX call (warning from Sun compiler)redman1999-04-061-2/+2
* Added more X functions to the stubs table.redman1999-04-063-4/+572
* * unix/configure.in:stanton1999-04-061-4/+4
* %a is only valid during configure events, so don't tryredman1999-04-031-3/+5
* * tests/text.test:stanton1999-04-021-6/+19
* Remove the DDE code.redman1999-04-015-33/+24
* lintstanton1999-03-305-11/+17
* * generic/tkWindow.c (Tk_DestroyWindow): Image handlers are nowstanton1999-03-301-2/+2
* * doc/MeasureChar.3:stanton1999-03-309-246/+284
* * xlib/X11/Xlib.h:stanton1999-03-301-1/+9
* * doc/GetBitmap.3:stanton1999-03-301-19/+18
* Remove stub functions. Always use stubs when building with --enable-sharedredman1999-03-307-3392/+1211
* Fix in tkTextIndex.c for end-2c for text widget add command.redman1999-03-291-2/+2
* Fixed bug 991, ".t index end-2c"redman1999-03-271-2/+2
* Don't pass static strings to Tcl_Eval in case the compilerredman1999-03-271-9/+17
* -fixed scale bug that caused 3 tests in scale.test to fail:hershey1999-03-261-1/+4
* Modifications to work with 64bit Solaris (Sun C 5.0 compiler)redman1999-03-203-8/+21
* * win/makefile.vc:stanton1999-03-181-8/+9
* Updated version to 8.1b3.stanton1999-03-171-14/+10
* * unix/configure.in: Added missing stub related definitions.stanton1999-03-142-2/+12
* updated changes, added reserved slot for dash patchstanton1999-03-123-688/+705
* 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
* 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
* 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
* * README:stanton1999-02-121-4/+2
* * Various cleanup related to the Tcl_Eval and Tcl_ObjSetVarstanton1999-02-1111-107/+117
* 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
* 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
* * generic/tkFont.c (TkFontParseXLFD): initialize charset tostanton1998-11-251-1/+3
* * generic/tkMenu.c (MenuWidgetObjCmd): disabled menu entries werestanton1998-11-251-3/+4
* * integrated tk8.0.4 changes.stanton1998-11-257-118/+197
* lintstanton1998-11-241-2/+2
* * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h,stanton1998-11-243-98/+66
* 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