diff options
author | das <das> | 2004-02-23 10:49:29 (GMT) |
---|---|---|
committer | das <das> | 2004-02-23 10:49:29 (GMT) |
commit | 297090b448fe798845d0a7c7e9427e9ef7dbc8ca (patch) | |
tree | b311d4d99e05537a622c27159bf7d6b0c74ef3a3 /ChangeLog | |
parent | 27f215c03a679ec897bd96a5fa2daa40fb42b7db (diff) | |
download | tk-297090b448fe798845d0a7c7e9427e9ef7dbc8ca.zip tk-297090b448fe798845d0a7c7e9427e9ef7dbc8ca.tar.gz tk-297090b448fe798845d0a7c7e9427e9ef7dbc8ca.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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2004-02-18 Peter Spjuth <peter.spjuth@space.se> +2004-02-23 Daniel Steffen <das@users.sourceforge.net> *** 8.4.6 TAGGED FOR RELEASE *** + * 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] + +2004-02-18 Peter Spjuth <peter.spjuth@space.se> + * tests/grid.test: * generic/tkGrid.c: Fixed a bug in grid geometry calculations for a shrinking grid. [Bug 899246] |