summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-03-271-3/+3
|\
* \ Merge 8.7jan.nijtmans2024-03-231-2/+2
|\ \ | |/
| * Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-2/+2
* | Merge 8.7jan.nijtmans2024-03-071-48/+16
|\ \ | |/
| * Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-48/+16
* | Merge 8.7jan.nijtmans2024-02-071-3/+3
|\ \ | |/
| * Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-3/+3
* | Merge 8.7jan.nijtmans2024-01-181-2/+2
|\ \ | |/
| * Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-2/+2
* | Merge 9.0jan.nijtmans2023-11-181-8/+0
|\ \
| * | Remove TkOldTestInitjan.nijtmans2023-11-161-8/+0
| |/
* | Merge 8.7jan.nijtmans2023-03-311-45/+44
|\ \ | |/
| * More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-45/+44
* | Merge 8.7jan.nijtmans2023-01-251-9/+9
|\ \ | |/
| * Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-9/+9
| |\
| | * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| | * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-7/+15
| | * argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* | | Merge 8.7. Make minimun Tcl version 8.7jan.nijtmans2022-11-031-1/+1
|/ /
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-3/+3
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-15/+12
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-1/+1
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-25/+25
* | Merge 8.7jan.nijtmans2022-01-271-1/+1
|\ \
* \ \ Merge 8.7jan.nijtmans2021-12-201-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-201-6/+6
| |\ \ | | |/
| | * Since TK_OPTION_ANCHOR doesn't support the TK_CONFIG_NULL_OK flag, don't set ...jan.nijtmans2021-12-201-6/+6
| | * TK_OPTION_JUSTIFY doesn't support TK_CONFIG_NULL_OK flag, so don't use it in ...jan.nijtmans2021-12-141-2/+2
* | | Merge 8.7jan.nijtmans2021-12-141-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-131-2/+2
| |\ \ | | |/
| | * Change default anchor to "center" in config-8.18 testcase. Eliminate many use...jan.nijtmans2021-12-131-1/+1
| * | Tk_Offset is deprecatedjan.nijtmans2021-12-131-1/+1
| * | Merge 8.6jan.nijtmans2021-12-121-1/+10
| |\ \ | | |/
| | * Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-1/+10
* | | Use more "default" in case-statementsjan.nijtmans2021-12-131-1/+1
* | | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-0/+9
|/ /
* | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2021-01-081-5/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Allow "package require tk" in addition to "package require Tk"jan.nijtmans2020-11-091-1/+1
* | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-7/+7
* | Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro)jan.nijtmans2020-10-051-1/+0
* | Merge 8.6jan.nijtmans2020-10-051-37/+15
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-61/+42
* | Merge 8.6jan.nijtmans2020-09-041-7/+7
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-7/+7
* | Merge 8.6jan.nijtmans2020-09-031-27/+27
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-27/+27
* | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-141-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-08-041-1/+1
|\ \ | |/