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  
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!
 
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  
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.
 
530 2022-07-01 00:50:35 daniel-marschall /trunk/  
524 2022-05-15 19:56:50 daniel-marschall /trunk/ === RELEASE 1.7.0.18 ===  
520 2022-05-14 00:50:22 daniel-marschall /trunk/ === RELEASE 1.7.0.17 ===  
508 2022-05-06 01:53:48 daniel-marschall /trunk/ Introduced obfuscation version 7, which is more secure.  
472 2022-04-02 22:19:07 daniel-marschall /trunk/ Documentation update  
470 2022-03-22 23:39:37 daniel-marschall /trunk/ === RELEASE 1.7.0.16 ===
Fixed bug that caused PLUGIN.DLL sliders not working if the filter was called multiple times. You can hotfix existing standalone plugins by replacing "UnregisterSlider" with "UnRegisterSlider" using a hex-editor. Affected are plugins built using 1.7.0.13/14/15.
 
466 2022-03-06 19:59:00 daniel-marschall /trunk/  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
457 2021-12-24 23:33:40 daniel-marschall /trunk/ === RELEASE 1.7.0.14 ===  
442 2021-12-04 12:45:57 daniel-marschall /trunk/  
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  
406 2021-11-18 01:05:03 daniel-marschall /trunk/ Small fix in compat_win_resource.c  
404 2021-11-16 22:26:18 daniel-marschall /trunk/ OpenWatcom optimization caused crash on some machines. Fixed.  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
392 2021-11-06 17:25:07 daniel-marschall /trunk/ === RELEASE 7.0.12 ===  
391 2021-11-06 16:50:12 daniel-marschall /trunk/  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
386 2021-11-03 23:57:59 daniel-marschall /trunk/ Extensions to PiCo TXT loader. Many changed on manual.  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
384 2021-11-01 22:31:26 daniel-marschall /trunk/ === RELEASE 1.7.0.11 ===
Documentation update
 
382 2021-11-01 16:53:29 daniel-marschall /trunk/  
362 2021-10-27 22:13:49 daniel-marschall /trunk/ Documentation: Explained comments  
356 2021-10-15 19:12:06 daniel-marschall /trunk/ Fixed incompatibility with older versions of Wine (Windows emulator for Linux systems)  
354 2021-09-19 19:24:54 daniel-marschall /trunk/ === RELEASE 1.7.0.10 ===  
346 2021-09-12 10:01:40 daniel-marschall /trunk/ === RELEASE 1.7.0.9 ===  
334 2021-09-07 00:54:09 daniel-marschall /trunk/  
317 2021-09-02 00:08:22 daniel-marschall /trunk/ Code formatting  
308 2021-08-29 01:32:42 daniel-marschall /trunk/ For 32/64-bit cross-build, there is now no requirement that both plugin files must be installed anymore.  
305 2021-08-28 11:35:54 daniel-marschall /trunk/ Added a help button which opens the documentation on the web. (Only Windows)  
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.