Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
158 2019-01-12 01:16:03 dmarschall /trunk/ - Windows: Visual Styles are now supported and always be applied
- Bugfix: If you click the zoomlevel-caption for a tiny picture, the zoom ("fit zoom") won't zoom in to >100% anymore.
 
154 2019-01-08 16:28:26 dmarschall /trunk/ Added Windows Application Manifest;
Fixed bug (in process_scaled) introduced by a previous SVN commit
 
153 2019-01-07 00:27:24 dmarschall /trunk/ In Windows, the "load" algorithm will now first check if a file is an AFS/PFF file, and then if it is a standalone filter. Due to this, files can now opened, even if they have the wrong file extension.  
152 2019-01-06 22:50:11 dmarschall /trunk/ Old FilterFactory standalone filters for MacOS can now be imported  
148 2019-01-04 22:59:21 dmarschall /trunk/  
146 2019-01-04 21:53:30 dmarschall /trunk/ Added 8BF / PRM standalone test files  
144 2019-01-03 14:01:31 dmarschall /trunk/ Documented more about the rst(i) function in FilterFactory  
143 2019-01-03 01:22:46 dmarschall /trunk/ Documented difference to Filter Factory: "Evaluation of conditional branches"  
141 2019-01-02 00:35:58 dmarschall /trunk/ More testcases; differences between Filter Factory and Filter Foundry documented in "Filter Factory Compatibility.txt"  
140 2019-01-01 14:24:07 dmarschall /trunk/ More testcases  
139 2019-01-01 13:09:52 dmarschall /trunk/ Bugfix: Function c2d() now behaves like in Filter Factory. Implementation changed from atan2(-y,-x) to atan2(y,x).  
138 2018-12-31 21:44:34 dmarschall /trunk/ More testcases  
137 2018-12-31 15:30:36 dmarschall /trunk/testcases/ Added testcase rad.afs (passed)  
136 2018-12-31 15:16:21 dmarschall /trunk/ Testcase tan_1.afs now passed (equal result than Filter Factory)  
135 2018-12-31 04:05:40 dmarschall /trunk/ Trig tabs are now calculated during Filter startup rather than during compile time.
Reasons:
1) It is more safe in regards to multi platform build (if the gentab.c generation was forgotten), since TRIGAMP is defined differently between Windows and Mac, and therefore, costab[] and tantab[] would be wrong.
2) The usage (table with double values instead of value_type value amplified with TRIGAMP) is more universal. For example, with this new table, the functions r2x() and r2y() can now be calculated faster.