Commit graph

15 commits

Author SHA1 Message Date
wiz
3c29c53645 Note that patch has been accepted for 1.6.42. 2011-01-29 16:55:13 +00:00
wiz
a4a29195b5 Fix build with png-1.5. 2011-01-29 11:24:43 +00:00
wiz
e6893254f1 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
2008-04-25 05:21:30 +00:00
joerg
8d34b95c95 Reapply pthread fix. 2007-04-17 21:32:06 +00:00
xtraeme
5616001b8f Update to 1.6.25 (latest stable version).
Too many changes to list here, please see http://www.fox-toolkit.org/
for full changes.
2007-04-13 05:45:35 +00:00
wiz
c49427ac2c 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.
2006-07-17 19:20:45 +00:00
joerg
301a49e7ac Fix pthread detection, force non-threadsafe version for DragonFly due
to lack of getpwuid_r and friends.
2006-06-26 13:12:00 +00:00
adam
6ae7dafe6b Changes 1.4.17:
* A problem in FXMessageBox was fixed
* Fixed problems on multi-head Windows machines
* Other fixes
2005-08-02 10:26:43 +00:00
adam
875570bece Removed old patches 2005-07-25 10:56:48 +00:00
adam
e845525529 Changes 1.4.16:
* Fixed bug in FXList and FXIconList
* Fixed sign error in quaternion classes in setAxes()
* Issue in FXMemoryStream fixed
2005-07-25 10:53:43 +00:00
sketch
64f06b3422 Add 'Forte Developer 7' to the list of matches for the Sun CC compiler. 2004-02-16 11:08:21 +00:00
xtraeme
afcb68475d 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@
2003-08-29 10:16:11 +00:00
sakamoto
4a9c7a0f01 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]
2001-08-05 17:04:21 +00:00
sakamoto
2482f8dcab Update to fox-0.99.167 and xunicode-0.3.2.
Changes:
	[Foxgui-announce]New FOX Drop [0.99.160]
	http://www.geocrawler.com/archives/3/3372/2001/2/0/5233478/
	[Foxgui-announce]New drop of FOX [0.99.162]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5304347/
	[Foxgui-announce]New drop FOX [0.99.164]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5310563/
	[Foxgui-announce]New FOX released [0.99.165]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5352175/
	[Foxgui-announce]New FOX Drop [0.99.166]
	http://www.geocrawler.com/archives/3/3372/2001/3/0/5360202/
	[Foxgui-announce]New drop of FOX [0.99.167]
	http://www.geocrawler.com/lists/3/SourceForge/3372/0/5486877/
2001-04-13 19:27:05 +00:00
sakamoto
f7fec2c708 Adjust for NetBSD 2001-02-24 16:56:54 +00:00