Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
523 2022-05-15 19:49:34 daniel-marschall /trunk/ Fixed issue with German special characters  
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/  
437 2021-12-01 22:58:07 daniel-marschall /trunk/ Added batch script to make OpenWatcom binary without IDE. Added batch script to create the ZIP for release.  
407 2021-11-19 16:48:54 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed CreateDIBSection import  
404 2021-11-16 22:26:18 daniel-marschall /trunk/ OpenWatcom optimization caused crash on some machines. Fixed.  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
331 2021-09-05 22:52:17 daniel-marschall /trunk/ 32/64 bit mixer has now been included in the building-process of OpenWatcom and VisualC++ IDE/CLI  
330 2021-09-05 21:03:33 daniel-marschall /trunk/ Removed telegraphics_common files which are not used in Filter foundry_3264_mixer.bat
Renamed misc.h to ff_misc.h
 
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.  
284 2021-08-12 16:14:43 daniel-marschall /trunk/  
214 2021-07-14 01:43:14 daniel-marschall /trunk/ Fixed VisualStudio compiler-warnings (isatty undeclared, fileno undeclared, GetVersionEx deprecated)  
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.
 
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.
 
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  
107 2018-12-20 15:05:20 dmarschall /trunk/ Project is now compatible with OpenWatcom 1.9  
61 2006-11-03 02:22:16 peter /trunk/wpj/ Watcom  
60 2006-11-02 21:38:00 peter /trunk/ Added