Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
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)  
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
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.
 
480 2022-04-17 22:17:18 daniel-marschall /trunk/  
479 2022-04-17 18:38:49 daniel-marschall /trunk/ gdata memory is now allocated by GlobalAlloc() instead of malloc(), like implemented in FilterFactory. On Mac it is implemented with NewPtrClear() instead of malloc().  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
411 2021-11-20 22:32:16 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed GetVersionExA import  
357 2021-10-16 20:45:48 daniel-marschall /trunk/ In case filter is digitally signed, the signature will be removed for standalone filters  
274 2021-08-07 01:26:00 daniel-marschall /trunk/ Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
 
268 2021-08-01 00:39:23 daniel-marschall /trunk/ Did some code formatting  
263 2021-07-31 21:51:40 daniel-marschall /trunk/ .pff files (Premiere Filter Factory) are now correctly loaded  
259 2021-07-30 22:50:12 daniel-marschall /trunk/ Normalized source files to CRLF line endings  
235 2021-07-23 00:45:34 daniel-marschall /trunk/ Windows: Using of GetTickCount64() in order to replace the deprecated GetTickCount()  
193 2021-07-05 15:57:43 daniel-marschall /trunk/ Included telegraphics_common SVN repository (revision 84) into the FilterFoundry repository to make the build process easier