Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
167 2019-01-18 22:16:43 dmarschall /trunk/ FilterFoundry is now compatible with GIMP/PSPI  
166 2019-01-17 11:36:54 dmarschall /trunk/ GIMP is now partially compatible.  
164 2019-01-16 16:41:52 dmarschall /trunk/ - Fixed TLV lengths in the PIPL structure (includes now paddings). This might solve incompatibilities with non-Photoshop hosts (i.e. GIMP).
- Included gpl.html in the dist/ directory (not anymore downloaded during Make, because the HTML page includes broken image/design, and it is unlikely that the 2007 license text will actually change)
 
162 2019-01-14 23:50:40 dmarschall /trunk/ Building of standalone filters is now possible with Windows 9x (requires compilation using an old Windows SDK, or compilation using OpenWatcom)  
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.
 
156 2019-01-10 14:43:21 dmarschall /trunk/ The preview area now has a dark dithered off canvas area (wishlist #6)  
155 2019-01-08 23:03:33 dmarschall /trunk/ Fixed "off by one" bug where you could pan a fit-zoomed picture by 1 pixel in the preview  
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  
151 2019-01-06 13:12:02 dmarschall /trunk/ The "caution" sign now has a sharper design (it was a bit pixelated).  
150 2019-01-05 22:57:02 dmarschall /trunk/ Bugfix: When state changing functions (rst, rnd or put) are used within the formula, every pixel in the picture will now be evaluated during preview, even if the user has zoomed in.  
148 2019-01-04 22:59:21 dmarschall /trunk/  
147 2019-01-04 22:39:55 dmarschall /trunk/ 16 Bit .prm/.8bf can now be loaded in Windows FilterFoundry  
145 2019-01-04 18:39:11 dmarschall /trunk/ Adobe Premiere FilterFactory/TransitionFactory filters (.pff Settings and .prm Windows Standalone Filters) can now be imported (*)  
142 2019-01-03 00:48:35 dmarschall /trunk/ Bugfix: The cell values used by the functions get() and put() were not (re-)initialized before the filter started running. This caused that expressions like "put(get(0)+1,0)" produced different results at each run.  
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  
134 2018-12-31 02:10:11 dmarschall /trunk/ Bugfix: Trigonometry functions sin and cos had wrong output ranges for Windows (it was -1024..1024 instead of the documented output range -512..512). Fixed.  
131 2018-12-30 20:28:17 dmarschall /trunk/ Warning windows (alertuser and simplealert function) are now modal.  

Show All