Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
560 2023-12-05 00:09:02 daniel-marschall /trunk/ Fixed PayPal button  
555 2023-11-25 18:12:52 daniel-marschall /trunk/ More code simplifications: Save-methods return a message ID instead of just Boolean  
549 2023-11-23 11:58:56 daniel-marschall /trunk/ === RELEASE 1.7.0.21 ===  
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)  
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)  
539 2023-11-21 13:49:31 daniel-marschall /trunk/ === RELEASE 1.7.0.20 ===
- Implemented "GIMP UserFilter" (GUF) file format.
 
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!
 
523 2022-05-15 19:49:34 daniel-marschall /trunk/ Fixed issue with German special characters  
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.  
520 2022-05-14 00:50:22 daniel-marschall /trunk/ === RELEASE 1.7.0.17 ===  
514 2022-05-09 14:23:31 daniel-marschall /trunk/ FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL 'mode' entry was wrong)  
513 2022-05-09 02:22:14 daniel-marschall /trunk/ Support for "Filter layers" added (not fully tested).  
501 2022-05-01 01:55:22 daniel-marschall /trunk/ Documentation update  
498 2022-04-30 00:17:10 daniel-marschall /trunk/ Fixed memory leaks  
489 2022-04-24 19:44:37 daniel-marschall /trunk/  
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/  
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.  
474 2022-04-03 22:45:53 daniel-marschall /trunk/ TODO.md update  
466 2022-03-06 19:59:00 daniel-marschall /trunk/  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
459 2021-12-27 17:37:36 daniel-marschall /trunk/  
454 2021-12-19 23:45:40 daniel-marschall /trunk/  
453 2021-12-19 20:54:25 daniel-marschall /trunk/ Control text edit: The "up" and "down" keys can now be used to increase and decrease the value by 1. (*)
Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
 
452 2021-12-19 20:46:21 daniel-marschall /trunk/ OpenWatcom build now much faster!  
450 2021-12-19 00:39:39 daniel-marschall /trunk/ MSVC++ CLI and MingW32 builds now also have Unicode  
449 2021-12-17 00:48:41 daniel-marschall /trunk/ Source code compatibility  
447 2021-12-16 22:08:41 daniel-marschall /trunk/ Fixed memory corruption in simplealert() after Unicode patch  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
442 2021-12-04 12:45:57 daniel-marschall /trunk/  
440 2021-12-03 00:38:16 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.  
419 2021-11-27 14:00:12 daniel-marschall /trunk/ Windows NT 3.1 and Windows NT 3.5x are now supported, except for some smaller drawbacks  
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.
 
407 2021-11-19 16:48:54 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed CreateDIBSection import  
405 2021-11-16 23:58:01 daniel-marschall /trunk/ compat_win_resource.c : Diffed code with the original code and marked fixes  
404 2021-11-16 22:26:18 daniel-marschall /trunk/ OpenWatcom optimization caused crash on some machines. Fixed.  
403 2021-11-16 16:46:41 daniel-marschall /trunk/ Compatibility fix: Filter Foundry crashed on Photoshop 3.0.0 during opening of the main window