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 non Linux systems completely missing. (might use
20 LWPs in Solaris, FreeBSD? NetBSD? SCO?)
22 * Very alpha printing code using win16 drivers.
24 * Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
26 * Extremely alpha Win95 interface code.
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)
31 * No MS Video support. [just started, marcus@jet.franken.de]
33 * COMDLG32 support not complete yet [bertho@akhphd.au.dk]
35 * COMMCTRL/COMCTL32 support in progress [ekohl@abo.rhein-zeitung.de].
37 * No manual pages describing the various Windows calls.
38 - You can find information about most of the Win32 API calls
39 on the www.microsoft.com (go to 'search').
41 * A lot of the extensions to the GDI that were introduced with Win32 are
42 not supported at all or only in a very rudimentary way. (World transforms,
43 arc direction, GM_ADVANCED to name but a few)
47 * 16-bit Eudora 1.5.2 goes into recursion trying to display
48 a horizontal scrollbar (SetScrollPos() artifact).
49 Windows95 telnet.exe and NT 3.51 telnet.exe exhibit the same behaviour.
51 * mIRC 'commands' menu stays on top and will not refresh.
53 * mIRC is unable to show 'Options' dialog.
55 * Tab switching in mIRC 'Setup' dialog stops erasing background
56 after a random number of repetitions.
58 * nBytesWidth in CURSORICONINFO is bogus for some bpp
59 (doesn't reflect the fact that bits are packed and 16-bit aligned).
61 * Progman and AOL complain about being unable to convert bitmaps
62 (probably because of bytes width stuff).
64 * Netscape displays partially downloaded inline graphics with
67 * Text alignment problems in Word and Write (variable pitch fonts).
69 * Font mapper weights are rather crude.
71 * "Cursor XXXX has more than 1 bpp!"
73 * SGI window manager treats Wine windows as topmost.
75 * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
77 * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
80 * Some programs expect that menu window handles stay the same all the time.
81 (chemdraw). This implies that the menu popupwindows are just hidden, not
82 destroyed in real Windows.
84 Where to look in source files:
86 * grep for FIXME in the source files.