Subversion Repositories filter_foundry

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
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  
536 2023-11-09 00:31:30 daniel-marschall /trunk/ Domain telegraphics.com.au is gone. Replace with telegraphics.net  
503 2022-05-01 18:32:10 daniel-marschall /trunk/  
495 2022-04-29 20:52:04 daniel-marschall /trunk/ Simplified code  
493 2022-04-29 16:45:18 daniel-marschall /trunk/ Nearly all is now translated in German  
492 2022-04-29 01:35:12 daniel-marschall /trunk/ Translation to German, part 1 (Work-In-Progress)  
491 2022-04-26 00:14:38 daniel-marschall /trunk/ Documentation update  
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."  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
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.  
461 2021-12-31 20:05:33 daniel-marschall /trunk/ Win32 compatibility (partial)  
460 2021-12-31 01:24:24 daniel-marschall /trunk/ Win32s (Windows 3.11) partial compatibility  
459 2021-12-27 17:37:36 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).
 
446 2021-12-11 19:28:52 daniel-marschall /trunk/  
445 2021-12-11 12:53:15 daniel-marschall /trunk/ Windows NT 3.x: Preview is now showed when the dialog is opened.  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
435 2021-12-01 00:37:24 daniel-marschall /trunk/ Watcom: UI now looks normal again and not like Win 3.11  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
432 2021-11-30 00:38:17 daniel-marschall /trunk/ Updated screenshots  
431 2021-11-30 00:26:10 daniel-marschall /trunk/  
430 2021-11-29 23:47:15 daniel-marschall /trunk/  
427 2021-11-29 21:46:15 daniel-marschall /trunk/  
426 2021-11-29 20:59:55 daniel-marschall /trunk/ Small fix in re Plugin.dll sliders  
422 2021-11-28 02:04:06 daniel-marschall /trunk/ By default, Photoshop's sliders (PLUGIN.DLL) will be used. Only if PLUGIN.DLL is missing, the Microsoft Trackbar Controls are used.  
420 2021-11-28 00:12:21 daniel-marschall /trunk/  
419 2021-11-27 14:00:12 daniel-marschall /trunk/ Windows NT 3.1 and Windows NT 3.5x are now supported, except for some smaller drawbacks  
417 2021-11-21 22:58:12 daniel-marschall /trunk/  
413 2021-11-21 02:19:29 daniel-marschall /trunk/ Output an error if "msctls_trackbar32" control can't be found  
412 2021-11-20 23:07:47 daniel-marschall /trunk/ Partial Win NT 3.1 compat: Removed GetClassInfoEx and RegisterClassEx
Failed DialogBoxParam will output the error reason
 
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
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.  
355 2021-10-05 15:41:45 daniel-marschall /trunk/ Tab-Order has been changed