Release 961208
[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 Dec 1 1996 -
9
10 General:
11
12  * Combobox code is very inadequate (no notification messages,
13    dropdown listboxes often stay visible, etc... ).
14
15  * Font mapping is too generic. No soft font loading, no rotated 
16    text support. [alex@amadeus.pharm.sunysb.edu]
17
18  * No thread support in Win32 code. 
19
20  * Very alpha printing code. [john@division.co.uk]
21
22  * No icon titles.
23         - Windows uses a special window class to display icon titles.
24           Handles to these title windows are stored in the icon window
25           properties.
26
27 Miscellaneous:
28
29  * Simple OLE actions were working in October release, got
30    broken in November (in Winword "Insert Object" now results in 
31    segfault right after the call to LoadModule()).
32  * Write and other applications have problems with displaying partially
33    obscured bitmaps. 
34  * Asynchronous Winsock services sometimes produce zombie processes.
35  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
36    times.
37  * ScrollWindowEx() is outdated.
38  * HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED hook actions are not implemented.
39
40 Where to look in source files:
41
42  * grep for FIXME in the source files.
43
44