diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,7 +1,22 @@ -2006-10-10 Don Porter <dgp@users.sourceforge.net> +2006-10-16 Daniel Steffen <das@users.sourceforge.net> *** 8.5a5 TAGGED FOR RELEASE *** + * changes: updates for 8.5a5 release. + + * macosx/tkMacOSXDraw.c: fix numerous issues in CG and QD drawing procs + so that they now match X11 drawing much more closely [Bug 1558051]; + use Tiger ellipse drawing API when available; fix comments & whitespace. + + * macosx/tkMacOSXInit.c: set default linewidth limit for CG + antialiasing to 0 as thin horizontal/vertical lines look good now. + + * generic/tkCanvLine.c (ConfigureLine): on TkAqua, pass outline + * generic/tkCanvPoly.c (ConfigurePolygon): linewidth in gc even for + * generic/tkRectOval.c (ConfigureRectOval): fills (as it controls AA). + +2006-10-10 Don Porter <dgp@users.sourceforge.net> + * changes: Updates for 8.5a5 release 2006-10-08 Pat Thoyts <patthoyts@users.sourceforge.net> |