summaryrefslogtreecommitdiff
path: root/x11/fox/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg1-6/+0
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
2007-06-10Update to 1.6.27:xtraeme1-4/+4
* 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.
2007-04-17Reapply pthread fix.joerg1-1/+2
2007-04-13Update to 1.6.25 (latest stable version).xtraeme1-5/+4
Too many changes to list here, please see http://www.fox-toolkit.org/ for full changes.
2006-07-17Update to 1.4.34, latest from 1.4.x series:wiz1-5/+5
New in 1.4.34: * Fixed buglet in own strtoll which is only used on machines which don't have native one. 1.4.32 * Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection]. 1.4.26 * Fixed SUN Solaris compile issue with threads. * Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if TIF, PNG, and JPEG support is stubbed out. 1.4.24 * Fixed small issue in FXVec4{d,f} distance() routine. 1.4.23 * Fixed compile issue with new GetOwnModuleHandle() function. * Delete thread local storage key upon global destructor in FXThread. 1.4.22 * Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage; some subltety with the LZW implementation was wrong. It is very rare as we've lived with this flaw for a long time before discovering it. The symptom is that the decoder complains that the image is truncated [it isn't!]. * Bug in FXSettings causes trouble when writing large integer numbers back to the registry file. 1.4.21 * The getDisplay() API now returns the proper HINSTANCE on Windows; thanks to Henrik and Claus Wann Jensen feedback on this problem. The solution fixes some instability problems in .DLL use of FOX on Windows. 1.4.20 * Set active window to owner when dialog closes on Windows. * Fixed Thread Local Storage handle leak on Windows. * Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.
2006-06-26Fix pthread detection, force non-threadsafe version for DragonFly duejoerg1-2/+2
to lack of getpwuid_r and friends.
2005-08-02Changes 1.4.17:adam1-5/+5
* A problem in FXMessageBox was fixed * Fixed problems on multi-head Windows machines * Other fixes
2005-07-25Changes 1.4.16:adam1-9/+5
* Fixed bug in FXList and FXIconList * Fixed sign error in quaternion classes in setAxes() * Issue in FXMemoryStream fixed
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-02-16Add 'Forte Developer 7' to the list of matches for the Sun CC compiler.sketch1-2/+2
2003-08-29Updated fox to 1.0.43. Many changes and fixes to paste here, to seextraeme1-10/+8
a full list of changes: http://www.fox-toolkit.org/news.html Closes my own PR pkg/22407. Ok'ed by wiz@
2001-08-05Fix method to use xunicodesakamoto1-8/+8
s/USE_XUNICODE/FOX_USE_XUNICODE/ and define USE_UNICODE to X_CFLAGS. Update from 0.99.172 to 0.99.174 http://www.geocrawler.com/archives/3/3372/2001/6/0/6025503/ [Foxgui-announce]New drop of FOX [0.99.173] http://www.geocrawler.com/archives/3/3372/2001/7/0/6162289/ [Foxgui-announce]New FOX drop [0.99.174]
2001-05-27Update to fox-0.99.172 and xunicode-0.3.2.2.sakamoto1-7/+7
Changes: [Foxgui-announce]New Drop of FOX [0.99.169] http://groups.yahoo.com/group/fox-users/message/2431 [Foxgui-announce]FOX 0.99.172 dropped http://groups.yahoo.com/group/fox-users/message/2433
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-4/+7
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-24Adjust for NetBSDsakamoto1-2/+0
2001-02-24Initial import of fox:sakamoto1-0/+2
Fast and extensive C++ GUI toolkit