summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Expand)AuthorAgeFilesLines
* Make the declaration of tclIntStubsPtr match the declaration in tclStubLib.c....jan.nijtmans2021-01-141-6/+6
* 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.6jan.nijtmans2020-09-151-2/+1
|\
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-20/+20
* | 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
|/ /
* | 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
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-5/+5
* | Much more cleaning up of result handling.dkf2012-07-231-15/+13
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+6
* | Minor: code style improvements.dkf2012-03-071-5/+4
|\ \ | |/
| * Minor: code style improvements.dkf2012-03-071-27/+31
* | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-6/+2
|\ \ | |/
| * * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-6/+2
* | A better way of managing the type cache across the tkObj.c file.dkf2011-11-021-24/+32
|\ \ | |/
| * A better way of managing the type cache across the tkObj.c file.dkf2011-11-021-24/+32
* | Minor corrections.dkf2011-11-011-33/+34
* | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-011-1/+46
|\ \ | |/
| * * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-011-1/+46
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * D'oh!dkf2005-01-111-2/+2
| | * Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-1/+107
| * | Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-6/+106
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-8/+8
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-3/+3