Map 32 bits resource for 16 bits print dialog.
[wine] / BUGS
1 For information on how to post a useful bug report, please
2 read documentation/bugreports.
3
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 
9 bugs you fixed ;-)
10 ------------------------------------------------------------
11 As of Jun 1998 -
12
13 General:
14
15  * TrueType, .FON rasterizer.
16
17  * Incomplete thread/process scheduling support in Win32 code.
18
19  * Threading for some operating systems still missing. (NetBSD? SCO? OS/2?)
20
21  * Very alpha printing code using win16 drivers.
22
23  * Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
24
25  * Extremely alpha Win95 interface code (some apps, like Opera, choke on it).
26
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)
31
32  * No MS Video support. [just started, marcus@jet.franken.de]
33
34  * COMDLG32 support not complete yet [bertho@akhphd.au.dk]
35
36  * COMMCTRL/COMCTL32 support in progress [ekohl@abo.rhein-zeitung.de].
37
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').
41
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)
45
46 Miscellaneous:
47
48  * Windows95 telnet.exe and NT 3.51 telnet.exe, and Borland Delphi
49    is known to go into recursion with infinite resizing, possibly
50    due to scroll bars.
51
52  * mIRC 'commands' menu stays on top and will not refresh.
53
54  * mIRC is unable to show 'Options' dialog.
55
56  * Tab switching in mIRC 'Setup' dialog stops erasing background
57    after a random number of repetitions.
58
59  * GDI memory leaks apparent in Free Agent 16-bit.
60
61  * nBytesWidth in CURSORICONINFO is bogus for some bpp
62    (doesn't reflect the fact that bits are packed and 16-bit aligned).
63
64  * Progman and AOL complain about being unable to convert bitmaps
65    (probably because of bytes width stuff).
66
67  * Netscape displays partially downloaded inline graphics with
68    wrong offsets.
69
70  * Text alignment problems in Word and Write (variable pitch fonts).
71
72  * Font mapper weights are rather crude.
73
74  * "Cursor XXXX has more than 1 bpp!"
75
76  * SGI window manager treats Wine windows as topmost.
77
78  * KDE window manager and icewm put popup windows like menus
79    below the main window.
80
81  * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
82
83  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
84    times.
85  
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.
89
90 Where to look in source files:
91
92  * grep for FIXME in the source files.