Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
550 2023-11-24 01:37:46 daniel-marschall /trunk/ Simplified source code (expressions, slider names, etc. are now loaded directly in the PARM resource). As side effect: The slider positions will be preserved when a filter is made  
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.
 
526 2022-05-24 02:23:18 daniel-marschall /trunk/ Some small changes in source code comments  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
486 2022-04-23 17:19:44 daniel-marschall /trunk/ We are now using the new PICA Handle Suite 2.0, as well as the PICA Buffer Suite 2.0 from Adobe.
For non-Adobe hosts, we use the Standard Suite.
 
485 2022-04-23 12:20:35 daniel-marschall /trunk/ Implemented wrapper for Buffer Suite 1.0 and 2.0  
484 2022-04-23 02:14:38 daniel-marschall /trunk/ Preview uses now the BufferProcs instead of the HandleProcs, because Adobe writes "In general, the Buffer suite routines are more effective for memory allocation than the Handle suite. The Buffer suite may have access to memory unavailable to the Handle suite. You should use the Handle suite, however, if the data you are managing is a Mac OS handle."  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
403 2021-11-16 16:46:41 daniel-marschall /trunk/ Compatibility fix: Filter Foundry crashed on Photoshop 3.0.0 during opening of the main window  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
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  
232 2021-07-21 00:56:45 daniel-marschall /trunk/ Support BigDocument structure (*.psb)  
206 2021-07-11 01:44:00 daniel-marschall /trunk/ Changed copyright year to 2021  
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.
 
189 2019-10-04 14:28:12 dmarschall /trunk/ Making compilers happy  
185 2019-09-28 18:44:19 dmarschall /trunk/ Misc small code fixes (taking care of compiler warnings)  
171 2019-01-24 10:39:25 dmarschall /trunk/ Copyright in all source files changed to 2019  
159 2019-01-12 17:38:29 dmarschall /trunk/ Windows: Preview: Color compatible with Grayscale and CMYK, too.
Windows: ActivationContext symbols are now dynamically bound.
 
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.
 
157 2019-01-11 14:30:58 dmarschall /trunk/ Preview-Backgroundcolor code now multi platform again.  
156 2019-01-10 14:43:21 dmarschall /trunk/ The preview area now has a dark dithered off canvas area (wishlist #6)  
155 2019-01-08 23:03:33 dmarschall /trunk/ Fixed "off by one" bug where you could pan a fit-zoomed picture by 1 pixel in the preview  
121 2018-12-28 09:44:47 dmarschall /trunk/ Bugfix: In some cases, the preview image had a small stripe of random pixels at the right or bottom.  
120 2018-12-27 16:02:30 dmarschall /trunk/ (Small code optimization)  
119 2018-12-27 15:20:19 dmarschall /trunk/ Bugfix: In the preview window, you could (virtually) pan the image beyond the canvas, so that you needed to pan multiple times to get to the position "0" again.  
114 2018-12-26 17:37:29 dmarschall /trunk/ Win64 support  
110 2018-12-22 23:49:58 dmarschall /trunk/ Preview: Checkerboard does only move when the panning actually suceeded (the picture didn't went off border)  
94 2007-02-26 03:10:23 toby /trunk/ changes to modularise preview functionality (currently for the benefit of ConvToy)  
89 2007-02-20 04:22:35 toby /trunk/ support remaining 8-bit image modes (wishlist proposal)  
53 2006-06-06 05:37:17 toby /trunk/ fix x,y,X,Y,M variables to use selection extent instead of image size (per Eiji nishidai)  
45 2006-03-22 09:08:11 toby /trunk/ read parameters from Windows .8BF Filter Factory standalones, in Mac version  
39 2006-03-18 07:29:11 toby /trunk/ report preview error the *right* way