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/  
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  
284 2021-08-12 16:14:43 daniel-marschall /trunk/  
283 2021-08-11 20:45:02 daniel-marschall /trunk/ Avoid that VirusTotal crashes the plugin if it tries to call RunDll32.exe FilterFoundry.8bf,PluginMain during the behavior analysis  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
272 2021-08-02 09:58:55 daniel-marschall /trunk/  
268 2021-08-01 00:39:23 daniel-marschall /trunk/ Did some code formatting  
264 2021-07-31 22:03:45 daniel-marschall /trunk/ Obfuscated standalone filters can now recall the previous settings on GIMP/Irfanview (was disabled in 1.7.0.5, because the temporaray .afs file leaked the obfuscated code).  
259 2021-07-30 22:50:12 daniel-marschall /trunk/ Normalized source files to CRLF line endings  
256 2021-07-29 22:08:39 daniel-marschall /trunk/ The feature "Obfuscate" and "Protected" are now merged together.
Reason: Obfuscate without protect makes no sense (since everybody can read/load it using FilterFoundry) and
protect without obfuscate makes no sense (because you can read the formula using a resource editor and even remove the protect flag with a hex editor)
 
248 2021-07-27 00:50:11 daniel-marschall /trunk/ GIMP/Irfanview: The temp AFS filename did only contain the filter category and title. This was not good, because if the filter is updated, the AFS file will contain the formulas of the previous version of the filter. Now the formulas and stuff is also included in the hash.  
247 2021-07-27 00:28:41 daniel-marschall /trunk/ Ifanview/GIMP can now also work with standalone filters  
246 2021-07-26 15:30:39 daniel-marschall /trunk/  
245 2021-07-26 00:46:02 daniel-marschall /trunk/ Bugfix: If you call a standalone filter two times, then the main dialog opens (PROPER fix)  
244 2021-07-26 00:18:14 daniel-marschall /trunk/ Bugfix: If you call a standalone filter two times, then the main dialog opens (workaround fix)  
236 2021-07-23 13:05:53 daniel-marschall /trunk/ === RELEASE 1.7.0.3 ===

Fixed compiler warnings
Windows 9x: Moved Unicows.dll check before CopyFile
 
234 2021-07-23 00:26:08 daniel-marschall /trunk/ Internal change: Using new Buffer Suite to replace the deprecated buffer procs  
233 2021-07-21 00:58:51 daniel-marschall /trunk/  
232 2021-07-21 00:56:45 daniel-marschall /trunk/ Support BigDocument structure (*.psb)  
231 2021-07-19 20:13:56 daniel-marschall /trunk/ === RELEASE 1.7.0.2 ===  
227 2021-07-17 21:04:14 daniel-marschall /trunk/  
224 2021-07-17 18:07:33 daniel-marschall /trunk/ Paint.net host: Ignore MaxSpace and MaxSpace64, because it has wrong value