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