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
515 2022-05-09 22:15:27 daniel-marschall /trunk/ Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
 
514 2022-05-09 14:23:31 daniel-marschall /trunk/ FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL 'mode' entry was wrong)  
513 2022-05-09 02:22:14 daniel-marschall /trunk/ Support for "Filter layers" added (not fully tested).  
511 2022-05-08 22:58:03 daniel-marschall /trunk/ Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.  
508 2022-05-06 01:53:48 daniel-marschall /trunk/ Introduced obfuscation version 7, which is more secure.  
506 2022-05-04 02:24:52 daniel-marschall /trunk/ The obfuscation seed is now in the code segment (.text) of the 8BF files. (Compilers: MSVC++ 32/64 and OpenWatcom)  
504 2022-05-03 16:43:38 daniel-marschall /trunk/ Standalone filters containing a `&` in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.  
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.  
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  
493 2022-04-29 16:45:18 daniel-marschall /trunk/ Nearly all is now translated in German  
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.  
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.
 
468 2022-03-08 01:02:53 daniel-marschall /trunk/ === RELEASE 1.7.0.15 ===  
464 2021-12-31 22:14:47 daniel-marschall /trunk/  
457 2021-12-24 23:33:40 daniel-marschall /trunk/ === RELEASE 1.7.0.14 ===  
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).
 
450 2021-12-19 00:39:39 daniel-marschall /trunk/ MSVC++ CLI and MingW32 builds now also have Unicode  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
442 2021-12-04 12:45:57 daniel-marschall /trunk/  
432 2021-11-30 00:38:17 daniel-marschall /trunk/ Updated screenshots  
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.
 
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
401 2021-11-15 11:48:23 daniel-marschall /trunk/ Updated documentation  
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.  
392 2021-11-06 17:25:07 daniel-marschall /trunk/ === RELEASE 7.0.12 ===  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
382 2021-11-01 16:53:29 daniel-marschall /trunk/  
377 2021-10-31 21:08:36 daniel-marschall /trunk/ Bugfix: When you tried to load a protected obfuscated filter and then tried to make a new filter, the filter was damaged. Fixed.  
375 2021-10-31 18:53:24 daniel-marschall /trunk/ Internal change: The resource fork type 'TpLT' is now 'tpLT'.
Internal change: Obfuscated data is stored in resource fork 'obFS' instead of 'DATA'. For Windows "OBFS" instead of RCDATA.
 
370 2021-10-30 18:57:01 daniel-marschall /trunk/ Fixed crash while loading FFX files  
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.  
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!