Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 158 → Rev 159

/trunk/wishlist/daniel_wishlist.txt
82,20 → 82,35
 
* Fast (double) click in [+]/[-] scroll buttons is not accepted as 2 clicks / zoom-requests
 
* FilterFoundry does not work on Windows 98. Unresolved Kernel32.dll symbols:
ActivateActCtx
CreateActCtxA
DeactivateActCtx
DecodePointer
GetFileSizeEx
GetModuleHandleExW
InitializeSListHead
InterlockedFlushSList
ReleaseActCtx
SetFilePointerEx
Note: FilterFoundry 1.6b1 didn't work in Win98 either, although there were no unresolved symbols.
* Should we make FilterFoundry compatible with very old Windows OS?
In re WinXP compatibility:
Works!
In re Win2000 compatibility:
Unresolved Kernel32.dll symbols (reason: used Windows SDK is "too new"):
- DecodePointer
- GetModuleHandleExW
- InitializeSListHead
- InterlockedFlushSList
In re Win98 compatibility:
Unresolved Kernel32.dll symbols (reason: used Windows SDK is "too new"):
- DecodePointer
- GetModuleHandleExW
- InitializeSListHead
- InterlockedFlushSList
- GetFileSizeEx
- SetFilePointerEx
Note: FilterFoundry 1.6b1 didn't work in Win98 either, although there
were no unresolved symbols; so there seem to be other problems as well.
 
* Support more colors modes and 16bit. Why is Lab color not accepted, although doesSupportLABColor is set?
 
* Add Unicode support? (Does PiPL support Unicode at all?)
 
* Build filter: Individualize Manifest resource (Attention: htmlentities)
 
* Picture with 78x63 in grayscale mode: In preview on the left side there is a black bar
 
 
Design/UI Tweaks
----------------
 
110,3 → 125,8
* Should there be more space for expressions, like in Filter Factory?
 
* Standalone filter: Map labels should be centered between two sliders, like in Filter Factory
 
* Sliders are extremely tiny!
 
* simplealert() is only "appmodal" and has no hWnd. Due to this, the window is not blinking when
the user tries to click on a parent window. (Is this a Windows bug?)