summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
Commit message (Expand)AuthorAgeFilesLines
* More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-11/+11
* Merge 8.6jan.nijtmans2020-09-151-7/+3
|\
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-18/+16
* | Merge trunkjan.nijtmans2020-08-241-1/+1
|\ \
| * | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-241-1/+1
* | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ | |/ /
| * | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-141-1/+1
| |\ \ | | |/
* | | Merge trunkjan.nijtmans2020-08-141-3/+3
|\ \ \ | |/ /
| * | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-3/+3
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-1/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-13/+17
* | Merge 8.6jan.nijtmans2019-09-161-1/+1
|\ \ | |/
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
* | Merge 8.7jan.nijtmans2019-01-131-4/+5
|\ \
| * \ Merge 8.6jan.nijtmans2019-01-101-4/+5
| |\ \ | | |/
| | * Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-8/+9
| | |\
| | * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-7/+7
| | |/
* | | Merge trunkjan.nijtmans2018-12-081-1/+1
|\ \ \ | |/ /
| * | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ | |/ /
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-1/+1
|/ /
* | Exchange error for the empty string as return result of 'tk busy busywindow' ...fvogel2017-12-201-1/+2
* | Implement TIP #492: Introspection for 'tk busy', with test cases and man page.fvogel2017-12-191-3/+19
|/
* Change comment about macOSfvogel2017-12-171-2/+2
* Fix [b776266330]: macOS: tk busy hold . -cursor arrow triggers error - 'busy'...fvogel2017-12-101-2/+0
* [450bb0ecad] Proposed fix for [tk busy] corruption in Aqua Tk.dgp2016-03-021-0/+4
* Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-7/+7
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
* more auditing of error codesdkf2012-07-301-1/+2
* consistent error formatting, added error codesdkf2012-07-211-2/+2
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+1
* 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
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* Make more internal tables "const"nijtmans2010-02-051-2/+2
* Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+2
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-28/+28
* 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