Explicitly ask for image list with screen depth as ILC_COLOR can/will
[wine] / BUGS
diff --git a/BUGS b/BUGS
index b05477e..b9a96b6 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,8 +1,28 @@
-- EBP and ESP are sometimes corrupted while running 16-bit code.
-- Dialog Boxes created by WM_CREATE handler aren't visible
-- RegisterClass() with hbrBackground = COLOR_APPWORKSPACE+1 does not work.
-- MDI does not send WM_GETMINMAX message.
-- InitializeLoadedDLLs() can't init LZEXPAND.DLL. (cs:ip => 0:0)
-- LoadCursor does not correctly handle bitmap cursors
-- AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple times.
-- Dialogs don't support resources which are referred to as integers.
+For information on how to post a useful bug report, please
+read documentation/bugs.sgml.
+
+This is intended to be a place where you should look first if
+you want to contribute to the development of Wine.
+
+Wine is still considered alpha software and is still incomplete.
+
+If you want to help the Wine project you can:
+
+ * visit Bugzilla (http://bugs.winehq.org/) for 
+   a list of existing bugs. You are also welcome to 
+   help with Bugzilla - add new bugs, confirm,
+   remove duplicates, test fixes, etc.
+
+ * create unit tests for Windows API
+
+ * contribute to the Wine documentation
+
+ * subscribe to wine-devel, wine-user mailing lists, participate
+   in the discussions
+
+ * run Windows applications, port open-source Windows applications
+   to Wine, fix bugs you found, enter bugs you can't fix to Bugzilla.
+   Enter information you discovered to the
+   Wine Application Database (http://appdb.codeweavers.com/).
+
+ * grep for FIXME in the source files