summaryrefslogtreecommitdiffstats
path: root/generic/tkConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-03-021-15/+56
|\
| * Eliminate TkIsNaN(): We can assume C99 nowjan.nijtmans2022-02-181-1/+1
| * Oops 2jan.nijtmans2022-02-021-3/+2
| * Oopsjan.nijtmans2022-02-021-3/+3
| * More adaptations (use NaN/INT_MIN as internal representation)jan.nijtmans2022-02-021-9/+21
| * Same protection for TK_OPTION_BOOLEAN too.jan.nijtmans2022-02-011-0/+4
| * Fix the memory corruption bugjan.nijtmans2022-02-011-2/+4
| * Merge 8.7jan.nijtmans2022-01-271-8/+16
| |\
| * | Implement TK_OPTION_NULL_OK for TK_OPTION_INT (working the same as for TK_OPT...jan.nijtmans2022-01-251-3/+18
| * | code cleanupjan.nijtmans2021-12-151-28/+16
| * | Merge 8.7jan.nijtmans2021-12-141-8/+26
| |\ \
| * | | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-5/+5
* | | | Merge 8.7jan.nijtmans2022-01-311-1/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Slightly better error-message for "expected floating-point number", when the ...jan.nijtmans2022-01-251-1/+9
* | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
|/ / /
* | | Merge 8.6jan.nijtmans2021-12-151-20/+17
|\ \ \
| * | | Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled...jan.nijtmans2021-12-151-14/+6
* | | | TIP #577 follow-up (Enhanced index values for Tk). Now that an index may be "...jan.nijtmans2021-12-141-1/+1
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2021-12-121-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-4/+4
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-1/+1
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-1/+1
* | Merge 8.7jan.nijtmans2021-01-281-1/+1
|\ \
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | | Merge 8.7jan.nijtmans2021-01-081-1/+1
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | | Merge trunkjan.nijtmans2020-09-291-13/+13
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-291-13/+13
| |\ \ | | |/
| | * Unshadow some variablesjan.nijtmans2020-09-291-14/+14
* | | Merge 8.7jan.nijtmans2020-09-151-2/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-151-2/+1
| |\ \ | | |/
| | * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-15/+13
* | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-3/+1
* | | Merge trunkjan.nijtmans2020-09-141-3/+2
|\ \ \ | |/ /
| * | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher...fvogel2020-09-081-3/+2
| |\ \ | | |/
| | * Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher...fvogel2020-09-081-3/+2
* | | Merge 8.7jan.nijtmans2020-09-061-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-041-3/+3
| |\ \ | | |/
| | * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-3/+3
* | | Merge trunkjan.nijtmans2020-08-201-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-08-191-99/+97
|\ \ \ | |/ /
| * | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-85/+83
* | | Merge trunkjan.nijtmans2020-07-171-1/+1
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2020-07-021-4/+0
|\ \ \ | |/ /
* | | Handle different possible form of "none" better.jan.nijtmans2020-06-191-1/+1
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-2/+2
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-10/+15
* | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-0/+38
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-12/+12
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0