Release 961222
[wine/multimedia.git] / BUGS
blobb4e8b84c915555d27b4af060323ddafcf3d1db4c
1 This is intended to be a place where you should look first if
2 you want to contribute to Wine development. Add your e-mail
3 address to the corresponding entry if you are working on/have 
4 done something for one of the problems. You are encouraged to 
5 add new entries and, more importantly, remove those for the 
6 bugs you fixed ;-)
7 ------------------------------------------------------------
8 As of Dec 22 1996 -
10 General:
12  * Combobox code is very inadequate (no notification messages,
13    dropdown listboxes often stay visible, etc... ).
15  * Font mapping is too generic. No soft font loading, no rotated 
16    text support. [alex@amadeus.pharm.sunysb.edu]
18  * No thread/process/kernel-object support in Win32 code. 
20  * Very alpha printing code. [john@division.co.uk]
22  * No OLE and OLE32 support (including OLE interfaces etc.).
24  * No MS Video support (perhaps interface with xanim).
26  * No COMDLG32 support. (Needed badly, the Windows95 comdlg32.dll
27    doesn't work with WINE.)
29  * No COMMCTRL/COMCTL32 support.
31  * No icon titles.
32         - Windows uses a special window class to display icon titles.
33           Handles to these title windows are stored in the icon window
34           properties.
36 Miscellaneous:
38  * Simple OLE actions were working in October release, got
39    broken in November (in Winword "Insert Object" now results in 
40    segfault right after the call to LoadModule()).
41  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
42    times.
43  * ScrollWindowEx() is outdated.
45 Where to look in source files:
47  * grep for FIXME in the source files.