summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-07-27 18:58:32 (GMT)
committerdas <das>2004-07-27 18:58:32 (GMT)
commit42ad4e15c28ba0952715b1cb1d341f58f150618a (patch)
tree7ca0bab4f2646bbfe82c4068bea1c42a4b42f78f /ChangeLog
parentd25e7b3502c8915f84e50870a9153665601f5de7 (diff)
downloadtk-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--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9731059..2bea583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>