Subversion Repositories filter_foundry

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
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
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)  
/trunk/ff.h
/trunk/funcs.c
/trunk/main.c
/trunk/make.c
/trunk/make_win.c
/trunk/node.c
/trunk/preview.c
/trunk/process.c
/trunk/save.c
/trunk/scripting.c
/trunk/symtab.h
/trunk/ui.c
/trunk/ui.h
/trunk/ui_win.c
/trunk/versioninfo_modify_win.c
/trunk/visual_studio/FilterFoundry.vcxproj
183 2019-09-26 23:22:36 dmarschall /trunk/ FilterFoundry is now compatible with IrfanView 4.53 (32+64 Bit)  
/trunk/System Requirements.txt
/trunk/ff.h
/trunk/main.c
/trunk/process.c
/trunk/version.h
182 2019-09-26 12:47:25 dmarschall /trunk/ More GIMP compatibility fixes. About dialog improvement for standalone filters.  
/trunk/GIMP Incompatibilities.txt
/trunk/ff.h
/trunk/main.c
/trunk/process.c
/trunk/ui.c
/trunk/ui_win.c
171 2019-01-24 10:39:25 dmarschall /trunk/ Copyright in all source files changed to 2019  
/trunk/dist/gpl.html
/trunk/68k.r
/trunk/BUILDING.txt
/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/ff.h
/trunk/funcs.c
/trunk/funcs.h
/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/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/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/win_res.rc
/trunk/wishlist/daniel_wishlist.txt
/trunk/wishlist/wishlist.txt
166 2019-01-17 11:36:54 dmarschall /trunk/ GIMP is now partially compatible.  
/trunk/dist/README.html
/trunk/funcs.c
/trunk/process.c
/trunk/version.h
/trunk/wishlist/daniel_wishlist.txt
155 2019-01-08 23:03:33 dmarschall /trunk/ Fixed "off by one" bug where you could pan a fit-zoomed picture by 1 pixel in the preview  
/trunk/preview.c
/trunk/process.c
/trunk/version.h
/trunk/wishlist/daniel_wishlist.txt
154 2019-01-08 16:28:26 dmarschall /trunk/ Added Windows Application Manifest;
Fixed bug (in process_scaled) introduced by a previous SVN commit
 
/trunk/manifest.rc
/trunk/manifest.xml
/trunk/testcases/rst_4.afs
/trunk/testcases/rst_4_factory.jpg
/trunk/testcases/rst_4_foundry.png
/trunk/version_win.rc
/trunk/Makefile
/trunk/PiPL.rc
/trunk/funcs.c
/trunk/nmake.mak
/trunk/nmake64.mak
/trunk/process.c
/trunk/read.c
/trunk/version.h
/trunk/win_res.rc
/trunk/wishlist/daniel_wishlist.txt
152 2019-01-06 22:50:11 dmarschall /trunk/ Old FilterFactory standalone filters for MacOS can now be imported  
/trunk/testcases/import/mac_filterfactory.bin
/trunk/PARM.h
/trunk/load_win.c
/trunk/process.c
/trunk/read.c
/trunk/ui.c
/trunk/version.h
/trunk/wishlist/daniel_wishlist.txt
150 2019-01-05 22:57:02 dmarschall /trunk/ Bugfix: When state changing functions (rst, rnd or put) are used within the formula, every pixel in the picture will now be evaluated during preview, even if the user has zoomed in.  
/trunk/node.c
/trunk/node.h
/trunk/process.c
/trunk/version.h
/trunk/wishlist/daniel_wishlist.txt
142 2019-01-03 00:48:35 dmarschall /trunk/ Bugfix: The cell values used by the functions get() and put() were not (re-)initialized before the filter started running. This caused that expressions like "put(get(0)+1,0)" produced different results at each run.  
/trunk/Filter Factory Compatibility.txt
/trunk/ff.h
/trunk/funcs.c
/trunk/process.c
/trunk/version.h
128 2018-12-30 00:47:27 dmarschall /trunk/ YUV formulas are now more accurate. They are slightly different, but not much. The i range is now [0..255] instead of [0..254]. (This means that pure white has now i=255 instead of i=254). The u range stays at [-55..55]. The v range is now [-78..78] instead of [-77..77].  
/trunk/process.c
/trunk/version.h
117 2018-12-27 13:36:19 dmarschall /trunk/ All undocumented symbol aliases of FilterFactory are now supported (rmin, rmax, cnv0, etc.)  
/trunk/funcs.c
/trunk/funcs.h
/trunk/lexer.l
/trunk/process.c
/trunk/version.h
106 2018-12-19 23:05:10 dmarschall /trunk/ Fixed crash at filter startup when computer had too much RAM.
Fixed crash where built obfuscated filters could not be opened.
Added function rst(i) which is an undocumented function in Filter Factory for setting a random seed.
Size PARM_SIZE in PARM ressource corrected.
Extended NMake file to support flex and bison compilation.
Dialogs (build dialog, open and save dialogs) are now modal, i.e. the main window is locked when they are open.
The preview dialog has now a hand cursor. (Open hand on hover. Grabbing hand on panning)
Dialog boxes now have an [X] button to close the window.
 
/trunk/cursor_hand_grab.cur
/trunk/cursor_hand_open.cur
/trunk/wishlist/reference_examples/preview_pixelborder_bug.jpg
/trunk/BUILDING.txt
/trunk/PARM.h
/trunk/PiPL.rc
/trunk/ff.h
/trunk/funcs.c
/trunk/load_win.c
/trunk/main.c
/trunk/make.c
/trunk/nmake.mak
/trunk/process.c
/trunk/ui.c
/trunk/ui.h
/trunk/ui_build.c
/trunk/ui_build_win.c
/trunk/ui_win.c
/trunk/ui_win.rc
/trunk/version.h
94 2007-02-26 03:10:23 toby /trunk/ changes to modularise preview functionality (currently for the benefit of ConvToy)  
/trunk/misc.h
/trunk/preview.h
/trunk/preview_mac.c
/trunk/FilterFoundry.make
/trunk/ff.h
/trunk/main.c
/trunk/preview.c
/trunk/process.c
/trunk/ui.c
/trunk/ui.h
/trunk/ui_mac.c
/trunk/ui_win.c
76 2007-02-16 21:42:40 toby /trunk/ minor changes to image sampling logic (ff_src(), rawsrc())  
/trunk/funcs.c
/trunk/process.c
/trunk/version.h
71 2007-02-02 02:41:52 toby /trunk/ cnv() no longer requests entire filtered image in one piece; can now work in chunks; improve the handling of edge pixels when filtering selection (don't double edge pixels where image data exists)  
/trunk/funcs.c
/trunk/main.c
/trunk/node.c
/trunk/node.h
/trunk/process.c
/trunk/version.h
66 2007-02-01 02:37:57 toby /trunk/ fix nasty bug reported by Daniel Denk, where filtering a selection always used top left part of image as source data, instead of selection, if src() or cnv() were in any formula  
/trunk/Makefile
/trunk/funcs.c
/trunk/main.c
/trunk/process.c
/trunk/version.h
53 2006-06-06 05:37:17 toby /trunk/ fix x,y,X,Y,M variables to use selection extent instead of image size (per Eiji nishidai)  
/trunk/FilterFoundry.make
/trunk/ff.h
/trunk/main.c
/trunk/preview.c
/trunk/process.c
/trunk/version.h
23 2006-02-27 02:40:44 toby /trunk/ fix many warnings; fix plugin DLL extension  
/trunk/Makefile
/trunk/funcs.c
/trunk/load_mac.c
/trunk/load_win.c
/trunk/main.c
/trunk/make.c
/trunk/make_mac.c
/trunk/make_win.c
/trunk/process.c
/trunk/read.c
/trunk/save.c
/trunk/scripting.c
/trunk/symtab.c
/trunk/ui.c
/trunk/ui_mac.c
/trunk/ui_win.c

Show All