Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
502 2022-05-01 12:50:01 daniel-marschall /trunk/ val(i,a,b) now returns the same value like Filter Factory for illegal values of i.  
/trunk/CHANGELOG.md
/trunk/ff.h
/trunk/funcs.c
/trunk/funcs.h
500 2022-05-01 00:06:03 daniel-marschall /trunk/ map(i,n) now works like in Filter Factory and not like GIMP User Filter v0.8  
/trunk/testcases/map1.afs
/trunk/testcases/map1_factory_mac.png
/trunk/testcases/map1_factory_win.png
/trunk/testcases/map1_foundry.png
/trunk/testcases/map2.afs
/trunk/testcases/map2_factory_mac.png
/trunk/testcases/map2_factory_win.png
/trunk/testcases/map2_foundry.png
/trunk/testcases/map3.afs
/trunk/testcases/map3_factory_mac.png
/trunk/testcases/map3_factory_win.png
/trunk/testcases/map3_foundry.png
/trunk/testcases/map4.afs
/trunk/testcases/map4_factory_mac.png
/trunk/testcases/map4_factory_win.png
/trunk/testcases/map4_foundry.png
/trunk/CHANGELOG.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/ff.h
/trunk/funcs.c
/trunk/funcs.h
/trunk/process.c
493 2022-04-29 16:45:18 daniel-marschall /trunk/ Nearly all is now translated in German  
/trunk/CHANGELOG.md
/trunk/language.c
/trunk/language.h
/trunk/language_mac.r
/trunk/language_win.rc
/trunk/ui.c
/trunk/ui_build.c
/trunk/ui_win.c
/trunk/ui_win.rc
476 2022-04-17 00:09:02 daniel-marschall /trunk/ Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.  
/trunk/CHANGELOG.md
/trunk/TODO.md
/trunk/ff.h
/trunk/main.c
/trunk/slider_win.c
/trunk/slider_win.h
/trunk/ui_win.c
470 2022-03-22 23:39:37 daniel-marschall /trunk/ === RELEASE 1.7.0.16 ===
Fixed bug that caused PLUGIN.DLL sliders not working if the filter was called multiple times. You can hotfix existing standalone plugins by replacing "UnregisterSlider" with "UnRegisterSlider" using a hex-editor. Affected are plugins built using 1.7.0.13/14/15.
 
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/RELEASE.md
/trunk/ff.h
/trunk/manifest32.xml
/trunk/manifest64.xml
/trunk/slider_win.c
/trunk/version.h
468 2022-03-08 01:02:53 daniel-marschall /trunk/ === RELEASE 1.7.0.15 ===  
/trunk/CHANGELOG.md
464 2021-12-31 22:14:47 daniel-marschall /trunk/  
/trunk/CHANGELOG.md
457 2021-12-24 23:33:40 daniel-marschall /trunk/ === RELEASE 1.7.0.14 ===  
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/manifest32.xml
/trunk/manifest64.xml
/trunk/version.h
453 2021-12-19 20:54:25 daniel-marschall /trunk/ Control text edit: The "up" and "down" keys can now be used to increase and decrease the value by 1. (*)
Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
 
/trunk/CHANGELOG.md
/trunk/TODO.md
/trunk/read.c
/trunk/scripting.c
/trunk/ui.c
/trunk/ui_win.c
450 2021-12-19 00:39:39 daniel-marschall /trunk/ MSVC++ CLI and MingW32 builds now also have Unicode  
/trunk/CHANGELOG.md
/trunk/Makefile.win
/trunk/TODO.md
/trunk/visual_studio/nmake.mak
/trunk/visual_studio/nmake64.mak
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
/trunk/CHANGELOG.md
/trunk/TODO.md
/trunk/WinNT31Compat.md
/trunk/make_win.c
/trunk/preview.c
/trunk/ui.c
/trunk/ui_win.c
/trunk/visual_studio/FilterFoundry.vcxproj
442 2021-12-04 12:45:57 daniel-marschall /trunk/  
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/TODO.md
/trunk/make_mingw.bat
/trunk/manifest32.xml
/trunk/manifest64.xml
/trunk/scripting.h
/trunk/telegraphics_common/tt/choosefile_win.c
/trunk/version.h
432 2021-11-30 00:38:17 daniel-marschall /trunk/ Updated screenshots  
/trunk/CHANGELOG.md
/trunk/screenshots/EmptyDialog.png
/trunk/screenshots/MainDialog.png
/trunk/screenshots/StandaloneFilter.png
/trunk/ui_win.c
422 2021-11-28 02:04:06 daniel-marschall /trunk/ By default, Photoshop's sliders (PLUGIN.DLL) will be used. Only if PLUGIN.DLL is missing, the Microsoft Trackbar Controls are used.  
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/TODO.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/ff.h
/trunk/load_win.c
/trunk/main.c
/trunk/telegraphics_common/tt/ui_compat.h
/trunk/ui.c
/trunk/ui_win.c
/trunk/ui_win.rc
419 2021-11-27 14:00:12 daniel-marschall /trunk/ Windows NT 3.1 and Windows NT 3.5x are now supported, except for some smaller drawbacks  
/trunk/screenshots/EmptyDialog.png
/trunk/WinNT31CompatBug.png
/trunk/caution.ai
/trunk/caution.bmp
/trunk/caution.psd
/trunk/zoomin.ico
/trunk/zoomout.ico
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/TODO.md
/trunk/WinNT31Compat.md
/trunk/caution.ico
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/make_win.c
/trunk/screenshots/MainDialog.png
/trunk/telegraphics_common/tt/compat_win.c
/trunk/ui.c
/trunk/ui.h
/trunk/ui_build_win.c
/trunk/ui_mac.r
/trunk/ui_win.c
/trunk/ui_win.rc
408 2021-11-19 18:06:36 daniel-marschall /trunk/ Bugfix: When you saved a AFS or PFF file, you received a wrong information about PluginCommander TXT files.
Bugfix: Trying to open a protected filter now correctly displays the message "Filter is protected" again, instead of "No filter detected".
If you click "Make" after the make dialog has been opened once, your previous input will be shown again.
 
/trunk/CHANGELOG.md
/trunk/TODO.md
/trunk/ff.h
/trunk/load_mac.c
/trunk/load_win.c
/trunk/main.c
/trunk/obfusc.c
/trunk/read.c
/trunk/ui.c
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
/trunk/telegraphics_common/tt/compat_win_resource.c
/trunk/telegraphics_common/tt/compat_win_resource.h
/trunk/UNICOWS.dll
/trunk/make_win.rc
/trunk/CHANGELOG.md
/trunk/Makefile.win
/trunk/PiPL.rc
/trunk/PiPL_body.rc
/trunk/README.md
/trunk/TODO.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/make_win.c
/trunk/telegraphics_common/tt/compat_win.c
/trunk/ui.h
/trunk/ui_win.c
/trunk/ui_win.rc
/trunk/visual_studio/FilterFoundry.vcxproj
/trunk/visual_studio/FilterFoundry.vcxproj.filters
/trunk/visual_studio/nmake.mak
/trunk/visual_studio/nmake64.mak
/trunk/win_res.rc
/trunk/wpj/filterfoundry.tgt
/trunk/wpj/filterfoundry.wpj
401 2021-11-15 11:48:23 daniel-marschall /trunk/ Updated documentation  
/trunk/CHANGELOG.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
393 2021-11-07 01:29:08 daniel-marschall /trunk/ Internal change: PARM resource inside memory works now with C-Strings instead of Pascal-Strings.  
/trunk/CHANGELOG.md
/trunk/PARM.h
/trunk/TODO.md
/trunk/ff.h
/trunk/main.c
/trunk/make.c
/trunk/make_mac.c
/trunk/make_win.c
/trunk/read.c
/trunk/save.c
/trunk/scripting.c
/trunk/ui.c
/trunk/ui_build.c
/trunk/ui_mac.c
/trunk/ui_win.c
392 2021-11-06 17:25:07 daniel-marschall /trunk/ === RELEASE 7.0.12 ===  
/trunk/CHANGELOG.md
/trunk/README.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/manifest32.xml
/trunk/manifest64.xml
/trunk/ui_build.c
/trunk/version.h

Show All