Up to [cvs.netbsd.org] / pkgsrc / x11 / fox
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 29 16:55:13 2011 UTC (15 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Note that patch has been accepted for 1.6.42.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 29 11:32:19 2011 UTC (15 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Fix build with png-1.5.
Revision 1.18 / (download) - annotate - [select for diffs], Thu May 22 22:56:19 2008 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Update to 1.6.33: * Backported FXTopWindow resize() and position() fixes from FOX 1.7. * Fixed GCC 4.3 warning in FXArray header file. * Made internal data arrays static to prevent global name clashes on some compilers. * Fixed uninitialized variable in FXFileDict.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 25 05:21:30 2008 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
Update to 1.6.32:
March 10 - FOX STABLE 1.6.32
* Fixed FXPath::simplify(). Backport from FOX 1.7.
* Fixed Adie CPU load issue caused by clock updating.
* Fixed FXURL::fileFromURL().
November 16 - FOX STABLE 1.6.31
* Bug fix to strtoull() for systems which have no native strtoull().
* Missing tr() added in FXMDIClient.
* Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).
October 6 - FOX STABLE 1.6.30
* Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
* FXDial didn't issue SEL_COMMAND when driven from keyboard.
* Small typo found in fxfilematch() was found which affected character-range matching.
* Problem in FX7Segment fixed.
August 9 - FOX STABLE 1.6.29
* Added ".jpeg" as additional extension for JPEG images in FXIconSource.
* Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
* FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
* Cruft removed from FXMat3f.
* Bold style fixed in FXText.
* Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
* Bugs in FXListBox and FXTreeListBox fixed.
1.6.28: not described
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 10 11:40:52 2007 UTC (4 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
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.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 17 21:32:06 2007 UTC (5 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Reapply pthread fix.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 13 05:45:36 2007 UTC (5 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.13: +4 -5
lines
Diff to previous 1.13 (colored)
Update to 1.6.25 (latest stable version). Too many changes to list here, please see http://www.fox-toolkit.org/ for full changes.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 17 19:20:45 2006 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
Update to 1.4.34, latest from 1.4.x series:
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.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 26 13:12:00 2006 UTC (5 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Fix pthread detection, force non-threadsafe version for DragonFly due to lack of getpwuid_r and friends.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 2 10:26:43 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
Changes 1.4.17: * A problem in FXMessageBox was fixed * Fixed problems on multi-head Windows machines * Other fixes
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 25 10:53:43 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.9: +5 -9
lines
Diff to previous 1.9 (colored)
Changes 1.4.16: * Fixed bug in FXList and FXIconList * Fixed sign error in quaternion classes in setAxes() * Issue in FXMemoryStream fixed
Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 23 17:36:10 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 16 11:08:21 2004 UTC (8 years, 3 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add 'Forte Developer 7' to the list of matches for the Sun CC compiler.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 29 10:16:12 2003 UTC (8 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +8 -10
lines
Diff to previous 1.6 (colored)
Updated fox to 1.0.43. Many changes and fixes to paste here, to see a full list of changes: http://www.fox-toolkit.org/news.html Closes my own PR pkg/22407. Ok'ed by wiz@
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 5 17:04:21 2001 UTC (10 years, 9 months ago) by sakamoto
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.5: +8 -8
lines
Diff to previous 1.5 (colored)
Fix method to use xunicode 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]
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 27 07:57:38 2001 UTC (11 years ago) by sakamoto
Branch: MAIN
Changes since 1.4: +7 -7
lines
Diff to previous 1.4 (colored)
Update to fox-0.99.172 and xunicode-0.3.2.2. 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
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 19 11:07:38 2001 UTC (11 years, 1 month ago) by skrll
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +7 -4
lines
Diff to previous 1.3 (colored)
Move to sha1 digests, and add distfile sizes.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 17 12:14:53 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.2: +8 -2
lines
Diff to previous 1.2 (colored)
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo
Revision 1.2, Sat Feb 24 16:56:55 2001 UTC (11 years, 3 months ago) by sakamoto
Branch: MAIN
Changes since 1.1: +0 -0
lines
FILE REMOVED
Adjust for NetBSD
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Feb 24 16:50:01 2001 UTC (11 years, 3 months ago) by sakamoto
Branch: FREEBSD
CVS Tags: FreeBSD-current-2001-02-24
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of fox: Fast and extensive C++ GUI toolkit
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 24 16:50:01 2001 UTC (11 years, 3 months ago) by sakamoto
Branch: MAIN
Initial revision