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
529 2022-06-30 19:19:21 daniel-marschall /trunk/  
510 2022-05-07 01:52:42 daniel-marschall /trunk/ Updated Obfuscation V7  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
498 2022-04-30 00:17:10 daniel-marschall /trunk/ Fixed memory leaks  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
491 2022-04-26 00:14:38 daniel-marschall /trunk/ Documentation update  
486 2022-04-23 17:19:44 daniel-marschall /trunk/ We are now using the new PICA Handle Suite 2.0, as well as the PICA Buffer Suite 2.0 from Adobe.
For non-Adobe hosts, we use the Standard Suite.
 
483 2022-04-23 01:21:55 daniel-marschall /trunk/  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
481 2022-04-17 23:45:57 daniel-marschall /trunk/ pb->maxSpace64 is now also capped to 90%  
480 2022-04-17 22:17:18 daniel-marschall /trunk/  
479 2022-04-17 18:38:49 daniel-marschall /trunk/ gdata memory is now allocated by GlobalAlloc() instead of malloc(), like implemented in FilterFactory. On Mac it is implemented with NewPtrClear() instead of malloc().  
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.  
469 2022-03-22 00:39:57 daniel-marschall /trunk/ Trying to work around some weird bug that I can't reproduce (PLUGIN.DLL sliders do not update text labels)  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
462 2021-12-31 21:19:59 daniel-marschall /trunk/ Win32s (Windows 3.11) compatibility  
461 2021-12-31 20:05:33 daniel-marschall /trunk/ Win32 compatibility (partial)  
459 2021-12-27 17:37:36 daniel-marschall /trunk/  
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/  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
430 2021-11-29 23:47:15 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.  
411 2021-11-20 22:32:16 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed GetVersionExA import  
410 2021-11-20 19:05:33 daniel-marschall /trunk/  
409 2021-11-20 18:47:14 daniel-marschall /trunk/ Messageboxes like simplealert() didn't work if main dialog wasn't opened once. Fixed.  
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.
 
396 2021-11-09 19:24:37 daniel-marschall /trunk/ Visual Studio 2022 compatibility  
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.  
381 2021-11-01 16:24:10 daniel-marschall /trunk/  
379 2021-11-01 12:08:07 daniel-marschall /trunk/ Code optimizations  
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.  
373 2021-10-31 02:17:10 daniel-marschall /trunk/ Documented resource types. Changed 'TpLT' to 'tpLT' due to legality  
369 2021-10-30 16:52:56 daniel-marschall /trunk/ .pff can now be saved  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
309 2021-08-29 11:27:48 daniel-marschall /trunk/ Fixed broken obfuscation  
301 2021-08-26 10:46:02 daniel-marschall /trunk/ Added pow testcase, fixed some compiler warnings