diff options
author | das <das> | 2004-02-23 10:49:29 (GMT) |
---|---|---|
committer | das <das> | 2004-02-23 10:49:29 (GMT) |
commit | d7700b6e8a2b1bf2b9187c5fcb2bf56bae4ce882 (patch) | |
tree | b311d4d99e05537a622c27159bf7d6b0c74ef3a3 /changes | |
parent | 00fb53422c132e71f80fb9b50794308a3ded361c (diff) | |
download | tk-d7700b6e8a2b1bf2b9187c5fcb2bf56bae4ce882.zip tk-d7700b6e8a2b1bf2b9187c5fcb2bf56bae4ce882.tar.gz tk-d7700b6e8a2b1bf2b9187c5fcb2bf56bae4ce882.tar.bz2 |
* macosx/tkMacOSXDraw.c:
* macosx/tkMacOSXXStubs.c:
* xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related
functions to deal properly with XImages copied from screen.
* generic/tkCanvPs.c (TkImageGetColor): MacOSX fix.
* generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending
for images with partial transparency on MacOSX.
[Bug 809157]
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 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.6 2004/02/20 19:54:34 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.7 2004/02/23 10:49:29 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 @@ -5616,4 +5616,7 @@ with spaces in their names. 2004-02-18 (bug fix)[899246] fix shrinking grid geometry calculations +2003-02-23 (platform support)[809157] Mac OS X: Add alpha blending for +images with partial transparency. + --- Released 8.4.6, February 27, 2004 --- See ChangeLog for details --- |