Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+1 |
|\ | |||||
* \ | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
* | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -5/+19 |
| | | | | | | | | | | Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -28/+30 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -1/+2 |
| | | |||||
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -15/+17 |
| | | |||||
* | | ANSIfication | dkf | 2005-12-02 | 1 | -296/+367 |
| | | |||||
* | | * win/tkWinSend.c: Avoid using tcl internal headers and fix to | patthoyts | 2005-10-14 | 1 | -6/+5 |
| | | | | | | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds). | ||||
* | | temp patch to restore HEAD build | dgp | 2005-09-30 | 1 | -1/+2 |
| | | |||||
* | | * win/tkWinSend.c: Removed some misleading comments (bug #846134) | patthoyts | 2003-12-16 | 1 | -10/+22 |
| | | | | | | | | and disabled the send package until bug #858822 is resolved. | ||||
* | | winSend cleanup and bug fix -- these files need better documentation | vincentdarley | 2003-11-20 | 1 | -73/+68 |
| | | |||||
* | | Fixed an error in returning the name actually registered for 'send'. | patthoyts | 2003-11-08 | 1 | -4/+5 |
| | | |||||
* | | * win/tcl.m4: Add TIP #150 items to the TEA makefiles. | patthoyts | 2003-10-08 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: | ||||
* | | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 1 | -3/+871 |
|/ | | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: | ||||
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+86 |