Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
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  
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
505 2022-05-04 02:18:25 daniel-marschall /trunk/  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
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).
 
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
424 2021-11-28 23:30:04 daniel-marschall /trunk/ Fixed a few small memory leaks  
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  
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.  
334 2021-09-07 00:54:09 daniel-marschall /trunk/  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
268 2021-08-01 00:39:23 daniel-marschall /trunk/ Did some code formatting  
217 2021-07-15 01:10:31 daniel-marschall /trunk/ Added questionable PIDISPOSEHANDLE() to scripting. It doesn't crash in Windows, so I guess it's good?  
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
 
206 2021-07-11 01:44:00 daniel-marschall /trunk/ Changed copyright year to 2021  
204 2021-07-11 01:14:22 daniel-marschall /trunk/  
203 2021-07-11 00:09:56 daniel-marschall /trunk/ BUGFIX: If plugin is called from an recorded Action, a dialog was shown at the first start, even if dialogs were disabled.  
194 2021-07-05 22:18:01 daniel-marschall /trunk/ Source code can now be compiled using GCC in Mingw32.
Several gcc compiler warnings have been resolved.
 
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.
 
189 2019-10-04 14:28:12 dmarschall /trunk/ Making compilers happy  
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)  
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.) (*)  
171 2019-01-24 10:39:25 dmarschall /trunk/ Copyright in all source files changed to 2019  
91 2007-02-20 18:57:29 toby /trunk/ cosmetic changes only  
23 2006-02-27 02:40:44 toby /trunk/ fix many warnings; fix plugin DLL extension  
21 2006-01-19 00:04:50 toby /trunk/ fix CS2/Mac build; fix scripting parameter input  
18 2005-10-04 02:59:59 toby /trunk/ fix dialog behaviour on repeated filter application; various cosmetic source cleanups (license headers)  
15 2005-07-23 02:02:06 toby /trunk/ well, it builds...  
2 2005-03-01 02:47:25 toby /trunk/ initial import