summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to 8.7jan.nijtmans2022-10-121-4/+4
|\
| * TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-4/+4
* | Merge 8.6jan.nijtmans2022-09-101-2/+2
|\ \ | |/ |/|
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-3/+3
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-3/+3
* | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
* | Merge 8.7jan.nijtmans2021-05-031-1/+6
|\ \
| * | Fix bugin TkGetIntForIndex(), only visible when running Tk 8.7 with Tcl 8.6jan.nijtmans2021-05-021-2/+2
* | | Merge 8.7jan.nijtmans2021-01-281-6/+6
|\ \ \ | |/ /
| * | Make the declaration of tclIntStubsPtr match the declaration in tclStubLib.c....jan.nijtmans2021-01-141-6/+6
* | | Merge 8.7jan.nijtmans2021-01-081-1/+7
|\ \ \ | |/ /
| * | Fix obscure corner-case: Tk built with g++ and --disable-shared, with shared ...jan.nijtmans2020-12-101-0/+6
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | | 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-20/+20
* | | Merge 8.7jan.nijtmans2020-09-061-2/+2
|\ \ \ | |/ /
| * | Merge trunkjan.nijtmans2020-08-241-1/+1
| |\ \
| | * | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
| * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
| |/ /
* | | Plug memory leak in UnderlinePrintProc()jan.nijtmans2020-08-201-3/+0
* | | Merge trunkjan.nijtmans2020-08-201-0/+3
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2020-07-171-34/+11
|\ \ \ | |/ /
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-2/+14
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-0/+4
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-2/+12
* | | First conceptjan.nijtmans2020-06-081-21/+4
|/ /
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-3/+8
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-26/+27
|\ \
| * \ Merge trunkjan.nijtmans2020-02-261-1/+75
| |\ \
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-26/+27
* | | | Let TkGetIntForIndex() return TCL_ERROR for invalid index values, in stead of...jan.nijtmans2020-02-271-3/+3
| |/ / |/| |
* | | Add internal function TkGetIntForIndex(), which handles integer indexes and "...jan.nijtmans2020-02-241-1/+75
|/ /
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-211-1/+1
* | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-161-1/+5
* | Merge 8.6jan.nijtmans2018-08-101-3/+3
|\ \ | |/
| * Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-3/+3
| * Make Tk 8.6 loadable in a TIP #484-enhanced Tcl 8.7. Backported from trunk.jan.nijtmans2018-01-161-2/+13
* | merge core-8-6-branchjan.nijtmans2017-12-111-1/+1
|\ \ | |/
| * minor typojan.nijtmans2017-12-111-1/+1
* | No longer export setFromAnyProc's, for "pixel", "mm" and "window" objTypes: T...jan.nijtmans2017-12-101-3/+3
* | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ...jan.nijtmans2017-01-201-2/+13
|/
* eliminate unnecessary Tcl_ConvertToType calljan.nijtmans2013-02-011-4/+5
* Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-16/+16
|\
| * Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-50/+48