diff options
author | das <das> | 2006-10-16 15:35:50 (GMT) |
---|---|---|
committer | das <das> | 2006-10-16 15:35:50 (GMT) |
commit | b71993589cdd8bfdbfec240b98d7537d4d9d5f59 (patch) | |
tree | ec30fa3d227bed8ea0080cf22c2d28d3b8fceace /changes | |
parent | 1a67b85428b8e2a3b1b848b950b00bb68a570898 (diff) | |
download | tk-b71993589cdd8bfdbfec240b98d7537d4d9d5f59.zip tk-b71993589cdd8bfdbfec240b98d7537d4d9d5f59.tar.gz tk-b71993589cdd8bfdbfec240b98d7537d4d9d5f59.tar.bz2 |
* changes: updates for 8.4.14 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 'changes')
-rw-r--r-- | changes | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.64.2.43 2006/10/10 19:19:32 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.44 2006/10/16 15:35:50 das Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -5979,10 +5979,18 @@ registered applevents (steffen) 2006-08-21 (bug fix) Aqua: recursively called event loop (steffen) +2006-08-24 (bug fix) Aqua: window grow icon obscuring scrollbar (steffen) + 2006-08-30 (new feature)[1518677] WM_UNICHAR window message (hobbs,petasis) 2006-09-06 (bug fix)[1456342] speedier [text] delete (hobbs) +2006-09-10 (bug fix) Aqua: active/inactive text selection color&relief (steffen) + +2006-09-10 (bug fix)[1472624] Aqua: mouse events in overrideredir wins (steffen) + +2006-09-11 (bug fix) Aqua: app menu shortcuts with custom .apple menu (steffen) + 2006-09-22 (bug fix)[1562528] NULL terminates variadic calls (fellows,ryazanov) 2006-09-26 (platform support) MSVC8 AMD64 support (thoyts) @@ -5990,4 +5998,6 @@ registered applevents (steffen) 2006-10-05 (bug fix)[1122671] alignment fixes in ucs-2be encoding routines (hobbs,staplin) +2006-10-16 (bug fix)[1558051] Aqua: CG drawing matches X11 (steffen) + --- Released 8.4.14, October XX, 2006 --- See ChangeLog for details --- |