Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
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/  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
371 2021-10-30 23:20:36 daniel-marschall /trunk/ Moved fileHasExtension() from read.c to choosefile_*.c  
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.  
258 2021-07-30 21:47:29 daniel-marschall /trunk/ Standalone plugins: Version info wasn't written correctly when plugin was obfuscated. Fixed.  
239 2021-07-25 11:54:57 daniel-marschall /trunk/ Windows Open/Save dialogs: At the title, the first character was missing. Fixed.  
232 2021-07-21 00:56:45 daniel-marschall /trunk/ Support BigDocument structure (*.psb)  
214 2021-07-14 01:43:14 daniel-marschall /trunk/ Fixed VisualStudio compiler-warnings (isatty undeclared, fileno undeclared, GetVersionEx deprecated)  
201 2021-07-10 01:21:03 daniel-marschall /trunk/ BUGFIX: Variable "d" now works like FilterFactory/FilterFoundy1.6 again. (Bug introduced in FilterFoundry 1.7 due to the change of the c2d() function)
NOTE: FilterFactory uses c2d(x,y):=atan2(y,x), but d:=atan2(-y,-x)
Due to compatibility reasons, we implement it the same way!
 
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  
172 2019-01-24 13:21:00 dmarschall /trunk/ Added Visual Studio project file, and moved NMake script to folder visual_studio