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
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.  
355 2021-10-05 15:41:45 daniel-marschall /trunk/ Tab-Order has been changed  
354 2021-09-19 19:24:54 daniel-marschall /trunk/ === RELEASE 1.7.0.10 ===  
353 2021-09-19 17:04:18 daniel-marschall /trunk/ Warning signs and zoom in/out pictures now have "tool tips" so that you know what will happen if you click them (*)  
320 2021-09-03 17:08:59 daniel-marschall /trunk/  
273 2021-08-02 20:55:35 daniel-marschall /trunk/ Windows message box dialogs are now properly "modal" (they have the correct parent window handle), and therefore, they blink when you click at the parent window.  
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  
230 2021-07-18 19:24:56 daniel-marschall /trunk/ "About dialog" shows if the plugin is a 32 bit or 64 bit plugin  
216 2021-07-14 11:01:17 daniel-marschall /trunk/ Moved changelog von version.h to CHANGELOG.md  
213 2021-07-13 23:51:56 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  
205 2021-07-11 01:36:51 daniel-marschall /trunk/  
198 2021-07-06 13:56:17 daniel-marschall /trunk/ Code does now also compile with G++; fixed many compiler warnings  
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.
 
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)  
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'. (*)  
182 2019-09-26 12:47:25 dmarschall /trunk/ More GIMP compatibility fixes. About dialog improvement for standalone filters.  
171 2019-01-24 10:39:25 dmarschall /trunk/ Copyright in all source files changed to 2019  
158 2019-01-12 01:16:03 dmarschall /trunk/ - Windows: Visual Styles are now supported and always be applied
- Bugfix: If you click the zoomlevel-caption for a tiny picture, the zoom ("fit zoom") won't zoom in to >100% anymore.
 
153 2019-01-07 00:27:24 dmarschall /trunk/ In Windows, the "load" algorithm will now first check if a file is an AFS/PFF file, and then if it is a standalone filter. Due to this, files can now opened, even if they have the wrong file extension.  
132 2018-12-31 00:51:36 dmarschall /trunk/ Obfuscate uses now XorShift  
131 2018-12-30 20:28:17 dmarschall /trunk/ Warning windows (alertuser and simplealert function) are now modal.  
126 2018-12-29 12:23:54 dmarschall /trunk/ The "caution" sign that indicates an error in the expression does now have a hand cursor that shows up when you hover over the icon, to indicate that the user will receive more information if they click on the icon (*)  
114 2018-12-26 17:37:29 dmarschall /trunk/ Win64 support  
112 2018-12-25 01:41:43 dmarschall /trunk/ Minor changes  
108 2018-12-21 11:29:29 dmarschall /trunk/ Small code compatibility fix  
107 2018-12-20 15:05:20 dmarschall /trunk/ Project is now compatible with OpenWatcom 1.9  
106 2018-12-19 23:05:10 dmarschall /trunk/ Fixed crash at filter startup when computer had too much RAM.
Fixed crash where built obfuscated filters could not be opened.
Added function rst(i) which is an undocumented function in Filter Factory for setting a random seed.
Size PARM_SIZE in PARM ressource corrected.
Extended NMake file to support flex and bison compilation.
Dialogs (build dialog, open and save dialogs) are now modal, i.e. the main window is locked when they are open.
The preview dialog has now a hand cursor. (Open hand on hover. Grabbing hand on panning)
Dialog boxes now have an [X] button to close the window.
 
102 2009-06-07 22:19:17 toby /trunk/ Cleanups for 64-bit Windows build.  
94 2007-02-26 03:10:23 toby /trunk/ changes to modularise preview functionality (currently for the benefit of ConvToy)  
92 2007-02-25 00:17:04 toby /trunk/ better place to set dialog window title  
78 2007-02-17 19:30:29 toby /trunk/ lowercase file extensions (wishlist #1); minor cosmetic cleanups  
29 2006-02-27 07:20:54 toby /trunk/ fix case sensitivity issues when cross-building from Linux  
23 2006-02-27 02:40:44 toby /trunk/ fix many warnings; fix plugin DLL extension  
18 2005-10-04 02:59:59 toby /trunk/ fix dialog behaviour on repeated filter application; various cosmetic source cleanups (license headers)  
2 2005-03-01 02:47:25 toby /trunk/ initial import