Subversion Repositories filter_foundry

Rev

Show changed files | Directory listing | 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  
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.
 
497 2022-04-29 21:38:23 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."  
450 2021-12-19 00:39:39 daniel-marschall /trunk/ MSVC++ CLI and MingW32 builds now also have Unicode  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
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.  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
398 2021-11-12 22:58:03 daniel-marschall /trunk/ Fixed Visual Studio 2022 debugger problem ( see https://developercommunity.visualstudio.com/t/Visual-C-cant-debug-a-specific-32-bit/1579204 )  
397 2021-11-10 14:14:35 daniel-marschall /trunk/ Compatibility with latest Windows SDK  
396 2021-11-09 19:24:37 daniel-marschall /trunk/ Visual Studio 2022 compatibility  
395 2021-11-07 21:52:17 daniel-marschall /trunk/ Watcom (32 bit) uses optimization now and no debugging  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
371 2021-10-30 23:20:36 daniel-marschall /trunk/ Moved fileHasExtension() from read.c to choosefile_*.c  
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
 
318 2021-09-03 16:47:22 daniel-marschall /trunk/ Important fix in re obfuscation  
309 2021-08-29 11:27:48 daniel-marschall /trunk/ Fixed broken obfuscation  
308 2021-08-29 01:32:42 daniel-marschall /trunk/ For 32/64-bit cross-build, there is now no requirement that both plugin files must be installed anymore.  
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.  
287 2021-08-16 20:04:51 daniel-marschall /trunk/  
282 2021-08-09 19:45:09 daniel-marschall /trunk/ Visual Studio: Created 8BF now contain the PE header checksum  
274 2021-08-07 01:26:00 daniel-marschall /trunk/ Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
 
258 2021-07-30 21:47:29 daniel-marschall /trunk/ Standalone plugins: Version info wasn't written correctly when plugin was obfuscated. Fixed.  
245 2021-07-26 00:46:02 daniel-marschall /trunk/ Bugfix: If you call a standalone filter two times, then the main dialog opens (PROPER fix)  
239 2021-07-25 11:54:57 daniel-marschall /trunk/ Windows Open/Save dialogs: At the title, the first character was missing. Fixed.  
238 2021-07-25 02:35:48 daniel-marschall /trunk/ Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin  
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!
 
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  
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.
 
190 2019-10-13 01:04:55 dmarschall /trunk/  
186 2019-09-29 10:26:38 dmarschall /trunk/ Windows 'AETE' was moved from PIPL.RC to SCRIPTING.RC to keep the file names similar to the Apple development filenames  
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)