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
171 2019-01-24 10:39:25 dmarschall /trunk/ Copyright in all source files changed to 2019  
167 2019-01-18 22:16:43 dmarschall /trunk/ FilterFoundry is now compatible with GIMP/PSPI  
164 2019-01-16 16:41:52 dmarschall /trunk/ - Fixed TLV lengths in the PIPL structure (includes now paddings). This might solve incompatibilities with non-Photoshop hosts (i.e. GIMP).
- Included gpl.html in the dist/ directory (not anymore downloaded during Make, because the HTML page includes broken image/design, and it is unlikely that the 2007 license text will actually change)
 
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.
 
146 2019-01-04 21:53:30 dmarschall /trunk/ Added 8BF / PRM standalone test files  
135 2018-12-31 04:05:40 dmarschall /trunk/ Trig tabs are now calculated during Filter startup rather than during compile time.
Reasons:
1) It is more safe in regards to multi platform build (if the gentab.c generation was forgotten), since TRIGAMP is defined differently between Windows and Mac, and therefore, costab[] and tantab[] would be wrong.
2) The usage (table with double values instead of value_type value amplified with TRIGAMP) is more universal. For example, with this new table, the functions r2x() and r2y() can now be calculated faster.
 
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.
 
105 2009-06-10 15:42:39 toby /trunk/ Minor.  
103 2009-06-07 22:55:11 toby /trunk/ Cleanup some warnings & fix MPW build.  
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)  
89 2007-02-20 04:22:35 toby /trunk/ support remaining 8-bit image modes (wishlist proposal)  
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)  
71 2007-02-02 02:41:52 toby /trunk/ cnv() no longer requests entire filtered image in one piece; can now work in chunks; improve the handling of edge pixels when filtering selection (don't double edge pixels where image data exists)  
66 2007-02-01 02:37:57 toby /trunk/ fix nasty bug reported by Daniel Denk, where filtering a selection always used top left part of image as source data, instead of selection, if src() or cnv() were in any formula  
62 2006-11-18 06:47:57 toby /trunk/ cosmetic changes only  
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)  
37 2006-03-18 06:53:27 toby /trunk/ safer handling of previewing very large images, and clarify out-of-memory message  

Show All