Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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().  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
462 2021-12-31 21:19:59 daniel-marschall /trunk/ Win32s (Windows 3.11) compatibility  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
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  
414 2021-11-21 13:27:44 daniel-marschall /trunk/  
411 2021-11-20 22:32:16 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed GetVersionExA import  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
357 2021-10-16 20:45:48 daniel-marschall /trunk/ In case filter is digitally signed, the signature will be removed for standalone filters  
311 2021-08-29 18:00:41 daniel-marschall /trunk/ Various stuff  
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  
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()  
214 2021-07-14 01:43:14 daniel-marschall /trunk/ Fixed VisualStudio compiler-warnings (isatty undeclared, fileno undeclared, GetVersionEx deprecated)  
195 2021-07-05 22:42:50 daniel-marschall /trunk/ Created Mingw32/64 building batch script  
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.
 
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