summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved 'deletionEpoch' field from TkDisplay to TkMainInfo.jenglish2003-01-281-52/+54
| | | | | Reworked windowObj type. Fixes Tk Bug #671330 "segfault when e.g. deiconifying destroyed window"
* 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 (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327]
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-131-47/+55
| | | | | double type object to speed up canvas coord calculations. [Patch #102471]
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+659