Subversion Repositories filter_foundry

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
549 2023-11-23 11:58:56 daniel-marschall /trunk/ === RELEASE 1.7.0.21 ===  
532 2023-07-05 23:53:44 daniel-marschall /trunk/ Made all () methods (void) to enforce 0 parameters.
Noted that PS SDK 2023 was tested.
 
526 2022-05-24 02:23:18 daniel-marschall /trunk/ Some small changes in source code comments  
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."  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
452 2021-12-19 20:46:21 daniel-marschall /trunk/ OpenWatcom build now much faster!  
440 2021-12-03 00:38:16 daniel-marschall /trunk/  
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.  
435 2021-12-01 00:37:24 daniel-marschall /trunk/ Watcom: UI now looks normal again and not like Win 3.11  
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.  
395 2021-11-07 21:52:17 daniel-marschall /trunk/ Watcom (32 bit) uses optimization now and no debugging  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
384 2021-11-01 22:31:26 daniel-marschall /trunk/ === RELEASE 1.7.0.11 ===
Documentation update
 
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)  
204 2021-07-11 01:14:22 daniel-marschall /trunk/  
200 2021-07-09 17:44:28 daniel-marschall /trunk/  
198 2021-07-06 13:56:17 daniel-marschall /trunk/ Code does now also compile with G++; fixed many compiler warnings  
197 2021-07-06 12:16:07 daniel-marschall /trunk/ Added .gitattributes, .gitignore, renamed README.TXT to README.md  
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.
 
189 2019-10-04 14:28:12 dmarschall /trunk/ Making compilers happy  
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  
108 2018-12-21 11:29:29 dmarschall /trunk/ Small code compatibility fix  
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