summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* updated changes, added reserved slot for dash patchstanton1999-03-121-11/+16
|
* ChangeLog entries for the stubs code.redman1999-03-101-0/+65
|
* *** empty log message ***lfb1999-03-091-0/+21
|
* Test of CVS on laptoplfb1999-03-041-1/+1
|
* Enter comments for focus -force changes on windows.redman1999-03-011-0/+10
|
* Add entries for today's changes.redman1999-02-261-0/+9
|
* Add entries to ChangeLog for previous commits.redman1999-02-261-0/+23
|
* Change Menubutton to use TK_OPTION interface to eliminate static data.lfb1999-02-161-0/+4
|
* Removed Tk_Uids from Menubutton widget.lfb1999-02-131-0/+5
|
* Objectified scale widget to eliminate Tk_Uids.lfb1999-02-131-0/+15
| | | | | Fixed problem in windows process-initialization code stopping Tk Dll from loading under Windows.
* * README:stanton1999-02-121-0/+11
| | | | | | | | | | * 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-111-0/+68
| | | | | | changes in Tcl. * Integrated patches from 8.0.5b2
* Merged changes from Tk 8.0.5b1stanton1999-01-291-0/+5
|
* Removed perky gloabal Tk_Uids causing concurrency problems.lfb1999-01-071-0/+11
|
* tk8.1b1 releasestanton1998-12-121-0/+8
|
* *** empty log message ***stanton1998-12-081-0/+5
|
* *** empty log message ***stanton1998-12-081-0/+6
|
* Changed patch level to 8.1b1welch1998-12-041-0/+7
|
* *** empty log message ***stanton1998-11-301-0/+5
|
* *** empty log message ***stanton1998-11-251-0/+13
|
* *** empty log message ***stanton1998-11-251-2/+5
|
* *** empty log message ***stanton1998-11-251-1/+6
|
* * unix/tkUnixMenu.c: hidemargin option was not honored properly in menus ↵stanton1998-11-251-0/+5
| | | | [Bug: 859]
* * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h,stanton1998-11-241-0/+20
* 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]