Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -2/+2 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | Fix old thread-safety issue. [Bug 470322] | dkf | 2006-02-27 | 1 | -2/+6 |
| | |||||
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) | ||||
* | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 1 | -5/+5 |
| | |||||
* | Fix bitmaps so that the same bitmap will not be used | drh | 2000-09-30 | 1 | -7/+12 |
| | | | | | | on two difference screens of the same display. Without this fix you get a BadMatch error from the X-server when you try to use a bitmap on two screens at once. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -150/+705 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Undid conversionto TkCreateBitmapFromData | welch | 1998-08-04 | 1 | -55/+2 |
| | |||||
* | replaced _Xconst with CONST | stanton | 1998-07-28 | 1 | -2/+2 |
| | |||||
* | fixed error - called X func | rjohnson | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | added TkGetBitmapFromData and TkReadBitmapFile | rjohnson | 1998-07-24 | 1 | -1/+99 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+585 |