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  
556 2023-11-25 22:20:37 daniel-marschall /trunk/ FFL import fixed  
555 2023-11-25 18:12:52 daniel-marschall /trunk/ More code simplifications: Save-methods return a message ID instead of just Boolean  
554 2023-11-25 16:55:22 daniel-marschall /trunk/ More fixes to the new loading codes  
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  
549 2023-11-23 11:58:56 daniel-marschall /trunk/ === RELEASE 1.7.0.21 ===  
547 2023-11-23 00:20:16 daniel-marschall /trunk/ Fixed FFL import bug found with Application Verifier  
546 2023-11-22 23:44:02 daniel-marschall /trunk/ Usage of sfScript (not necessary to Windows, but still done for the sake of completeness)  
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)  
541 2023-11-21 16:11:39 daniel-marschall /trunk/ - Read FFX file: Fixed buffer overflow when some strings (Title,Category,Author,Copyright,SliderNames) are too long
- Read GUF file: Only the last part of the Category will be imported
 
539 2023-11-21 13:49:31 daniel-marschall /trunk/ === RELEASE 1.7.0.20 ===
- Implemented "GIMP UserFilter" (GUF) file format.
 
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  
518 2022-05-11 01:26:44 daniel-marschall /trunk/  
505 2022-05-04 02:18:25 daniel-marschall /trunk/  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
498 2022-04-30 00:17:10 daniel-marschall /trunk/ Fixed memory leaks  
496 2022-04-29 21:12:29 daniel-marschall /trunk/  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
454 2021-12-19 23:45:40 daniel-marschall /trunk/  
453 2021-12-19 20:54:25 daniel-marschall /trunk/ Control text edit: The "up" and "down" keys can now be used to increase and decrease the value by 1. (*)
Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
 
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  
421 2021-11-28 00:25:50 daniel-marschall /trunk/ Fixed severe crash when sliders were created and moved, then the filter was applied and re-opened!!!  
420 2021-11-28 00:12:21 daniel-marschall /trunk/  
408 2021-11-19 18:06:36 daniel-marschall /trunk/ Bugfix: When you saved a AFS or PFF file, you received a wrong information about PluginCommander TXT files.
Bugfix: Trying to open a protected filter now correctly displays the message "Filter is protected" again, instead of "No filter detected".
If you click "Make" after the make dialog has been opened once, your previous input will be shown again.
 
395 2021-11-07 21:52:17 daniel-marschall /trunk/ Watcom (32 bit) uses optimization now and no debugging  
394 2021-11-07 12:14:38 daniel-marschall /trunk/ readPARM() optimized. Now, it manages various stuff like conversions  
393 2021-11-07 01:29:08 daniel-marschall /trunk/ Internal change: PARM resource inside memory works now with C-Strings instead of Pascal-Strings.  
390 2021-11-06 00:09:55 daniel-marschall /trunk/  
389 2021-11-04 11:28:14 daniel-marschall /trunk/ Added functionality to save PluginCommander TXT files.  
388 2021-11-04 01:42:08 daniel-marschall /trunk/ FFDecomp TXT files can now be read, too.  
387 2021-11-04 00:03:09 daniel-marschall /trunk/  
386 2021-11-03 23:57:59 daniel-marschall /trunk/ Extensions to PiCo TXT loader. Many changed on manual.  
385 2021-11-03 17:57:43 daniel-marschall /trunk/ Added possibility to load PluginCommander TXT files.  
381 2021-11-01 16:24:10 daniel-marschall /trunk/