Subversion Repositories filter_foundry

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
560 2023-12-05 00:09:02 daniel-marschall /trunk/ Fixed PayPal button  
559 2023-11-27 01:35:54 daniel-marschall /trunk/ Some Mac code fixes in order to try to make CW7 work a bit...  
558 2023-11-26 02:39:22 daniel-marschall /trunk/ Small fixes to load_mac.c  
557 2023-11-25 22:34:32 daniel-marschall /trunk/ Small code improvements  
556 2023-11-25 22:20:37 daniel-marschall /trunk/ FFL import fixed  
555 2023-11-25 18:12:52 daniel-marschall /trunk/ More code simplifications: Save-methods return a message ID instead of just Boolean  
554 2023-11-25 16:55:22 daniel-marschall /trunk/ More fixes to the new loading codes  
553 2023-11-25 16:28:01 daniel-marschall /trunk/ After FFL extraction, the open dialog will display again. More code simplifications.  
552 2023-11-25 02:47:24 daniel-marschall /trunk/ Load-methods don't return boolean and a reason string. Instead they return 0 (success) or a error message ID otherwise.  
551 2023-11-24 02:14:15 daniel-marschall /trunk/testcases/import/ Updated testcases/import/README.md  
550 2023-11-24 01:37:46 daniel-marschall /trunk/ Simplified source code (expressions, slider names, etc. are now loaded directly in the PARM resource). As side effect: The slider positions will be preserved when a filter is made  
549 2023-11-23 11:58:56 daniel-marschall /trunk/ === RELEASE 1.7.0.21 ===  
548 2023-11-23 00:23:50 daniel-marschall /trunk/doc/ Updated documentation once more  
547 2023-11-23 00:20:16 daniel-marschall /trunk/ Fixed FFL import bug found with Application Verifier  
546 2023-11-22 23:44:02 daniel-marschall /trunk/ Usage of sfScript (not necessary to Windows, but still done for the sake of completeness)  
545 2023-11-22 23:08:15 daniel-marschall /trunk/doc/ Updated documentation  
544 2023-11-22 17:28:37 daniel-marschall /trunk/ Implemented reading of FFL files (actually, they will be only extracted, so they can be read afterwards)  
543 2023-11-22 01:04:07 daniel-marschall /trunk/ Fixed language_mac.r  
542 2023-11-22 00:33:03 daniel-marschall /trunk/ Added examples for FFL and FFP files (both file-formats which are currently not implemented)  
541 2023-11-21 16:11:39 daniel-marschall /trunk/ - Read FFX file: Fixed buffer overflow when some strings (Title,Category,Author,Copyright,SliderNames) are too long
- Read GUF file: Only the last part of the Category will be imported
 
540 2023-11-21 13:50:22 daniel-marschall /trunk/releases/ Fixed SVN revision number for release 1.7.0.20  
539 2023-11-21 13:49:31 daniel-marschall /trunk/ === RELEASE 1.7.0.20 ===
- Implemented "GIMP UserFilter" (GUF) file format.
 
538 2023-11-21 01:11:04 daniel-marschall /trunk/ ffx_format.md fixed confusing type names  
537 2023-11-21 01:06:36 daniel-marschall /trunk/ Fixed buffer overflow (off by one) at PicoTxt loading
Prepared implementation of GUF files. Not functional yet!
 
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
535 2023-09-16 21:14:51 daniel-marschall /trunk/ Tested with Adobe Photoshop 2024  
534 2023-09-02 22:57:02 daniel-marschall /trunk/ Small change (rare edge case)  
533 2023-09-02 22:48:53 daniel-marschall /trunk/ Fixed theoretical RunDLL32-Error false-positive on Win32s (Windows 3.11) if pointer to result was 0x000A  
532 2023-07-05 23:53:44 daniel-marschall /trunk/ Made all () methods (void) to enforce 0 parameters.
Noted that PS SDK 2023 was tested.
 
531 2022-07-01 00:51:24 daniel-marschall /trunk/releases/ === RELEASE 1.7.0.19 ===  
530 2022-07-01 00:50:35 daniel-marschall /trunk/  
529 2022-06-30 19:19:21 daniel-marschall /trunk/  
528 2022-06-29 18:02:34 daniel-marschall /trunk/ Fixed bug in Watcom (32 bit) build that prevented creation of protected filters.  
527 2022-05-29 11:05:56 daniel-marschall /trunk/ OS Types documentation small changes  
526 2022-05-24 02:23:18 daniel-marschall /trunk/ Some small changes in source code comments  
525 2022-05-15 22:30:50 daniel-marschall /trunk/ Windows RC: PiPL => PIPL, aete => AETE  
524 2022-05-15 19:56:50 daniel-marschall /trunk/ === RELEASE 1.7.0.18 ===  
523 2022-05-15 19:49:34 daniel-marschall /trunk/ Fixed issue with German special characters  
522 2022-05-15 14:05:46 daniel-marschall /trunk/ === RELEASE 1.7.0.17 (ANSI hotfix; German is still broken) ===  
521 2022-05-15 14:01:52 daniel-marschall /trunk/ Windows/ANSI: Fixed critical issue with broken strings due to wrong documentation of LoadStringA() by Microsoft.