Release 980628
[wine/multimedia.git] / BUGS
blob9f08c488be63495dcc1821b7395a631898492c29
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 Jun 1998 -
10 General:
12  * TrueType, .FON rasterizer.
14  * Incomplete thread/process scheduling support in Win32 code.
16  * Threading for non Linux systems completely missing. (might use
17    LWPs in Solaris, FreeBSD? NetBSD? SCO?)
19  * Very alpha printing code using win16 drivers.
21  * Very alpha internal Postscript driver. [h.davies1@physics.ox.ac.uk]
23  * Extremely alpha Win95 interface code.                
24  * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
25          (started work on pidl-handling, IShellFolders IEnumIdLists 
26          and SH* functions juergen.schmied@metronet.de) 
28  * No MS Video support. [just started, marcus@jet.franken.de]
30  * COMDLG32 support not complete yet [bertho@akhphd.au.dk]
32  * COMMCTRL/COMCTL32 support in progress [ekohl@abo.rhein-zeitung.de].
34  * No manual pages describing the various Windows calls.
35         - You can find information about most of the Win32 API calls
36           on the www.microsoft.com (go to 'search').
38  * A lot of the extensions to the GDI that were introduced with Win32 are
39    not supported at all or only in a very rudimentary way. (World transforms,
40    arc direction, GM_ADVANCED to name but a few)
42 Miscellaneous:
44  * 16-bit Eudora 1.5.2 goes into recursion trying to display
45    a horizontal scrollbar (SetScrollPos() artifact).
46    Windows95 telnet.exe and NT 3.51 telnet.exe exhibit the same behaviour.
48  * mIRC 'commands' menu stays on top and will not refresh.
50  * mIRC is unable to show 'Options' dialog.
52  * Tab switching in mIRC 'Setup' dialog stops erasing background
53    after a random number of repetitions.
55  * nBytesWidth in CURSORICONINFO is bogus for some bpp
56    (doesn't reflect the fact that bits are packed and 16-bit aligned).
58  * Progman and AOL complain about being unable to convert bitmaps
59    (probably because of bytes width stuff).
61  * Netscape displays partially downloaded inline graphics with
62    wrong offsets.
64  * Text alignment problems in Word and Write (variable pitch fonts).
66  * Font mapper weights are rather crude.
68  * "Cursor XXXX has more than 1 bpp!"
70  * SGI window manager treats Wine windows as topmost.
72  * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
74  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
75    times.
77 Where to look in source files:
79  * grep for FIXME in the source files.