Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
557 2023-11-25 22:34:32 daniel-marschall /trunk/ Small code improvements  
555 2023-11-25 18:12:52 daniel-marschall /trunk/ More code simplifications: Save-methods return a message ID instead of just Boolean  
553 2023-11-25 16:28:01 daniel-marschall /trunk/ After FFL extraction, the open dialog will display again. More code simplifications.  
552 2023-11-25 02:47:24 daniel-marschall /trunk/ Load-methods don't return boolean and a reason string. Instead they return 0 (success) or a error message ID otherwise.  
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  
544 2023-11-22 17:28:37 daniel-marschall /trunk/ Implemented reading of FFL files (actually, they will be only extracted, so they can be read afterwards)  
537 2023-11-21 01:06:36 daniel-marschall /trunk/ Fixed buffer overflow (off by one) at PicoTxt loading
Prepared implementation of GUF files. Not functional yet!
 
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  
518 2022-05-11 01:26:44 daniel-marschall /trunk/  
517 2022-05-10 13:08:21 daniel-marschall /trunk/ Every standalone Filter now receives an individual OID  
515 2022-05-09 22:15:27 daniel-marschall /trunk/ Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
 
512 2022-05-08 23:29:45 daniel-marschall /trunk/  
511 2022-05-08 22:58:03 daniel-marschall /trunk/ Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.  
510 2022-05-07 01:52:42 daniel-marschall /trunk/ Updated Obfuscation V7  
508 2022-05-06 01:53:48 daniel-marschall /trunk/ Introduced obfuscation version 7, which is more secure.  
506 2022-05-04 02:24:52 daniel-marschall /trunk/ The obfuscation seed is now in the code segment (.text) of the 8BF files. (Compilers: MSVC++ 32/64 and OpenWatcom)  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
502 2022-05-01 12:50:01 daniel-marschall /trunk/ val(i,a,b) now returns the same value like Filter Factory for illegal values of i.  
500 2022-05-01 00:06:03 daniel-marschall /trunk/ map(i,n) now works like in Filter Factory and not like GIMP User Filter v0.8  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
489 2022-04-24 19:44:37 daniel-marschall /trunk/  
488 2022-04-23 20:17:33 daniel-marschall /trunk/  
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."  
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/  
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.  
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.
 
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
440 2021-12-03 00:38:16 daniel-marschall /trunk/  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
430 2021-11-29 23:47:15 daniel-marschall /trunk/  
427 2021-11-29 21:46:15 daniel-marschall /trunk/