Release 970616
[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 June 1997 -
9
10 General:
11
12  * TrueType, .FON rasterizer.
13
14  * No thread/process/kernel-object support in Win32 code. 
15
16  * Very alpha printing code. [john@division.co.uk]
17
18  * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
19
20  * No MS Video support (perhaps interface with xanim, don't hold
21    your breath for this one).
22
23  * No COMDLG32 support. (Needed badly, the Windows95 comdlg32.dll
24    doesn't work with WINE.)
25
26  * No COMMCTRL/COMCTL32 support.
27
28  * No icon titles.
29         - Windows uses a special window class to display icon titles.
30           Handles to these title windows are stored in the icon window
31           properties.
32
33  * No manual pages describing the various Windows calls.
34         - You can find information about most of the Win32 API calls
35           on the www.microsoft.com (go to 'search').
36
37 Miscellaneous:
38
39  * New font mapping scheme can be improved.
40
41  * "Cursor XXXX has more than 1 bpp!"
42
43  * 32-bit Freecell segfaults when started from the Progman (looks like
44    a problem with cards.dll).
45
46  * Margins in edit controls are too wide.
47
48  * SGI window manager treats Wine windows as topmost.
49
50  * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
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