1 For information on how to post a useful bug report, please
2 read documentation/bugreports.
4 This is intended to be a place where you should look first if
5 you want to contribute to Wine development. Add your e-mail
6 address to the corresponding entry if you are working on/have
7 done something for one of the problems. You are encouraged to
8 add new entries and, more importantly, remove those for the
10 ------------------------------------------------------------
15 * TrueType, .FON rasterizer.
17 * Incomplete thread/process scheduling support in Win32 code.
19 * Threading for some operating systems still missing. (NetBSD? SCO? OS/2?)
21 * Very alpha printing code using win16 drivers.
23 * Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
25 * Extremely alpha Win95 interface code (some apps, like Opera, choke on it).
27 * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
28 (started work on pidl-handling, IShellFolders IEnumIdLists
29 and SH* functions juergen.schmied@metronet.de)
30 (Corel is working on it)
32 * No MS Video support. [just started, marcus@jet.franken.de]
34 * COMDLG32 support not complete yet [bertho@akhphd.au.dk]
36 * COMMCTRL/COMCTL32 support in progress [ekohl@abo.rhein-zeitung.de].
38 * No manual pages describing the various Windows calls.
39 - You can find information about most of the Win32 API calls
40 on the www.microsoft.com (go to 'search').
42 * A lot of the extensions to the GDI that were introduced with Win32 are
43 not supported at all or only in a very rudimentary way. (World transforms,
44 arc direction, GM_ADVANCED to name but a few)
48 * Windows95 telnet.exe and NT 3.51 telnet.exe, and Borland Delphi
49 is known to go into recursion with infinite resizing, possibly
52 * mIRC 'commands' menu stays on top and will not refresh.
54 * mIRC is unable to show 'Options' dialog.
56 * Tab switching in mIRC 'Setup' dialog stops erasing background
57 after a random number of repetitions.
59 * GDI memory leaks apparent in Free Agent 16-bit.
61 * nBytesWidth in CURSORICONINFO is bogus for some bpp
62 (doesn't reflect the fact that bits are packed and 16-bit aligned).
64 * Progman and AOL complain about being unable to convert bitmaps
65 (probably because of bytes width stuff).
67 * Netscape displays partially downloaded inline graphics with
70 * Text alignment problems in Word and Write (variable pitch fonts).
72 * Font mapper weights are rather crude.
74 * "Cursor XXXX has more than 1 bpp!"
76 * SGI window manager treats Wine windows as topmost.
78 * KDE window manager and icewm put popup windows like menus
79 below the main window.
81 * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
83 * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
86 * Some programs expect that menu window handles stay the same all the time.
87 (chemdraw). This implies that the menu popupwindows are just hidden, not
88 destroyed in real Windows.
90 Where to look in source files:
92 * grep for FIXME in the source files.