Subversion Repositories filter_foundry

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
484 2022-04-23 02:14:38 daniel-marschall /trunk/ Preview uses now the BufferProcs instead of the HandleProcs, because Adobe writes "In general, the Buffer suite routines are more effective for memory allocation than the Handle suite. The Buffer suite may have access to memory unavailable to the Handle suite. You should use the Handle suite, however, if the data you are managing is a Mac OS handle."  
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.  

Show All