Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
549 2023-11-23 11:58:56 daniel-marschall /trunk/ === RELEASE 1.7.0.21 ===  
539 2023-11-21 13:49:31 daniel-marschall /trunk/ === RELEASE 1.7.0.20 ===
- Implemented "GIMP UserFilter" (GUF) file format.
 
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
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 ===  
517 2022-05-10 13:08:21 daniel-marschall /trunk/ Every standalone Filter now receives an individual OID  
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) (*)
 
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
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/  
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/  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
392 2021-11-06 17:25:07 daniel-marschall /trunk/ === RELEASE 7.0.12 ===  
382 2021-11-01 16:53:29 daniel-marschall /trunk/  
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 ===  
317 2021-09-02 00:08:22 daniel-marschall /trunk/ Code formatting  
276 2021-08-07 22:22:44 daniel-marschall /trunk/ Introduced obfuscation "V4" (more secure). Required for x86/x64 cross-build filters  
269 2021-08-01 01:26:29 daniel-marschall /trunk/ === RELEASE 1.7.0.6 ===  
267 2021-07-31 23:46:34 daniel-marschall /trunk/  
262 2021-07-30 23:33:14 daniel-marschall /trunk/ === RELEASE 1.7.0.5 ===  
261 2021-07-30 23:28:00 daniel-marschall /trunk/  
259 2021-07-30 22:50:12 daniel-marschall /trunk/ Normalized source files to CRLF line endings  
240 2021-07-25 18:20:46 daniel-marschall /trunk/ Divided Manifests for 64 and 32 Bit  
238 2021-07-25 02:35:48 daniel-marschall /trunk/ Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin  
237 2021-07-25 02:00:46 daniel-marschall /trunk/ Added foundry17_32.8bf and foundry17_64.8bf import testcase  
234 2021-07-23 00:26:08 daniel-marschall /trunk/ Internal change: Using new Buffer Suite to replace the deprecated buffer procs  
228 2021-07-18 01:52:46 daniel-marschall /trunk/ Fixed hash conflict in AETE/AppleScript
New screenshots
 
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)  
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
 
206 2021-07-11 01:44:00 daniel-marschall /trunk/ Changed copyright year to 2021  
192 2021-07-05 01:32:04 daniel-marschall /trunk/ Simplified build process for OpenWatcom and Visual Studio;
Photoshop SDK and WinFlex/Bison have now hardcoded paths.
Updated internal development documentation and checked with grammarly.com.
Added "svn:ignore" SVN attribute to avoid that temporary build files are accidentally committed.
Adjusted copyright years.
 
184 2019-09-28 02:38:12 dmarschall /trunk/ Scripting/Actions: For standalone filters, the name of the sliders are now written in the 'Actions' tab. The function 'fixaete' was replaced with 'aete_generate'. (*)  
183 2019-09-26 23:22:36 dmarschall /trunk/ FilterFoundry is now compatible with IrfanView 4.53 (32+64 Bit)  
181 2019-09-26 00:38:15 dmarschall /trunk/ "MaxSpace64" will now be used, if supported by the host  
178 2019-09-25 17:04:42 dmarschall /trunk/ Fixed Actions (recording/playback). Several things like in AETE resource and build process were broken. (e.g. the classID had to be changed to 'Fltr' so that the parameters are shown in the Photoshop Action tab.) (*)  
175 2019-09-20 23:26:07 dmarschall /trunk/ Build of plugins with empty title or category will now be prevented, since plugins with empty category or title won't be shown in the filter menu.  
172 2019-01-24 13:21:00 dmarschall /trunk/ Added Visual Studio project file, and moved NMake script to folder visual_studio