Release 980601
[wine/multimedia.git] / BUGS
blob7ca200c4e3ea867c58739d17ca89d0c261b78152
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 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  * Extremely alpha Win95 interface code.
20  * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
22  * No MS Video support (perhaps interface with xanim, don't hold
23    your breath for this one).
25  * COMDLG32 support not complete yet.
27  * No COMMCTRL/COMCTL32 support.
29  * No manual pages describing the various Windows calls.
30         - You can find information about most of the Win32 API calls
31           on the www.microsoft.com (go to 'search').
33  * A lot of the extensions to the GDI that were introduced with Win32 are
34    not supported at all or only in a very rudimentary way. (World transforms,
35    arc direction, GM_ADVANCED to name but a few)
37 Miscellaneous:
39  * 16-bit Eudora 1.5.2 goes into recursion trying to display
40    a horizontal scrollbar (SetScrollPos() artifact).
42  * mIRC 'commands' menu stays on top and will not refresh.
44  * mIRC is unable to show 'Options' dialog.
46  * Tab switching in mIRC 'Setup' dialog stops erasing background
47    after a random number of repetitions.
49  * nBytesWidth in CURSORICONINFO is bogus for some bpp
50    (doesn't reflect the fact that bits are packed and 16-bit aligned).
52  * Progman and AOL complain about being unable to convert bitmaps
53    (probably because of bytes width stuff).
55  * Netscape displays partially downloaded inline graphics with
56    wrong offsets. 
58  * Text alignment problems in Word and Write (variable pitch fonts).
60  * Font mapper weights are rather crude.
62  * "Cursor XXXX has more than 1 bpp!"
64  * SGI window manager treats Wine windows as topmost.
66  * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
68  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
69    times.
71 Where to look in source files:
73  * grep for FIXME in the source files.