summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lots of ANSIfying of function decls.dkf2005-11-171-49/+50
* Getting more systematic about styledkf2005-08-101-184/+178
* D'oh!dkf2005-01-111-2/+2
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-1/+107
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* Register the type of text indices. Also some exported symbol name policing...dkf2003-10-101-1/+2
* Moved 'deletionEpoch' field from TkDisplay to TkMainInfo.jenglish2003-01-281-52/+54
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-211-15/+103
* Fixed a stupid error that's been in there for ages...dkf2001-08-171-6/+7
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-1/+33
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-301-4/+74
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-131-47/+55
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+659