diff options
author | xtraeme <xtraeme> | 2007-06-10 11:40:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-06-10 11:40:52 +0000 |
commit | 1d9cfcf8aa712e8d4fda4ab775dfed0f42921bf0 (patch) | |
tree | 123296410c03ca01df9af65b8d754bba21216a52 /x11/fox | |
parent | fd814e224ccc5ef3b72488729e4691f1af53f928 (diff) | |
download | pkgsrc-1d9cfcf8aa712e8d4fda4ab775dfed0f42921bf0.tar.gz |
Update to 1.6.27:
* Decoration options interpreted under Windows-XP and UNIX as follows:
DECOR_SHRINKABLE means window may be smaller, but not larger, than
default size; DECOR_STRETCHABLE means window may be larger, but not
smaller, than default size; and finally, DECOR_RESIZE means window may
be both smaller or larger than default size.
* Fixed regression in glUseFXFont() when using Xft instead of XLFD.
* Fixed bug in FXVisual which caused drawing to FXBitmap to fail.
* Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations.
* Fixed issue with bold-face text not drawing correctly in FXText if gap
happens to be in the text-fragment being drawn.
* Fixed issue in multi-head API access under older Windows operating
systems than Windows-XP.
* FXMDIChild resize animation speed changed a little bit.
* Some MacOS-X porting issues fixed.
Diffstat (limited to 'x11/fox')
-rw-r--r-- | x11/fox/Makefile | 4 | ||||
-rw-r--r-- | x11/fox/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 317e49491dd..825a0b2c85c 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2007/04/15 13:59:37 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2007/06/10 11:40:52 xtraeme Exp $ -DISTNAME= fox-1.6.25 +DISTNAME= fox-1.6.27 CATEGORIES= x11 MASTER_SITES= http://www.fox-toolkit.org/ftp/ diff --git a/x11/fox/distinfo b/x11/fox/distinfo index eb383f8185b..c6ab5310529 100644 --- a/x11/fox/distinfo +++ b/x11/fox/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2007/04/17 21:32:06 joerg Exp $ +$NetBSD: distinfo,v 1.16 2007/06/10 11:40:52 xtraeme Exp $ -SHA1 (fox-1.6.25.tar.gz) = 1811e838cdccb66c259bc94377f9d1097a307bff -RMD160 (fox-1.6.25.tar.gz) = 41951a19e46cdb5a7989cd9ba2a2745552e098d5 -Size (fox-1.6.25.tar.gz) = 4193062 bytes +SHA1 (fox-1.6.27.tar.gz) = 1f657c3335cce7135e1b7490ccf6243aa0231042 +RMD160 (fox-1.6.27.tar.gz) = 224a7d250bb3e6f4af5709539392b5a1b619382d +Size (fox-1.6.27.tar.gz) = 4193329 bytes SHA1 (patch-aa) = 1221a97f498a0df9ed35cb5eda8c879a98aff798 |