Release 970629
[wine/multimedia.git] / BUGS
blob473e87eb9809e1367cb4c5c15a1fc06993d4573d
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 -
10 General:
12  * TrueType, .FON rasterizer.
14  * No thread/process scheduling support in Win32 code. 
16  * Very alpha printing code. [john@division.co.uk]
18  * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
20  * No MS Video support (perhaps interface with xanim, don't hold
21    your breath for this one).
23  * COMDLG32 support not complete yet.
25  * No COMMCTRL/COMCTL32 support.
27  * No manual pages describing the various Windows calls.
28         - You can find information about most of the Win32 API calls
29           on the www.microsoft.com (go to 'search').
31 Miscellaneous:
33  * Text alignment problems in Word and Write (variable pitch fonts).
35  * Font mapper weights
37  * "Cursor XXXX has more than 1 bpp!"
39  * 32-bit Freecell segfaults when started from the Progman (looks like
40    a problem with cards.dll).
42  * Margins in edit controls are too wide.
44  * SGI window manager treats Wine windows as topmost.
46  * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
48  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
49    times.
51 Where to look in source files:
53  * grep for FIXME in the source files.