Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -2/+2 |
| | |||||
* | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+1 |
| | | | ** WORK IN PROGRESS ** | ||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -1/+1 |
| | | | using useful casts internally. | ||||
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -2/+2 |
| | | | | | | make sure that TkpCmapStressed is exported clean up unused Tk_CreatePhotoOption Make more internal arrays "const" | ||||
* | Make more internal tables "const" | nijtmans | 2010-02-05 | 1 | -2/+2 |
| | | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl) | ||||
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+2 |
| | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 1 | -28/+28 |
| | | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c: | ||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -2/+3 |
| | |||||
* | Correct mistake in [tk busy configure]. | dkf | 2008-10-20 | 1 | -27/+27 |
| | |||||
* | fix compile errors and warnings | dgp | 2008-10-20 | 1 | -9/+10 |
| | |||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 1 | -323/+27 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 1 | -0/+1222 |
Adapted from [Patch 1997907] |