http://bugs.winehq.com/show_bug.cgi?id=324
*** shadow/324 Wed May 1 18:20:13 2002
--- shadow/324.tmp.1671 Fri May 17 14:07:26 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: pouech(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 30,32 ****
--- 30,36 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:20 -------
eric pouech is working on the alsa module, although it is being built against
the 0.5 interface
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-17 14:07 -------
+ Eric, forwarding this to you since you are working on the bug.
+ You may be also interested in related bug 326.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=330
*** shadow/330 Tue Apr 16 13:45:47 2002
--- shadow/330.tmp.849 Fri May 17 13:57:29 2002
***************
*** 1,5 ****
+============================================================================+
! | Add RichEdit support |
+----------------------------------------------------------------------------+
| Bug #: 330 Product: Wine |
| Status: NEW Version: unspecified |
--- 1,5 ----
+============================================================================+
! | Improve RichEdit headers |
+----------------------------------------------------------------------------+
| Bug #: 330 Product: Wine |
| Status: NEW Version: unspecified |
***************
*** 18,20 ****
--- 18,25 ----
| DESCRIPTION |
When compiling WineLibe applications we are missing richole.h and richedit.h is
very incomplete.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-17 13:57 -------
+ One good source of information can be the MinGW project. See http://www.mingw.org.
+ Check if their license is compatible with ours. If it is, you can just copy
+ missing definitions. Don't forget to include the copyright note.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=206
*** shadow/206 Fri May 17 13:25:41 2002
--- shadow/206.tmp.31328 Fri May 17 13:35:52 2002
***************
*** 54,56 ****
--- 54,59 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-17 13:25 -------
Mac, try to reproduce the problem with recent Wine build.
Reopen the bug if the issue still exists.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-17 13:35 -------
+ BTW, ftp.exe from Windows NT starts without problem.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=216
*** shadow/216 Fri May 17 13:10:48 2002
--- shadow/216.tmp.30151 Fri May 17 13:23:36 2002
***************
*** 25,27 ****
--- 25,41 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-17 13:10 -------
Dan, Tony,
what exactly applications show this issue?
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-17 13:23 -------
+ seems to me that this issue is one that we don't have a component owner for
+ just yet. a window painting issue, i.e. open notepad, type some random
+ letters, hit home then ctrl+a, and the text looks like it disappeared, because
+ the highlight color (blue) didn't show up, even though the text got changed
+ over to white color on a white bg... best way to fix it would be (if case it
+ hasn't been thought of) would be to add the highlight bg code to the same area
+ as the highlight text code, so that they happen at the same time... not sure
+ where to look for that though, and i don't really know what all is going on
+ behind the scenes that would cause this, but that's my $0.02
+
+ -Dustin
\ No newline at end of file