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
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
292 2021-08-22 10:53:14 daniel-marschall /trunk/ Introduced obfuscation version 5 (it is like version 4, but contains an integrity check); also fixed some smaller issues with obfuscation loading.  
237 2021-07-25 02:00:46 daniel-marschall /trunk/ Added foundry17_32.8bf and foundry17_64.8bf import testcase  
214 2021-07-14 01:43:14 daniel-marschall /trunk/ Fixed VisualStudio compiler-warnings (isatty undeclared, fileno undeclared, GetVersionEx deprecated)  
196 2021-07-06 12:02:43 daniel-marschall /trunk/ Converted README.html to README.md, moved LICENSE file to the root directory.
Removed dist/ directory.
 
194 2021-07-05 22:18:01 daniel-marschall /trunk/ Source code can now be compiled using GCC in Mingw32.
Several gcc compiler warnings have been resolved.
 
193 2021-07-05 15:57:43 daniel-marschall /trunk/ Included telegraphics_common SVN repository (revision 84) into the FilterFoundry repository to make the build process easier  
192 2021-07-05 01:32:04 daniel-marschall /trunk/ Simplified build process for OpenWatcom and Visual Studio;
Photoshop SDK and WinFlex/Bison have now hardcoded paths.
Updated internal development documentation and checked with grammarly.com.
Added "svn:ignore" SVN attribute to avoid that temporary build files are accidentally committed.
Adjusted copyright years.
 
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)
 
159 2019-01-12 17:38:29 dmarschall /trunk/ Windows: Preview: Color compatible with Grayscale and CMYK, too.
Windows: ActivationContext symbols are now dynamically bound.
 
154 2019-01-08 16:28:26 dmarschall /trunk/ Added Windows Application Manifest;
Fixed bug (in process_scaled) introduced by a previous SVN commit
 
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.
 
113 2018-12-25 23:21:26 dmarschall /trunk/ The "version information" of standalone filters is now individualized by the creators input  
104 2009-06-08 00:41:32 toby /trunk/ Improve distribution ZIP layout.  
103 2009-06-07 22:55:11 toby /trunk/ Cleanup some warnings & fix MPW build.  
102 2009-06-07 22:19:17 toby /trunk/ Cleanups for 64-bit Windows build.  
99 2007-07-14 05:34:35 toby /trunk/ define MACMACHO for Mach-O builds; add some error messages to Make standalone  
96 2007-03-11 22:18:02 toby /trunk/ minor tweaks  
70 2007-02-02 02:41:15 toby /trunk/ correct rules so parallel makes work better  
67 2007-02-01 03:20:15 toby /trunk/ tweak MPW build files  
66 2007-02-01 02:37:57 toby /trunk/ fix nasty bug reported by Daniel Denk, where filtering a selection always used top left part of image as source data, instead of selection, if src() or cnv() were in any formula  
65 2007-01-04 22:36:01 toby /trunk/ oops, Info.plist was not being built properly  
64 2007-01-04 22:13:22 toby /trunk/ first cut of Universal Binary build using CS3 Beta "mini-SDK" (see http://partners.adobe.com/public/developer/photoshop/devcenter.html)  
52 2006-05-06 09:19:33 toby /trunk/ fix buffer size computation when saving AFS; other minor tweaks  
28 2006-02-27 03:30:53 toby /trunk/ Makefile should reference README.html  
23 2006-02-27 02:40:44 toby /trunk/ fix many warnings; fix plugin DLL extension  
20 2005-10-04 03:37:46 toby /trunk/ fix 'make dist' target  
18 2005-10-04 02:59:59 toby /trunk/ fix dialog behaviour on repeated filter application; various cosmetic source cleanups (license headers)  
17 2005-09-07 20:13:48 toby /trunk/ 'make clean' removes .o and .x objects  
11 2005-06-25 20:42:17 toby /trunk/ support making standalone bundles (Mach-O)  
9 2005-06-25 06:38:54 toby /trunk/ tweaks to Mach-O build - disable Make Standalone button for now  
8 2005-06-25 06:21:28 toby /trunk/ first Mach-O build  
2 2005-03-01 02:47:25 toby /trunk/ initial import