Skip to search.
fox-users

Group Information

  • Members: 80
  • Founded: Jul 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 2839 - 2868 of 2868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2839 Jeroen van der Zijp
jeroen@... Send Email
Jan 3, 2008
4:38 am
Happy New Year to all the FOX Users! We start this year with a fresh release, and it contains many new goodies! * Added 3DConnexion SpaceNavigator support...
2840 Jeroen van der Zijp
jeroen@... Send Email
Jan 12, 2008
7:09 am
Major new items in this release: - Updated MS-Windows OpenGL implementation. Now uses wglGetPixelFormatAttribivARB() from ICD driver (where available) to...
2841 Jeroen van der Zijp
jeroen@... Send Email
Apr 23, 2008
4:14 am
Lots of things today: * Fixed issue with unplugged XDevice (when xorg.conf contains device but device was unplugged). * FXMenuButton pops and collapses with...
2842 Niall Douglas
s_sourceforge@... Send Email
Jun 14, 2008
3:34 am
Homepage: http://www.nedprod.com/TnFOX/ Docs: http://tnfox.sourceforge.net/TnFOX/html/ SVN: http://developer.berlios.de/svn/?group_id=2262 TnFOX v0.88 is out...
2843 Jeroen van der Zijp
jeroen@... Send Email
Jul 2, 2008
2:21 am
July 1 - FOX DEVELOPMENT 1.7.17 Despite being extremely busy with my other "construction project", I've still manager to add quite a few new things in this...
2844 Jeroen van der Zijp
jeroen@... Send Email
Jul 29, 2008
3:00 am
A few minor issues have been discovered and fixed in this release: - Fixed bug in FXSettings; symptoms: every once in a while, a key-value pair was skipped. -...
2845 Gajera Tejas
tejas.gajera@... Send Email
Sep 24, 2008
11:30 pm
hi all, I have code is like... obj1 = new same_class(parent1); // create a new panel on parent 1 using same_class obj2 = new same_class(parent2); // create...
2846 Jeroen van der Zijp
jeroen@... Send Email
Sep 25, 2008
1:26 am
... You might take a look at FXDataTarget and its "datatarget.cpp" sample program. For instance, if a textfield in panel1 would be connected to a data target...
2847 Gajera Tejas
tejas.gajera@... Send Email
Oct 30, 2008
4:05 pm
hi, I have problem with slider which connected with DataTarget. it's value can not update when we make a change in slider. basically if we have like... new...
2848 Jeroen van der Zijp
jeroen@... Send Email
Oct 30, 2008
4:29 pm
... The FXDataTarget itself also has a target/message ID; it generates SEL_COMMAND or SEL_CHANGED messages with this ID when it receives messages from the...
2849 Niall Douglas
s_sourceforge@... Send Email
Oct 31, 2008
4:12 pm
Homepage: http://www.nedprod.com/TnFOX/ Docs: http://tnfox.sourceforge.net/TnFOX/html/ SVN: http://developer.berlios.de/svn/?group_id=2262 * Ported to Mac OS X...
2850 Jeroen van der Zijp
jeroen@... Send Email
Nov 25, 2008
2:35 am
November 24 - FOX DEVELOPMENT 1.7.18 * Added FXhalf half-precision floating point format support. This is a 16-bit float as needed for signal processing and...
2851 Jeroen van der Zijp
jeroen@... Send Email
Jan 13, 2009
6:51 pm
I've put together a few words on my new FXhalf half-float implementation. You can find it here: ftp://www.fox-toolkit.org/pub/fasthalffloatconversion.pdf ...
2852 Jeroen van der Zijp
jeroen@... Send Email
Jan 14, 2009
2:33 am
... I have a feeling the half->float table may be made smaller. Just don't know how yet ;-) Maybe someone comes up with an even better method... Interesting...
2853 Jeroen van der Zijp
jeroen@... Send Email
Aug 19, 2009
12:41 am
Hello, FOX-ers, A long hiatus, I know. Been *very* busy. Still, its time for accumulated changes to be released: * Use relative value for FXCondition::wait()...
2854 Muita Wangoko
muitawangoko@... Send Email
Aug 25, 2009
10:32 am
muitawangoko@... ... Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and...
2855 Jeroen van der Zijp
jeroen@... Send Email
Aug 26, 2009
8:21 pm
Hello, Over the next week or so, there will be some changes to the site, possibly taking fox-toolkit.org down for a little while. We will try to keep this time...
2856 Jeroen van der Zijp
jeroen@... Send Email
Sep 22, 2009
7:57 pm
Good news, y'all, FOX Toolkit is back on line! - Jeroen ... Come build with us! The BlackBerry&reg; Developer Conference in SF, CA is the only developer event...
2857 Jeroen van der Zijp
jvdzijp@... Send Email
Dec 12, 2009
11:57 pm
New in this release: * Added fastnormalize() API's in FXVec{2,3,4}f, which use SSE rsqrtss and one Newton-Raphson step for fast and quite accurate vector...
2858 Jeroen
jeroen@... Send Email
Sep 1, 2010
12:30 am
August 31 - FOX STABLE 1.6.40 * Fix FOX package-config file. * FXSystem::getTempDirectory() now uses TMPDIR environment variable if set. and from older,...
2859 Jeroen
jeroen@... Send Email
Sep 25, 2010
6:33 pm
Hello FOX Users. A new release today of the new features (accumulated over a far longer period than usual, due to continued work on the house). However,...
2860 Jeroen
jeroen@... Send Email
Oct 6, 2010
5:14 am
New in this release: * New API FXPath::relativize() returns shortest (unique) relative filename of file given a list of search directories and absolute...
2861 Jeroen
jeroen@... Send Email
Nov 19, 2010
5:00 am
November 18 - FOX DEVELOPMENT 1.7.24 * Added FXMat2f, FXMat2d. * Vectorized many functions in FXMat2d, FXMat2f, FXMat3d, FXMat3f, FXMat4d, FXMat4f (using...
2862 Jeroen
jeroen@... Send Email
Nov 24, 2010
6:15 am
November 23 - FOX DEVELOPMENT 1.7.25 * Change in configure.ac to check intrinsics header files with modified compiler flags; header files are not compilable...
2863 JVZ
jeroen@... Send Email
Jul 22, 2011
9:19 pm
Lots of new stuff this time: New class FXProcess to manage child process creation in a platform-independent way. Split out FXThread into constituent files, one...
2864 JVZ
jeroen@... Send Email
Aug 4, 2011
1:34 am
New in todays release: FXConcurrent can be subclassed to create subclassed FXWorker threads. Portability issue in FXFileList fixed. Cleanups in FXGLVisual. ...
2865 JVZ
jeroen@... Send Email
Sep 14, 2011
11:07 pm
New in this release! * Updated to Unicode 6.0 tables! This is a massive change! Added Arabic Joing groups table. This was a massive undertaking. However, the...
2866 JVZ
jeroen@... Send Email
Oct 18, 2011
5:18 pm
New release today, and quite a few improvements: Vastly expanded code docs for FXText widget. Improved Syntax parser for Adie text editor. FXFileList now...
2867 JVZ
jeroen@... Send Email
Dec 13, 2011
2:29 am
Hello All, A new version of the development version has been released: New in this version: Adie text editor Incremental Search Capability implemented. Started...
2868 JVZ
jeroen@... Send Email
Apr 28, 2012
11:43 am
April 27 - FOX DEVELOPMENT 1.7.33 Issue with Windows7 OpenGL pixel format supporting composition is weighted heavier, thus picking composition mode...
Messages 2839 - 2868 of 2868   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help