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
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.
 
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
440 2021-12-03 00:38:16 daniel-marschall /trunk/  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
430 2021-11-29 23:47:15 daniel-marschall /trunk/  
427 2021-11-29 21:46:15 daniel-marschall /trunk/  
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.  
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.
 
394 2021-11-07 12:14:38 daniel-marschall /trunk/ readPARM() optimized. Now, it manages various stuff like conversions  
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.  
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.  
379 2021-11-01 12:08:07 daniel-marschall /trunk/ Code optimizations  
376 2021-10-31 20:32:58 daniel-marschall /trunk/  
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.
 
373 2021-10-31 02:17:10 daniel-marschall /trunk/ Documented resource types. Changed 'TpLT' to 'tpLT' due to legality  
371 2021-10-30 23:20:36 daniel-marschall /trunk/ Moved fileHasExtension() from read.c to choosefile_*.c  
369 2021-10-30 16:52:56 daniel-marschall /trunk/ .pff can now be saved  

Show All