diff options
author | das <das> | 2006-10-16 15:35:27 (GMT) |
---|---|---|
committer | das <das> | 2006-10-16 15:35:27 (GMT) |
commit | da455d8528eca0baa4cc40a62c75622ff17d4143 (patch) | |
tree | 7139775b61142135e07ba825343617a212d624ca /ChangeLog | |
parent | b6667df246c196b019c9a7952b0944f904ee85c5 (diff) | |
download | tk-da455d8528eca0baa4cc40a62c75622ff17d4143.zip tk-da455d8528eca0baa4cc40a62c75622ff17d4143.tar.gz tk-da455d8528eca0baa4cc40a62c75622ff17d4143.tar.bz2 |
* 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).
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> |