diff options
author | das <das> | 2004-07-27 18:58:32 (GMT) |
---|---|---|
committer | das <das> | 2004-07-27 18:58:32 (GMT) |
commit | 42ad4e15c28ba0952715b1cb1d341f58f150618a (patch) | |
tree | 7ca0bab4f2646bbfe82c4068bea1c42a4b42f78f /ChangeLog | |
parent | d25e7b3502c8915f84e50870a9153665601f5de7 (diff) | |
download | tk-42ad4e15c28ba0952715b1cb1d341f58f150618a.zip tk-42ad4e15c28ba0952715b1cb1d341f58f150618a.tar.gz tk-42ad4e15c28ba0952715b1cb1d341f58f150618a.tar.bz2 |
* generic/tkRectOval.c (ComputeRectOvalBbox): Mac OS X specific
fix to rounding in bounding box 'bloat' calculation to avoid drawing
outside of bounding box when CG drawing enabled. Fix probably
correct on other platforms as well?
* macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): fixed LinkVar type
for tkMacOSXCGAntiAliasLimit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2004-07-26 Jeff Hobbs <jeffh@ActiveState.com> +2004-07-27 Daniel Steffen <das@users.sourceforge.net> *** 8.4.7 TAGGED FOR RELEASE *** + * generic/tkRectOval.c (ComputeRectOvalBbox): Mac OS X specific + fix to rounding in bounding box 'bloat' calculation to avoid drawing + outside of bounding box when CG drawing enabled. Fix probably + correct on other platforms as well? + + * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): fixed LinkVar type + for tkMacOSXCGAntiAliasLimit. + +2004-07-26 Jeff Hobbs <jeffh@ActiveState.com> + * changes: Updated for Tcl 8.4.7 release. 2004-07-24 Jim Ingham <jingham@apple.com> |