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
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
/trunk/language.c
/trunk/language.h
/trunk/language_mac.r
/trunk/language_win.rc
/trunk/Makefile.mac
/trunk/Makefile.win
/trunk/ff.h
/trunk/load_win.c
/trunk/main.c
/trunk/make_win.c
/trunk/parser.y
/trunk/preview.c
/trunk/read.c
/trunk/save.c
/trunk/slider_win.c
/trunk/telegraphics_common/tt/dbg_win.c
/trunk/telegraphics_common/tt/ui_compat_win.c
/trunk/ui.c
/trunk/ui.h
/trunk/ui_build.c
/trunk/ui_build_win.c
/trunk/ui_mac.c
/trunk/ui_win.c
/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/before.bat
/trunk/wpj/filterfoundry.tgt
/trunk/wpj/filterfoundry.wpj
/trunk/wpj/make_watcom.bat
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
/trunk/ff.h
/trunk/main.c
/trunk/make_win.c
/trunk/preview.c
/trunk/read.c
/trunk/save.c
/trunk/scripting.c
/trunk/slider_win.c
/trunk/telegraphics_common/tt/dbg_win.c
/trunk/ui.c
/trunk/ui_build_win.c
/trunk/ui_win.c
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
/trunk/3264_mixer/foundry_3264_mixer.cpp
/trunk/3264_mixer/foundry_3264_mixer.exe
/trunk/ff.h
/trunk/load_win.c
/trunk/main.c
/trunk/make.c
/trunk/make_win.c
/trunk/read.c
/trunk/scripting.c
/trunk/telegraphics_common/tt/compat_string.c
/trunk/ui.c
/trunk/ui_build.c
/trunk/ui_win.c
/trunk/wpj/filterfoundry.tgt
454 2021-12-19 23:45:40 daniel-marschall /trunk/  
/trunk/TODO.md
/trunk/make_win.c
/trunk/read.c
/trunk/slider_win.c
/trunk/ui.c
/trunk/ui_build_win.c
/trunk/ui_win.c
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
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
/trunk/PARM.h
/trunk/TODO.md
/trunk/ff.h
/trunk/load_win.c
/trunk/main.c
/trunk/make_win.c
/trunk/manifest.c
/trunk/preview.c
/trunk/preview.h
/trunk/read.c
/trunk/save.c
/trunk/scripting.c
/trunk/slider_win.c
/trunk/slider_win.h
/trunk/telegraphics_common/tt/choosefile.h
/trunk/telegraphics_common/tt/choosefile_win.c
/trunk/telegraphics_common/tt/compat_win.c
/trunk/telegraphics_common/tt/compat_win.h
/trunk/telegraphics_common/tt/compat_win_resource.c
/trunk/telegraphics_common/tt/dbg.h
/trunk/telegraphics_common/tt/dbg_win.c
/trunk/telegraphics_common/tt/file_compat_win.c
/trunk/telegraphics_common/tt/str.c
/trunk/telegraphics_common/tt/str.h
/trunk/telegraphics_common/tt/ui_compat.h
/trunk/telegraphics_common/tt/ui_compat_win.c
/trunk/ui.c
/trunk/ui.h
/trunk/ui_build.c
/trunk/ui_build_win.c
/trunk/ui_win.c
/trunk/versioninfo_modify_win.c
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
/trunk/screenshots/Windows NT 3.11.png
/trunk/RELEASE.md
/trunk/load_win.c
/trunk/main.c
/trunk/make.c
/trunk/preview.c
/trunk/read.c
/trunk/telegraphics_common/adobeplugin/dllmain.c
/trunk/telegraphics_common/tt/choosefile_win.c
/trunk/telegraphics_common/tt/compat_win_resource.c
/trunk/telegraphics_common/tt/file_compat_win.c
/trunk/ui.c
/trunk/ui_build_win.c
/trunk/ui_win.c
/trunk/ui_win.rc
421 2021-11-28 00:25:50 daniel-marschall /trunk/ Fixed severe crash when sliders were created and moved, then the filter was applied and re-opened!!!  
/trunk/read.c
420 2021-11-28 00:12:21 daniel-marschall /trunk/  
/trunk/read.c
/trunk/ui_win.c
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
395 2021-11-07 21:52:17 daniel-marschall /trunk/ Watcom (32 bit) uses optimization now and no debugging  
/trunk/read.c
/trunk/visual_studio/FilterFoundry.vcxproj
/trunk/visual_studio/nmake.mak
/trunk/visual_studio/nmake64.mak
/trunk/wpj/filterfoundry.tgt
394 2021-11-07 12:14:38 daniel-marschall /trunk/ readPARM() optimized. Now, it manages various stuff like conversions  
/trunk/PARM.h
/trunk/ff.h
/trunk/load_win.c
/trunk/read.c
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
390 2021-11-06 00:09:55 daniel-marschall /trunk/  
/trunk/testcases/import/ffx_10.ffx
/trunk/testcases/import/ffx_12.ffx
/trunk/ffx_format.md
/trunk/read.c
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
/trunk/testcases/import/txt_ffdcomp.txt
/trunk/examples/16noise_pico.txt
/trunk/testcases/import/txt_ffdcomp.TXT
/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/main.c
/trunk/read.c
/trunk/save.c
/trunk/ui.c
/trunk/visual_studio/FilterFoundry.vcxproj
388 2021-11-04 01:42:08 daniel-marschall /trunk/ FFDecomp TXT files can now be read, too.  
/trunk/TODO.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/read.c
/trunk/testcases/import/txt_ffdcomp.TXT
/trunk/ui.c
387 2021-11-04 00:03:09 daniel-marschall /trunk/  
/trunk/read.c
/trunk/save.c
/trunk/ui.c
386 2021-11-03 23:57:59 daniel-marschall /trunk/ Extensions to PiCo TXT loader. Many changed on manual.  
/trunk/examples/16noise_pico.txt
/trunk/README.md
/trunk/TODO.md
/trunk/doc/The Filter Foundry.docx
/trunk/doc/The Filter Foundry.pdf
/trunk/read.c
/trunk/testcases/import/txt_pico.txt
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
381 2021-11-01 16:24:10 daniel-marschall /trunk/  
/trunk/main.c
/trunk/make_mingw32.bat
/trunk/read.c
/trunk/ui_build.c

Show All