Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
311 2021-08-29 18:00:41 daniel-marschall /trunk/ Various stuff  
301 2021-08-26 10:46:02 daniel-marschall /trunk/ Added pow testcase, fixed some compiler warnings  
300 2021-08-25 22:41:48 daniel-marschall /trunk/ Added new function `pow(b,e)` which are already part of the inofficial Filter Factory 3.1.0 patch by Daniel Marschall.  
299 2021-08-25 19:54:45 daniel-marschall /trunk/ According to the FilterFactory manual, all operations are on signed 32-bit integers  
298 2021-08-25 19:41:27 daniel-marschall /trunk/  
296 2021-08-25 17:13:08 daniel-marschall /trunk/ The window is now opened on the correct screen (the one where Photoshop is opened). Additionally, it is avoided that the window is spread over multiple screens.  
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  
239 2021-07-25 11:54:57 daniel-marschall /trunk/ Windows Open/Save dialogs: At the title, the first character was missing. Fixed.  
237 2021-07-25 02:00:46 daniel-marschall /trunk/ Added foundry17_32.8bf and foundry17_64.8bf import testcase  
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)  
199 2021-07-06 16:56:33 daniel-marschall /trunk/ Previous compiler warning fixes broke load/save dialogs. Fixed.  
198 2021-07-06 13:56:17 daniel-marschall /trunk/ Code does now also compile with G++; fixed many compiler warnings  
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