summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-06-14 21:18:47 (GMT)
committerdas <das>2006-06-14 21:18:47 (GMT)
commit1fd8c27bae2a921521024e8fa33336f4a45a9295 (patch)
treef2eb65f8b9e8b4145a71a6566999c452a83786aa /ChangeLog
parentd7b0d0af547943f11f02255a54433c9d702adc0b (diff)
downloadtk-1fd8c27bae2a921521024e8fa33336f4a45a9295.zip
tk-1fd8c27bae2a921521024e8fa33336f4a45a9295.tar.gz
tk-1fd8c27bae2a921521024e8fa33336f4a45a9295.tar.bz2
* macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid
clip regions are recreated via TkMacOSXUpdateClipRgn() before they are used; correct call order of TkMacOSXInvalidateWindow() and TkMacOSXInvalClipRgns() throughout. [Bug 1501922] * macosx/tkMacOSXDraw.c (TkPutImage): implement drawing of very wide images in slices of less than 4096 pixels to workaround CopyBits limitation. [Bug 950121]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc1ce8..aaaec5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-14 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid
+ clip regions are recreated via TkMacOSXUpdateClipRgn() before they are
+ used; correct call order of TkMacOSXInvalidateWindow() and
+ TkMacOSXInvalClipRgns() throughout. [Bug 1501922]
+
+ * macosx/tkMacOSXDraw.c (TkPutImage): implement drawing of very wide
+ images in slices of less than 4096 pixels to workaround CopyBits
+ limitation. [Bug 950121]
+
2006-06-09 Don Porter <dgp@users.sourceforge.net>
* generic/tkMain.c: Added Tcl_Preserve() call on the master