Release 970329
[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 March 10 1997 -
9
10 General:
11
12  * Font mapping is too generic. No soft font loading, no rotated 
13    text support, incorrect metrics. [alex@amadeus.pharm.sunysb.edu]
14
15  * No thread/process/kernel-object support in Win32 code. 
16
17  * Very alpha printing code. [john@division.co.uk]
18
19  * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
20
21  * No MS Video support (perhaps interface with xanim, don't hold
22    your breath for this one).
23
24  * No COMDLG32 support. (Needed badly, the Windows95 comdlg32.dll
25    doesn't work with WINE.)
26
27  * No COMMCTRL/COMCTL32 support.
28
29  * No icon titles.
30         - Windows uses a special window class to display icon titles.
31           Handles to these title windows are stored in the icon window
32           properties.
33
34  * No manual pages describing the various Windows calls.
35
36 Miscellaneous:
37
38  * "Cursor XXXX has more than 1 bpp!"
39
40  * 32-bit Freecell segfaults when started from the Progman (looks like
41    a problem with cards.dll).
42
43  * Word 6.0 often segfaults when system menu is double-clicked. 
44
45  * Edit controls are prone to show blank space when, in fact, there is a
46    text there.
47
48  * SGI window manager treats Wine windows as topmost.
49
50  * Write shows blank space instead of Paintbrush OLE1 object.
51
52  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
53    times.
54
55 Where to look in source files:
56
57  * grep for FIXME in the source files.
58
59