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
346 2021-09-12 10:01:40 daniel-marschall /trunk/ === RELEASE 1.7.0.9 ===  
343 2021-09-09 14:19:10 daniel-marschall /trunk/ Increased speed of the creation of the preview picture if state-changing functions (put,rnd,rst) are used (reverted change in 1.7b1). The preview might not be accurate at some rare cases, but at least it is now very fast again...  
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.  
339 2021-09-09 00:57:31 daniel-marschall /trunk/ Reading of Mac standalone plugins (rsrc files): The initial values of the sliders are now correctly read.  
335 2021-09-07 16:25:18 daniel-marschall /trunk/ - `dmin` has been changed from 0 to -512, `dmax` has been changed from 1024 to 512, and `D` stayed 1024 (`D:=dmax-dmin`), in order to fit the actual ranges of `d`, as implemented in Filter Factory.
- `I` is now defined as `imax-imin`. Same with `U` and `V`. Therefore, the variables are now `I=255`, `U=110`, and `V=156`.
 
323 2021-09-03 18:23:09 daniel-marschall /trunk/ (All testcases have been verified again)  
322 2021-09-03 17:39:42 daniel-marschall /trunk/  
312 2021-08-29 22:27:03 daniel-marschall /trunk/ Various stuff  
311 2021-08-29 18:00:41 daniel-marschall /trunk/ Various stuff  
308 2021-08-29 01:32:42 daniel-marschall /trunk/ For 32/64-bit cross-build, there is now no requirement that both plugin files must be installed anymore.  
306 2021-08-28 12:05:32 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)  
304 2021-08-28 01:55:43 daniel-marschall /trunk/ Added a documentation based on the Filter Factory documentation.
The previously undocumented variables I, U, V as well as imin, umin, vmin have been changed to represent the actual results of the i,u,v variables.
 
303 2021-08-27 16:51:29 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.  
295 2021-08-24 23:18:28 daniel-marschall /trunk/ Added 100% Filter Factory replica of variables d, m and M  
294 2021-08-24 17:28:34 daniel-marschall /trunk/ Following functions have been changed to a 100% replica of the Filter Factory implementation: cos(x), sin(x), tan(x), r2x(d,m), r2y(d,m), rad(d,m,z), c2d(x,y), c2m(x,y), sqr(x)  
290 2021-08-17 23:40:07 daniel-marschall /trunk/ Various improvements (especially performance) on the new PRNG  
289 2021-08-17 16:09:44 daniel-marschall /trunk/ rnd(a,b): Renamed variables to match Donald E.Knuth's subtractive random number generator algorithm; improved performance (less modulo operators)  
288 2021-08-16 23:29:07 daniel-marschall /trunk/ (Partial) further improvements to the rnd/rst functions to make it more compatible with FilterFactory  

Show All