diff options
author | das <das> | 2006-06-14 21:18:47 (GMT) |
---|---|---|
committer | das <das> | 2006-06-14 21:18:47 (GMT) |
commit | 1fd8c27bae2a921521024e8fa33336f4a45a9295 (patch) | |
tree | f2eb65f8b9e8b4145a71a6566999c452a83786aa /ChangeLog | |
parent | d7b0d0af547943f11f02255a54433c9d702adc0b (diff) | |
download | tk-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |