All, I've just posted a note detailing the changes for FOX 1.2 here: http://www.knology.net/~lyle/fox/1.2/WhatsNew.html This article explains the new features...
lyle@...
Sep 6, 2002 10:12 pm
2590
FOX 1.0 represents the stable release track:- it will only have bug fixes; DLL or shared library compatibility is maintained. FOX 1.0.23 has a number of bug...
jeroen
jeroen@...
Sep 12, 2002 1:31 pm
2591
A lot of new stuff this time: New: - Changed internal representation of FXString; the end-of-string character ('\0') is no longer special and all possible...
Jeroen van der Zijp
jvz@...
Oct 1, 2002 4:24 pm
2592
As it is a stable release, no new features, just bug fixes: - Janusz Ganczarski found a very minor bug in the PCX loader code; some PCS images failed to load...
jeroen
jeroen@...
Oct 3, 2002 7:01 am
2593
Hi. You can find RedHat Linux 8.0 RPMS at: Stable release 1.0.26: ftp://labss2.dcs.elf.stuba.sk/pub/FOX/v1.0/binary/RedHat/8.0/RPMS/ Development release...
Rastislav Janci
janci@...
Oct 4, 2002 2:49 pm
2594
New: Regressed API's to return FXString rather than const FXString&, for the following reasons: - Not consistent. Some API's *compute* their returned...
jeroen
jeroen@...
Oct 8, 2002 1:35 pm
2595
Hi. You can find RedHat Linux 8.0 RPMS at: Stable release 1.0.26: ftp://labss2.dcs.elf.stuba.sk/pub/FOX/v1.0/binary/RedHat/7.3/RPMS/ ...
Rastislav Janci
janci@...
Oct 9, 2002 2:27 pm
2596
I am pleased to announce the latest release of FXRuby, the Ruby language bindings for the FOX GUI toolkit. FOX is a C++-based toolkit for developing graphical...
lyle@...
Oct 15, 2002 8:36 pm
2597
... The corrected prototype for rb_gc_mark() [from the latest CVS sources for Ruby 1.6] is: void rb_gc_mark(VALUE); and so you should "fix the fix"...
Lyle Johnson
lyle@...
Oct 16, 2002 2:51 am
2598
I downloaded the source files of fox libraries, but I need to know how to compile them with borland c++ buiilder , could someone help me? thanks ... This...
Giulio Gobbo
gobbo@...
Oct 19, 2002 8:19 pm
2599
New in this release: * Changed FXMALLOC(), FXRESIZE(), FXCALLOC() macros very slightly; FXCALLOC() and FXMALLOC() new always return a NULL pointer and a FALSE...
jeroen
jeroen@...
Oct 25, 2002 6:09 am
2600
Just a few bug fixes in the DEVELOPMENT version of FOX: 1 Fixed argument test in FXText:- NULL text argument is allowed if size is zero. Was introduced by...
jeroen
jeroen@...
Oct 26, 2002 7:21 am
2601
This is an updated release of the DEVELOPMENT version of FOX; people needing stability should use the STABLE version [1.0.26]. New: Bug fixes: Changed workings...
jeroen
jeroen@...
Oct 31, 2002 2:13 pm
2602
... Thanks! I fixed that. - Jeroen ... This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event...
Jeroen van der Zijp
jvz@...
Nov 4, 2002 7:19 pm
2603
Hi. There are new RPMS for RedHat Linux 8.0: Development release 1.1.19: ftp://labss2.dcs.elf.stuba.sk/pub/FOX/v1.1/binary/RedHat/8.0/RPMS/ There is an...
Rastislav Janci
janci@...
Nov 11, 2002 3:48 pm
2604
New for this drop: Added API's to FXImage: fill() fill image with a constant color. hgradient() fill image with a horizontal gradient using two colors. ...
jeroen
jeroen@...
Nov 14, 2002 3:24 am
2605
STABLE FOX 1.0.28: ================== A few very minor bug fixes: * A minor bug has been discovered in the BMP reader; sanity checking code erroneously...
jeroen
jeroen@...
Nov 20, 2002 8:11 am
2606
I need some help about serial communication using the fox library, there are a few points in the documentation I didn't understand (Input Messages) could...
Giulio Gobbo
gobbo@...
Nov 27, 2002 3:32 pm
2607
New in this drop: - Added new API's to FXString: substitute() - substitute one substring by another. contains() - count possibly overlapping occurences of a...
jeroen
jeroen@...
Dec 6, 2002 6:22 am
2608
Hello, Due to my ISP (directvdsl) going belly-up, the FOX web-site may be temporarily unavailable sometimes. If this happens, point your browser to the mirror...
jeroen
jeroen@...
Dec 29, 2002 5:23 pm
2609
Happy New Year to All FOX Users! - Jeroen ... This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ...
jeroen
jeroen@...
Jan 1, 2003 6:47 pm
2610
Hello, I've updated the stable release to 1.0.30. One minor bug fix was the vformat() issue. vformat() uses vsnprintf() where available, vsprintf()...
jeroen
jeroen@...
Jan 10, 2003 4:14 am
2611
Hello, Updated FXDirList for unlimited path lengths. We found MAXPATHLEN to be exceeded in some cases, just like FXFileList. Also, FXDirList now properly lists...
jeroen
jeroen@...
Jan 15, 2003 7:10 am
2612
Hello everybody! I would like to create a button (on a toolbar which stands for an option) which : 1- When we push on the button, it keeps on a press state 2-...
Hamid BADI
gm0011@...
Jan 24, 2003 2:37 pm
2613
All, The latest release of FXRuby is now available for download: http://sourceforge.net/project/showfiles.php?group_id=20243&release_id=136352 In addition to...
lyle@...
Jan 27, 2003 9:47 pm
2614
Hello, The FOX web site will be off the net for the next few days due to DSL provider switchover... if it all goes well, that is; if it doesn't, we'll be off...
jeroen
jeroen@...
Jan 28, 2003 3:26 am
2615
Hello, A maintainance release update to the STABLE release version; the stable release of FOX is the one meant for production quality code. Two minor bugs have...
jeroen
jeroen@...
Jan 31, 2003 2:56 am
2616
Hello, This is the "unstable" version. It is provided for the active "bug-hunters" among you.... You can find it here: ...
jeroen
jeroen@...
Feb 7, 2003 2:29 pm
2617
All, FXRuby-1.0.19 is now available for download from: http://sourceforge.net/project/showfiles.php?group_id=20243 This is mainly a bug-fix release; for the...
lyle@...
Feb 8, 2003 1:03 am
2618
I've used the FXImage->render function for a camera grabbing program. It gave me some problems at line 1619 of the FXImage.cpp source code, where I had to...