Subversion Repositories filter_foundry

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
526 2022-05-24 02:23:18 daniel-marschall /trunk/ Some small changes in source code comments  
517 2022-05-10 13:08:21 daniel-marschall /trunk/ Every standalone Filter now receives an individual OID  
516 2022-05-10 01:32:24 daniel-marschall /trunk/  
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) (*)
 
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.  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
498 2022-04-30 00:17:10 daniel-marschall /trunk/ Fixed memory leaks  
489 2022-04-24 19:44:37 daniel-marschall /trunk/  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
424 2021-11-28 23:30:04 daniel-marschall /trunk/ Fixed a few small memory leaks  
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.  
346 2021-09-12 10:01:40 daniel-marschall /trunk/ === RELEASE 1.7.0.9 ===  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
292 2021-08-22 10:53:14 daniel-marschall /trunk/ Introduced obfuscation version 5 (it is like version 4, but contains an integrity check); also fixed some smaller issues with obfuscation loading.  
277 2021-08-08 12:55:38 daniel-marschall /trunk/  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
274 2021-08-07 01:26:00 daniel-marschall /trunk/ Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
 
272 2021-08-02 09:58:55 daniel-marschall /trunk/  
271 2021-08-01 23:05:48 daniel-marschall /trunk/ Security improvement: Filters which have been built using obfuscation "V3" will now always be treated as protected plugin, even if the obfuscated code has been manipulated.  
270 2021-08-01 13:22:29 daniel-marschall /trunk/ Obfuscated "V1" and obfuscated "V2" filters can now be loaded again (as long as they aren't protected)  
268 2021-08-01 00:39:23 daniel-marschall /trunk/ Did some code formatting  
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)
 
255 2021-07-29 20:10:34 daniel-marschall /trunk/ Improved obfuscation code, part 1  
247 2021-07-27 00:28:41 daniel-marschall /trunk/ Ifanview/GIMP can now also work with standalone filters  
241 2021-07-25 21:24:25 daniel-marschall /trunk/ Internal change: "Manifest" resource gets individualized in standalone plugins  
238 2021-07-25 02:35:48 daniel-marschall /trunk/ Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin  
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
 
232 2021-07-21 00:56:45 daniel-marschall /trunk/ Support BigDocument structure (*.psb)  
229 2021-07-18 02:15:25 daniel-marschall /trunk/ Fixed bogus character in front of filter name at the Action/Scripting tab  
228 2021-07-18 01:52:46 daniel-marschall /trunk/ Fixed hash conflict in AETE/AppleScript
New screenshots
 
218 2021-07-15 16:07:01 daniel-marschall /trunk/ Cosmetics: PIPL of built filters is filled with 0x00 bytes  
216 2021-07-14 11:01:17 daniel-marschall /trunk/ Moved changelog von version.h to CHANGELOG.md  
212 2021-07-13 23:47:26 daniel-marschall /trunk/ FilterFoundry is now AppleScript aware (not tested)  
211 2021-07-13 22:35:59 daniel-marschall /trunk/  
210 2021-07-13 17:51:51 daniel-marschall /trunk/ - Bugfix: Standalone filters did not show the correct "About" dialog
- Fixed various smaller things
- Prepared for AppleScript compatibility by randomizing AETE keys
 
209 2021-07-13 01:44:26 daniel-marschall /trunk/  
208 2021-07-12 23:35:38 daniel-marschall /trunk/ Internal code change: "event_id" is not a global variable anymore  
207 2021-07-12 12:01:23 daniel-marschall /trunk/ printablehash() has now a keyspace that is ~2.22 times larger. It uses spaces as padding at the right side only.