summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
| | | using useful casts internally.
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
| | | | | | make sure that TkpCmapStressed is exported clean up unused Tk_CreatePhotoOption Make more internal arrays "const"
* Make more internal tables "const"nijtmans2010-02-051-2/+2
| | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
* Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+2
| | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-28/+28
| | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
* more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+3
|
* Correct mistake in [tk busy configure].dkf2008-10-201-27/+27
|
* fix compile errors and warningsdgp2008-10-201-9/+10
|
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-201-323/+27
|
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-0/+1222
Adapted from [Patch 1997907]