Release 961222
[wine] / BUGS
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 -
9
10 General:
11
12  * Combobox code is very inadequate (no notification messages,
13    dropdown listboxes often stay visible, etc... ).
14
15  * Font mapping is too generic. No soft font loading, no rotated 
16    text support. [alex@amadeus.pharm.sunysb.edu]
17
18  * No thread/process/kernel-object support in Win32 code. 
19
20  * Very alpha printing code. [john@division.co.uk]
21
22  * No OLE and OLE32 support (including OLE interfaces etc.).
23
24  * No MS Video support (perhaps interface with xanim).
25
26  * No COMDLG32 support. (Needed badly, the Windows95 comdlg32.dll
27    doesn't work with WINE.)
28
29  * No COMMCTRL/COMCTL32 support.
30
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.
35
36 Miscellaneous:
37
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.
44
45 Where to look in source files:
46
47  * grep for FIXME in the source files.
48
49