summaryrefslogtreecommitdiffstats
path: root/generic/tkConfig.c
Commit message (Expand)AuthorAgeFilesLines
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Merge 8.6jan.nijtmans2020-09-291-13/+13
|\
| * Unshadow some variablesjan.nijtmans2020-09-291-14/+14
* | Merge 8.6jan.nijtmans2020-09-151-2/+1
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-15/+13
* | 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.6jan.nijtmans2020-09-041-3/+3
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-3/+3
* | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-85/+83
* | 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
* | Merge trunkjan.nijtmans2020-01-281-5/+10
|\ \
| * \ Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-181-5/+10
| |\ \ | | |/
| | * Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2019-12-311-5/+10
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-18/+19
|/ /
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-3/+3
* | Merge 8.6jan.nijtmans2019-01-101-6/+6
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-6/+6
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-6/+6
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-3/+3
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-11/+11
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-11/+11
| | |/
* | | Missing type-casts. This only compiles on gcc, not on MSVC (e.g.)jan.nijtmans2018-10-171-11/+11
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-5/+5
* | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-28/+28
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
* | | Merge 8.6jan.nijtmans2018-08-101-1/+1
|\ \ \ | |/ /
| * | Fix [2db2bed787403893c82f7a6690a2f583d821a6c6|2db2bed787]: test clrpick-3.1, ...jan.nijtmans2018-08-101-1/+1
* | | Merge 8.6jan.nijtmans2018-08-101-5/+2
|\ \ \ | |/ /
| * | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-5/+2
* | | Fix shimmering in the "style" Tcl_ObjType: If a Tk_Style cannot be found, don...jan.nijtmans2017-11-281-2/+0
* | | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ...jan.nijtmans2016-11-041-11/+10
|/ /
* | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-141-89/+50
|\ \
| * | Fix reference counting for "option" objects, when being duplicated.jan.nijtmans2013-08-141-1/+24
| * | Fix some commentsjan.nijtmans2013-08-011-3/+3
| * | rebasejan.nijtmans2013-08-011-87/+25
| |\ \ |/ / /
| * | Suggested fix for Bug [069c9e43c4]jan.nijtmans2013-07-311-88/+33
|/ /
* | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need...jan.nijtmans2013-02-261-34/+1
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-1/+1
|\ \ | |/
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-2/+2
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-13/+13
| |\