Subversion Repositories filter_foundry

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
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.
 
/trunk/3264_mixer/README.MD
/trunk/BUILDING.md
/trunk/README.md
/trunk/ff.h
/trunk/funcs.c
/trunk/funcs.h
/trunk/main.c
/trunk/node.c
/trunk/node.h
/trunk/obfusc.c
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/preview.c
/trunk/preview.h
/trunk/process.c
/trunk/slider_win.c
/trunk/slider_win.h
/trunk/symtab.c
/trunk/symtab.h
/trunk/telegraphics_common/tt/compat_win.c
/trunk/telegraphics_common/tt/compat_win.h
/trunk/visual_studio/README.md
/trunk/wpj/README.md
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
/trunk/testcases/import/txt_afs_cr.afs
/trunk/testcases/import/txt_afs_crlf.afs
/trunk/testcases/import/txt_afs_lf.afs
/trunk/testcases/import/txt_ffdcomp.TXT
/trunk/testcases/import/txt_pico.txt
/trunk/BUILDING.md
/trunk/CHANGELOG.md
/trunk/PARM.h
/trunk/README.md
/trunk/TODO.md
/trunk/ff.h
/trunk/load_mac.c
/trunk/load_win.c
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/read.c
/trunk/ui.c
/trunk/wpj/README.md
384 2021-11-01 22:31:26 daniel-marschall /trunk/ === RELEASE 1.7.0.11 ===
Documentation update
 
/trunk/BUILDING.md
/trunk/Makefile.win
/trunk/README.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/wpj/README.md
332 2021-09-06 00:07:40 daniel-marschall /trunk/  
/trunk/telegraphics_common/adobeplugin/PiPL.r
/trunk/RELEASE.md
/trunk/photoshop_sdk/DOWNLOAD.txt
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
 
/trunk/ff_misc.h
/trunk/telegraphics_common/README.md
/trunk/misc.h
/trunk/telegraphics_common/ATMInterface.c
/trunk/telegraphics_common/ATMInterface.h
/trunk/telegraphics_common/DOWNLOAD.txt
/trunk/telegraphics_common/GenericCFRG.r
/trunk/telegraphics_common/ZoomCode.c
/trunk/telegraphics_common/adobeplugin/PiPL-illustrator-68k.r
/trunk/telegraphics_common/adobeplugin/PiPL-illustrator-fat.r
/trunk/telegraphics_common/adobeplugin/SAGlobals.a
/trunk/telegraphics_common/adobeplugin/SAGlobals.c
/trunk/telegraphics_common/adobeplugin/SAGlobals.h
/trunk/telegraphics_common/adobeplugin/ai6main.c
/trunk/telegraphics_common/adobeplugin/aics3
/trunk/telegraphics_common/adobeplugin/aipluginmain.c
/trunk/telegraphics_common/adobeplugin/aipluginmain.h
/trunk/telegraphics_common/adobeplugin/dprintf.c
/trunk/telegraphics_common/adobeplugin/setcursor_mac.c
/trunk/telegraphics_common/adobeplugin/setcursor_win.c
/trunk/telegraphics_common/adobeplugin/stubs-mpwstdio.c
/trunk/telegraphics_common/lsqrt.c
/trunk/telegraphics_common/lsqrt.h
/trunk/telegraphics_common/photoshop.h
/trunk/telegraphics_common/rng.c
/trunk/telegraphics_common/tt/CenterDialog_win.c
/trunk/telegraphics_common/tt/DRVR.r
/trunk/telegraphics_common/tt/PAP.c
/trunk/telegraphics_common/tt/PAP.h
/trunk/telegraphics_common/tt/POST.r
/trunk/telegraphics_common/tt/ae.c
/trunk/telegraphics_common/tt/ae.h
/trunk/telegraphics_common/tt/alert_box_defs.r
/trunk/telegraphics_common/tt/base_font_name.c
/trunk/telegraphics_common/tt/bufio.c
/trunk/telegraphics_common/tt/bufio.h
/trunk/telegraphics_common/tt/copyright.r
/trunk/telegraphics_common/tt/curveto.c
/trunk/telegraphics_common/tt/curveto.h
/trunk/telegraphics_common/tt/default-SIZE.r
/trunk/telegraphics_common/tt/dvi_driver.c
/trunk/telegraphics_common/tt/dvi_driver.h
/trunk/telegraphics_common/tt/file_io.c
/trunk/telegraphics_common/tt/file_io.h
/trunk/telegraphics_common/tt/file_io_unix.c
/trunk/telegraphics_common/tt/largefiles_forks.c
/trunk/telegraphics_common/tt/largefiles_mac.c
/trunk/telegraphics_common/tt/largefiles_win.c
/trunk/telegraphics_common/tt/my_timer.c
/trunk/telegraphics_common/tt/my_timer.h
/trunk/telegraphics_common/tt/paletteWDEF.c
/trunk/telegraphics_common/tt/photoshop.r
/trunk/ff.h
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/preview.h
/trunk/visual_studio/FilterFoundry.vcxproj
/trunk/visual_studio/FilterFoundry.vcxproj.filters
/trunk/wpj/filterfoundry.tgt
/trunk/wpj/filterfoundry.wpj
231 2021-07-19 20:13:56 daniel-marschall /trunk/ === RELEASE 1.7.0.2 ===  
/trunk/CHANGELOG.md
/trunk/Hosts.md
/trunk/TODO.md
/trunk/ff.h
/trunk/main.c
/trunk/photoshop_sdk/DOWNLOAD.txt
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!
 
/trunk/.gitignore
/trunk/funcs.c
/trunk/funcs.h
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/process.c
/trunk/visual_studio/FilterFoundry.vcxproj
/trunk/visual_studio/FilterFoundry.vcxproj.filters
/trunk/win_flex_bison
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.
 
/trunk/photoshop_sdk
/trunk/photoshop_sdk/DOWNLOAD.txt
/trunk/win_flex_bison
/trunk/win_flex_bison/DOWNLOAD.txt
/trunk
/trunk/68k.r
/trunk/BUILDING.txt
/trunk/Filter Factory Compatibility.txt
/trunk/FilterFoundry.make
/trunk/GIMP Incompatibilities.txt
/trunk/Makefile
/trunk/PARM.h
/trunk/PiPL.rc
/trunk/PiPL_body.rc
/trunk/PiPL_carbon.r
/trunk/PiPL_classic.r
/trunk/PiPL_macho.r
/trunk/PiPL_universal.r
/trunk/c.h
/trunk/cwprefix.h
/trunk/dist/README.html
/trunk/ff.h
/trunk/funcs.c
/trunk/funcs.h
/trunk/lexer.l
/trunk/load_mac.c
/trunk/load_win.c
/trunk/main.c
/trunk/make.c
/trunk/make_mac.c
/trunk/make_win.c
/trunk/manifest.c
/trunk/manifest.h
/trunk/manifest.rc
/trunk/node.c
/trunk/node.h
/trunk/parser.y
/trunk/pipl_common.r
/trunk/preview.c
/trunk/preview.h
/trunk/preview_mac.c
/trunk/process.c
/trunk/read.c
/trunk/save.c
/trunk/scripting.c
/trunk/scripting.r
/trunk/scripting.rc
/trunk/symtab.c
/trunk/symtab.h
/trunk/ui.c
/trunk/ui.h
/trunk/ui_build.c
/trunk/ui_build_win.c
/trunk/ui_mac.c
/trunk/ui_mac.r
/trunk/ui_win.c
/trunk/ui_win.rc
/trunk/version.h
/trunk/version_win.rc
/trunk/versioninfo_modify_win.c
/trunk/versioninfo_modify_win.h
/trunk/visual_studio
/trunk/visual_studio/FilterFoundry.vcxproj
/trunk/visual_studio/README.txt
/trunk/visual_studio/nmake.mak
/trunk/visual_studio/nmake64.mak
/trunk/win_res.rc
/trunk/wishlist/wishlist.txt
/trunk/wpj
/trunk/wpj/README.TXT
/trunk/wpj/filterfoundry.wpj