Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
523 2022-05-15 19:49:34 daniel-marschall /trunk/ Fixed issue with German special characters  
521 2022-05-15 14:01:52 daniel-marschall /trunk/ Windows/ANSI: Fixed critical issue with broken strings due to wrong documentation of LoadStringA() by Microsoft.  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
494 2022-04-29 16:52:33 daniel-marschall /trunk/  
493 2022-04-29 16:45:18 daniel-marschall /trunk/ Nearly all is now translated in German  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
460 2021-12-31 01:24:24 daniel-marschall /trunk/ Win32s (Windows 3.11) partial compatibility  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
422 2021-11-28 02:04:06 daniel-marschall /trunk/ By default, Photoshop's sliders (PLUGIN.DLL) will be used. Only if PLUGIN.DLL is missing, the Microsoft Trackbar Controls are used.  
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  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
355 2021-10-05 15:41:45 daniel-marschall /trunk/ Tab-Order has been changed  
341 2021-09-09 11:43:52 daniel-marschall /trunk/ Standalone dialog: Can now have multi-line text. It is also read from the Mac plugins.  
317 2021-09-02 00:08:22 daniel-marschall /trunk/ Code formatting  
307 2021-08-29 01:27:53 daniel-marschall /trunk/  
305 2021-08-28 11:35:54 daniel-marschall /trunk/ Added a help button which opens the documentation on the web. (Only Windows)  
259 2021-07-30 22:50:12 daniel-marschall /trunk/ Normalized source files to CRLF line endings  
256 2021-07-29 22:08:39 daniel-marschall /trunk/ The feature "Obfuscate" and "Protected" are now merged together.
Reason: Obfuscate without protect makes no sense (since everybody can read/load it using FilterFoundry) and
protect without obfuscate makes no sense (because you can read the formula using a resource editor and even remove the protect flag with a hex editor)
 
242 2021-07-25 21:48:23 daniel-marschall /trunk/ Internal change: Dialog resource sublang is now US instead of AUS  
221 2021-07-17 13:03:02 daniel-marschall /trunk/ Map labels are centered between two sliders, like in Filter Factory
Converted more .txt files to .md files, for GitHub
 
206 2021-07-11 01:44:00 daniel-marschall /trunk/ Changed copyright year to 2021  
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.
 
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.
 
151 2019-01-06 13:12:02 dmarschall /trunk/ The "caution" sign now has a sharper design (it was a bit pixelated).  
133 2018-12-31 00:54:35 dmarschall /trunk/ Fixed language codes in resources  
127 2018-12-29 21:18:37 dmarschall /trunk/ The expression input fields now have a vertical scrollbar  
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 (*)  
123 2018-12-28 11:35:03 dmarschall /trunk/ Bugfix: At standalone filters, the "map" text was not displayed; instead, the two "ctl" texts were displayed.  
122 2018-12-28 11:16:06 dmarschall /trunk/ - For disabled sliders, the corresponding label is now also grayed out (*)
- Bugfix: In standalone filters, the unused ctl() labels were not hidden. They are now invisible as intended.
 
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.
 
87 2007-02-20 00:27:17 toby /trunk/ more on obfuscation  
85 2007-02-19 18:24:12 toby /trunk/ simple parameter obfuscation in standalone plugins (wishlist #7)  
83 2007-02-18 23:33:08 toby /trunk/ swap +/- zoom controls to match Photoshop builtins  
62 2006-11-18 06:47:57 toby /trunk/ cosmetic changes only  
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