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
512 2022-05-08 23:29:45 daniel-marschall /trunk/  
499 2022-04-30 01:37:49 daniel-marschall /trunk/  
495 2022-04-29 20:52:04 daniel-marschall /trunk/ Simplified code  
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/  
482 2022-04-23 00:40:27 daniel-marschall /trunk/  
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  
466 2022-03-06 19:59:00 daniel-marschall /trunk/  
463 2021-12-31 21:44:35 daniel-marschall /trunk/  
462 2021-12-31 21:19:59 daniel-marschall /trunk/ Win32s (Windows 3.11) compatibility  
460 2021-12-31 01:24:24 daniel-marschall /trunk/ Win32s (Windows 3.11) partial compatibility  
456 2021-12-22 00:44:22 daniel-marschall /trunk/ Various cosmetics  
449 2021-12-17 00:48:41 daniel-marschall /trunk/ Source code compatibility  
444 2021-12-06 23:29:51 daniel-marschall /trunk/ UNICODE ready (Not fully tested!)  
442 2021-12-04 12:45:57 daniel-marschall /trunk/  
441 2021-12-03 01:56:56 daniel-marschall /trunk/  
440 2021-12-03 00:38:16 daniel-marschall /trunk/  
439 2021-12-02 17:26:34 daniel-marschall /trunk/  
434 2021-11-30 19:40:06 daniel-marschall /trunk/telegraphics_common/adobeplugin/  
433 2021-11-30 17:58:07 daniel-marschall /trunk/ Code optimizations  
430 2021-11-29 23:47:15 daniel-marschall /trunk/  
429 2021-11-29 22:21:54 daniel-marschall /trunk/telegraphics_common/tt/  
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.  
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  
418 2021-11-27 13:11:05 daniel-marschall /trunk/telegraphics_common/tt/ Reported all found bugs to Wine bugtracker  
416 2021-11-21 22:46:09 daniel-marschall /trunk/ The "version info" resource is now included in a `TPLT` resource (required for compatibility with Windows NT 3.51)  
415 2021-11-21 20:09:27 daniel-marschall /trunk/ Plugins created by the custom implementation of `UpdateResourceA` (for Win9x and WinNT<4.0) could not be loaded on some versions of Windows, because the Optional PE Header `SizeOfImage` was calculated wrong.  
414 2021-11-21 13:27:44 daniel-marschall /trunk/  
411 2021-11-20 22:32:16 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed GetVersionExA import  
407 2021-11-19 16:48:54 daniel-marschall /trunk/ Partial Win NT 3.1 compat : Removed CreateDIBSection import  
406 2021-11-18 01:05:03 daniel-marschall /trunk/ Small fix in compat_win_resource.c  
405 2021-11-16 23:58:01 daniel-marschall /trunk/ compat_win_resource.c : Diffed code with the original code and marked fixes  
402 2021-11-16 14:28:04 daniel-marschall /trunk/ Windows 95, 98 and Me can now also build 64-bit modules.  
371 2021-10-30 23:20:36 daniel-marschall /trunk/ Moved fileHasExtension() from read.c to choosefile_*.c  
369 2021-10-30 16:52:56 daniel-marschall /trunk/ .pff can now be saved  
366 2021-10-30 00:50:50 daniel-marschall /trunk/ "Filters Unlimited" filters (FFX files) can now be loaded. However, only the basic Filter Factory commands are supported.