Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
440 2021-12-03 00:38:16 daniel-marschall /trunk/  
424 2021-11-28 23:30:04 daniel-marschall /trunk/ Fixed a few small memory leaks  
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.  
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  
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.
 
407 2021-11-19 16:48:54 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed CreateDIBSection import  
405 2021-11-16 23:58:01 daniel-marschall /trunk/ compat_win_resource.c : Diffed code with the original code and marked fixes  
404 2021-11-16 22:26:18 daniel-marschall /trunk/ OpenWatcom optimization caused crash on some machines. Fixed.  
403 2021-11-16 16:46:41 daniel-marschall /trunk/ Compatibility fix: Filter Foundry crashed on Photoshop 3.0.0 during opening of the main window  
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 )  
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.  
391 2021-11-06 16:50:12 daniel-marschall /trunk/  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
388 2021-11-04 01:42:08 daniel-marschall /trunk/ FFDecomp TXT files can now be read, too.  
386 2021-11-03 23:57:59 daniel-marschall /trunk/ Extensions to PiCo TXT loader. Many changed on manual.  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
370 2021-10-30 18:57:01 daniel-marschall /trunk/ Fixed crash while loading FFX files  
369 2021-10-30 16:52:56 daniel-marschall /trunk/ .pff can now be saved  
366 2021-10-30 00:50:50 daniel-marschall /trunk/ "Filters Unlimited" filters (FFX files) can now be loaded. However, only the basic Filter Factory commands are supported.  
365 2021-10-29 21:54:05 daniel-marschall /trunk/ In the Make dialog, if you clicked "OK" and then cancelled the save dialog, you didn't get back to the Make-dialog. Fixed.  
362 2021-10-27 22:13:49 daniel-marschall /trunk/ Documentation: Explained comments  
356 2021-10-15 19:12:06 daniel-marschall /trunk/ Fixed incompatibility with older versions of Wine (Windows emulator for Linux systems)  
355 2021-10-05 15:41:45 daniel-marschall /trunk/ Tab-Order has been changed  
354 2021-09-19 19:24:54 daniel-marschall /trunk/ === RELEASE 1.7.0.10 ===  
353 2021-09-19 17:04:18 daniel-marschall /trunk/ Warning signs and zoom in/out pictures now have "tool tips" so that you know what will happen if you click them (*)  
347 2021-09-13 17:14:08 daniel-marschall /trunk/ Introduced obfuscation version 6, which is more secure and 4 times faster!  
346 2021-09-12 10:01:40 daniel-marschall /trunk/ === RELEASE 1.7.0.9 ===  
343 2021-09-09 14:19:10 daniel-marschall /trunk/ Increased speed of the creation of the preview picture if state-changing functions (put,rnd,rst) are used (reverted change in 1.7b1). The preview might not be accurate at some rare cases, but at least it is now very fast again...  
341 2021-09-09 11:43:52 daniel-marschall /trunk/ Standalone dialog: Can now have multi-line text. It is also read from the Mac plugins.  
339 2021-09-09 00:57:31 daniel-marschall /trunk/ Reading of Mac standalone plugins (rsrc files): The initial values of the sliders are now correctly read.  
335 2021-09-07 16:25:18 daniel-marschall /trunk/ - `dmin` has been changed from 0 to -512, `dmax` has been changed from 1024 to 512, and `D` stayed 1024 (`D:=dmax-dmin`), in order to fit the actual ranges of `d`, as implemented in Filter Factory.
- `I` is now defined as `imax-imin`. Same with `U` and `V`. Therefore, the variables are now `I=255`, `U=110`, and `V=156`.
 
323 2021-09-03 18:23:09 daniel-marschall /trunk/ (All testcases have been verified again)  
322 2021-09-03 17:39:42 daniel-marschall /trunk/  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
311 2021-08-29 18:00:41 daniel-marschall /trunk/ Various stuff  
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.  
306 2021-08-28 12:05:32 daniel-marschall /trunk/  
305 2021-08-28 11:35:54 daniel-marschall /trunk/ Added a help button which opens the documentation on the web. (Only Windows)  
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.