summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Expand)AuthorAgeFilesLines
* Accommodate Microsoft compilers which do not allow expressions in a literal c...culler2024-07-211-1/+1
* Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic.culler2024-07-191-1/+1
* Put back tiny optimization removed [76de1e42|here]jan.nijtmans2023-09-041-2/+51
* Fix [6cc8002951]: numeric parameter errors depending on whether string vs dou...jan.nijtmans2023-09-011-105/+45
|\
| * Proposed fix for [6cc8002951]: numeric parameter errors depending on whether ...jan.nijtmans2023-09-011-110/+77
|/
* 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
* More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-20/+20
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* 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
* minor typojan.nijtmans2017-12-111-1/+1
* 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
* | | * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-151-2/+1
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+5
* | | Refactoring of the millimeter patch. Fix of a potential issue if a pixel obje...ferrieux2008-11-291-5/+16
* | | Fix stupid bug in millimeter patch (conditionally uninited var)ferrieux2008-11-281-1/+3
* | | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-271-4/+91
* | | Add "const" to many internalnijtmans2008-10-151-4/+4
* | | Added new utility function: TkNewWindowObj()dkf2008-10-141-45/+72
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts2007-10-311-4/+4
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-3/+3
* | various "const" additions in implementationnijtmans2007-01-031-6/+6
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-6/+6