summaryrefslogtreecommitdiffstats
path: root/generic/tkOldTest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-418/+0
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-4/+8
|\
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-4/+12
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-3/+3
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-09-031-26/+26
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-26/+26
* | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-081-2/+6
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-10/+12
|/
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-2/+2
* Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-21/+21
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-6/+6
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-6/+6
* | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+3
* | Make all internal initializationnijtmans2009-11-291-2/+1
* | Compile tkTest.c and friends with Stubsnijtmans2009-11-191-1/+7
* | ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-031-2/+2
* | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+11
|/
* [Tk Bug 1712081]dgp2007-05-141-0/+406