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