Release 961117
[wine] / BUGS
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 Nov 8 1996 -
9
10 General:
11
12  * Combobox code is very inadequate (no notification messages,
13    dropdown listboxes often stay visible, etc... ).
14
15  * Multicolumn and/or LBS_EXTENDEDSEL style listboxes are still 
16    screwed up. [julliard@lrc.epfl.ch]
17
18  * Winsock asynchronous functions do not work.
19
20  * Font mapping is too generic. No soft font loading, no rotated 
21    text support. [alex@amadeus.pharm.sunysb.edu]
22
23  * No thread support in Win32 code. 
24
25  * Very alpha printing code. [john@division.co.uk]
26
27  * No icon titles.
28         - Windows uses a special window class to display icon titles.
29           Handles to these title windows are stored in the icon window
30           properties.
31
32 Miscellaneous:
33
34  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
35    times.
36  * ScrollWindowEx() is outdated.
37  * HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED hook actions are not implemented.
38  * Write sometimes segfaults in StretchDIBits() (when inside BITBLT_GetRow)
39    when only lower part of the resulting image is visible.
40
41 Where to look in source files:
42
43  * grep for FIXME in the source files.
44
45