Bug fix for updating the clipping region in nested GetDCEx calls.
[wine] / BUGS
diff --git a/BUGS b/BUGS
index b4e8b84..eb24bbd 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,6 @@
+For information on how to post a useful bug report, please
+read documentation/bugreports.
+
 This is intended to be a place where you should look first if
 you want to contribute to Wine development. Add your e-mail
 address to the corresponding entry if you are working on/have 
@@ -5,45 +8,84 @@ done something for one of the problems. You are encouraged to
 add new entries and, more importantly, remove those for the 
 bugs you fixed ;-)
 ------------------------------------------------------------
-As of Dec 22 1996 -
+As of Jun 1998 -
 
 General:
 
- * Combobox code is very inadequate (no notification messages,
-   dropdown listboxes often stay visible, etc... ).
+ * TrueType, .FON rasterizer.
+
+ * Incomplete thread/process scheduling support in Win32 code.
+
+ * Threading for some operating systems still missing. (NetBSD? SCO? OS/2?)
 
- * Font mapping is too generic. No soft font loading, no rotated 
-   text support. [alex@amadeus.pharm.sunysb.edu]
+ * Very alpha printing code using win16 drivers.
 
- * No thread/process/kernel-object support in Win32 code. 
+ * Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
 
- * Very alpha printing code. [john@division.co.uk]
+ * Extremely alpha Win95 interface code (some apps, like Opera, choke on it).
 
- * No OLE and OLE32 support (including OLE interfaces etc.).
+ * No OLE2 and OLE32 support (including OLE2 interfaces etc.).
+        (started work on pidl-handling, IShellFolders IEnumIdLists 
+        and SH* functions juergen.schmied@metronet.de) 
+       (Corel is working on it)
 
- * No MS Video support (perhaps interface with xanim).
+ * No MS Video support. [just started, marcus@jet.franken.de]
 
- * No COMDLG32 support. (Needed badly, the Windows95 comdlg32.dll
-   doesn't work with WINE.)
+ * COMDLG32 support not complete yet [bertho@akhphd.au.dk]
 
- * No COMMCTRL/COMCTL32 support.
+ * COMMCTRL/COMCTL32 support in progress [ekohl@abo.rhein-zeitung.de].
 
- * No icon titles.
-       - Windows uses a special window class to display icon titles.
-         Handles to these title windows are stored in the icon window
-         properties.
+ * No manual pages describing the various Windows calls.
+       - You can find information about most of the Win32 API calls
+          on the www.microsoft.com (go to 'search').
+
+ * A lot of the extensions to the GDI that were introduced with Win32 are
+   not supported at all or only in a very rudimentary way. (World transforms,
+   arc direction, GM_ADVANCED to name but a few)
 
 Miscellaneous:
 
- * Simple OLE actions were working in October release, got
-   broken in November (in Winword "Insert Object" now results in 
-   segfault right after the call to LoadModule()).
+ * Windows95 telnet.exe and NT 3.51 telnet.exe, and Borland Delphi
+   is known to go into recursion with infinite resizing, possibly
+   due to scroll bars.
+
+ * mIRC 'commands' menu stays on top and will not refresh.
+
+ * mIRC is unable to show 'Options' dialog.
+
+ * Tab switching in mIRC 'Setup' dialog stops erasing background
+   after a random number of repetitions.
+
+ * GDI memory leaks apparent in Free Agent 16-bit.
+
+ * nBytesWidth in CURSORICONINFO is bogus for some bpp
+   (doesn't reflect the fact that bits are packed and 16-bit aligned).
+
+ * Progman and AOL complain about being unable to convert bitmaps
+   (probably because of bytes width stuff).
+
+ * Netscape displays partially downloaded inline graphics with
+   wrong offsets.
+
+ * Text alignment problems in Word and Write (variable pitch fonts).
+
+ * Font mapper weights are rather crude.
+
+ * "Cursor XXXX has more than 1 bpp!"
+
+ * SGI window manager treats Wine windows as topmost.
+
+ * KDE window manager puts popup windows like menus below the main window.
+
+ * Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
+
  * AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
    times.
- * ScrollWindowEx() is outdated.
+ * Some programs expect that menu window handles stay the same all the time.
+   (chemdraw). This implies that the menu popupwindows are just hidden, not
+   destroyed in real Windows.
 
 Where to look in source files:
 
  * grep for FIXME in the source files.
-
-