Subversion Repositories filter_foundry

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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."  
483 2022-04-23 01:21:55 daniel-marschall /trunk/  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
481 2022-04-17 23:45:57 daniel-marschall /trunk/ pb->maxSpace64 is now also capped to 90%  
480 2022-04-17 22:17:18 daniel-marschall /trunk/  
479 2022-04-17 18:38:49 daniel-marschall /trunk/ gdata memory is now allocated by GlobalAlloc() instead of malloc(), like implemented in FilterFactory. On Mac it is implemented with NewPtrClear() instead of malloc().  
478 2022-04-17 02:27:34 daniel-marschall /trunk/ Slider code improvements  
477 2022-04-17 01:58:53 daniel-marschall /trunk/ Slider code improvements  
476 2022-04-17 00:09:02 daniel-marschall /trunk/ Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.  
475 2022-04-06 23:12:03 daniel-marschall /trunk/examples/ Improved "White to Transparent.afs" example filter  
474 2022-04-03 22:45:53 daniel-marschall /trunk/ TODO.md update  
473 2022-04-03 13:26:09 daniel-marschall /trunk/ Code typo  
472 2022-04-02 22:19:07 daniel-marschall /trunk/ Documentation update  
471 2022-03-23 10:05:12 daniel-marschall /trunk/ Minor code improvements  
470 2022-03-22 23:39:37 daniel-marschall /trunk/ === RELEASE 1.7.0.16 ===
Fixed bug that caused PLUGIN.DLL sliders not working if the filter was called multiple times. You can hotfix existing standalone plugins by replacing "UnregisterSlider" with "UnRegisterSlider" using a hex-editor. Affected are plugins built using 1.7.0.13/14/15.
 
469 2022-03-22 00:39:57 daniel-marschall /trunk/ Trying to work around some weird bug that I can't reproduce (PLUGIN.DLL sliders do not update text labels)  
468 2022-03-08 01:02:53 daniel-marschall /trunk/ === RELEASE 1.7.0.15 ===  
467 2022-03-07 01:40:38 daniel-marschall /trunk/ "FFX (Filters Unlimited) file format" now fully rev'ed  
466 2022-03-06 19:59:00 daniel-marschall /trunk/  

Show All