aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.7.33Pietro Cerutti2012-05-022-5/+5
| | | | | | | | | | | | | | | | | | | * Fixed TIFF image save/load. * Fixed quaternion arc() for vectors that are 180 degrees apart. * Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also, check for PIE (position independent executable). * Fixed problem in FXRex regarding non-ASCII characters. * Repaired some broken syntax patterns in Adie.stx syntax file. * SSE-ified lerp() API added to vector classes. * Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit systems. * Setjmp()/longjmp() issue fixed in fxpngio.cpp. * Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison operators; removed it. * Added API's to FXMat4 classes. * Added serialization capability to FXExpression class. Notes: svn path=/head/; revision=295858
* - Update to 1.7.32Pietro Cerutti2012-01-054-22/+35
| | | | | | | | - Remove old patch (fixed upstream) - Make supported image formats optional Notes: svn path=/head/; revision=288546
* - Update to 1.7.31Pietro Cerutti2012-01-032-4/+4
| | | | | | | See http://www.fox-toolkit.org/news.html for release notes. Notes: svn path=/head/; revision=288462
* Mark as broken on powerpc: fails to link.Mark Linimon2011-12-281-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288158
* - Update to 1.7.30Pietro Cerutti2011-10-273-18/+3
| | | | | | | See http://www.fox-toolkit.org/news.html for release notes. Notes: svn path=/head/; revision=284440
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.7.29Pietro Cerutti2011-09-152-3/+3
| | | | | | | See http://www.fox-toolkit.org/news.html for release notes. Notes: svn path=/head/; revision=281795
* - Add the pthread library to the pkg-config "libs" optionPietro Cerutti2011-08-051-0/+1
| | | | Notes: svn path=/head/; revision=278948
* - Update to 1.7.28Pietro Cerutti2011-08-053-3/+18
| | | | Notes: svn path=/head/; revision=278943
* - update to 1.7.27Pietro Cerutti2011-08-025-14/+31
| | | | Notes: svn path=/head/; revision=278775
* - Mark BROKEN on amd64 <9:Pav Lucistnik2011-05-301-6/+3
| | | | | | | | | | /tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)' - While here, remove obsolete conditional Reported by: pointyhat Notes: svn path=/head/; revision=274835
* - Update to 1.7.26Pietro Cerutti2011-05-195-31/+10
| | | | | | | Changes: http://www.fox-toolkit.org/news.html Notes: svn path=/head/; revision=274294
* - Update to 1.7.25Pietro Cerutti2010-12-204-22/+24
| | | | | | | | | | | | | | | | | | | | Changes since last port update (1.7.23) * Added FXMat2f, FXMat2d. * Vectorized many functions in FXMat2d, FXMat2f, FXMat3d, FXMat3f, FXMat4d, FXMat4f (using SSE/SSE2/SSE3). * Some fixes to FXPath::isInside(). * Fix to drawImage() in FXDCPrint. * Added FXPtrList. * Add FXbool return value to some API's in FXArray. * Change in configure.ac to check intrinsics header files with modified compiler flags; header files are not compilable with default options. * Updated Borland C++ makefiles. * Update Visual Studio 6 project files with missing headers. * Small fixes in FXAutoPtr.h. * Change some inlined API's of FXProgressDialog to non-inline. Notes: svn path=/head/; revision=266651
* - Update to 1.7.23Pietro Cerutti2010-10-113-4/+5
| | | | | | | Announcement: http://sf.net/mailarchive/message.php?msg_name=20101006001103.598031d8%40fox-toolkit.com Notes: svn path=/head/; revision=262816
* - Try to actually fix build on amd64Pietro Cerutti2010-09-271-2/+11
| | | | Notes: svn path=/head/; revision=261969
* - Quick & dirty hack to fix build on amd64, until someone familiarPietro Cerutti2010-09-271-0/+11
| | | | | | | | | with amd64 assembly fixes it. Reported by: QAT Notes: svn path=/head/; revision=261955
* - Update to 1.7.22Pietro Cerutti2010-09-274-15/+16
| | | | | | | | Announcement: http://sf.net/mailarchive/message.php?msg_name=20100925132949.77bd7d9e%40fox-toolkit.com Notes: svn path=/head/; revision=261939
* - Fix typoPietro Cerutti2010-08-241-1/+1
| | | | | | | Reported by: cognet Notes: svn path=/head/; revision=259912
* - New port: fox-1.7.21Pietro Cerutti2010-08-245-0/+562
This is the development branch of the FOX ToolKit. Notes: svn path=/head/; revision=259907