http://bugs.winehq.org/show_bug.cgi?id=7065
Arunan Bala <arunan_bala(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arunan_bala(a)hotmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7943
--- Comment #12 from scguy318 <nodisgod(a)yahoo.com> 2008-03-21 03:13:44 ---
Should we consider this bug abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2866
--- Comment #14 from Dan Kegel <dank(a)kegel.com> 2008-03-20 23:46:37 ---
Sounds like it's fixed, going by Will's comments.
OK to close?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3261
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-03-20 20:39:36 ---
Reported fixed. Reopen if it's not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3261
scguy318 <nodisgod(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #7 from scguy318 <nodisgod(a)yahoo.com> 2008-03-20 20:36:12 ---
Just tested this application with current Git, can't find any problems that the
reporter described, closed fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5157
scguy318 <nodisgod(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #5 from scguy318 <nodisgod(a)yahoo.com> 2008-03-20 20:26:31 ---
This is still a problem with current Git (wine-0.9.57-347-gef7c4a8).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8656
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|testcases |-unknown
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8783
Rich <Rincebrain(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Rincebrain(a)gmail.com
--- Comment #16 from Rich <Rincebrain(a)gmail.com> 2008-03-20 20:07:27 ---
If I understand correctly and this is a driver bug, is it possible to detect
this case and have Wine print a notice informing the user that the driver is
broken, please contact XYZ and let them know you want it fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6237
scguy318 <nodisgod(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #6 from scguy318 <nodisgod(a)yahoo.com> 2008-03-20 19:50:32 ---
No, the richedit fixmes no longer appear with current Git, and a similar crash
still occurs with native richedit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7404
P. Quist <pq(a)quistnet.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pq(a)quistnet.nl
--- Comment #19 from P. Quist <pq(a)quistnet.nl> 2008-03-20 18:24:56 ---
Well just a quick word, I've been trying to get the source of this damn bug for
2 days now, and I can't find it.
There's a couple of things that the minimize does right, and it's perfectly
traceable in the code, but the following sequence seems to be created out of
thin air:
- WM_PAINT
- WM_NCPAINT
- WM_ERASEBKGND
When I tried to block wm_paints from begin getmessaged, it screwed up a lot of
things, so if someone knows where it's coming from, be my guest to hint away.
But I put traces and debug messages pretty much everywhere and it didn't get me
any closer.
I did manage to prevent a false WM_CANCELMODE to be sent, which is sent in
dlls/winex11.drv/event.c :: EVENT_FocusOut, and can be prevented by a simple
if(style is Wm_minimize), but that's totally unrelated.
What I do think is that the WM_PAINT isn't really the source of this particular
problem to be honest, and when someone finds out how to prevent the WM_PAINT
sequence, we should be going around debugging the mfc42 and related calllings.
That's just my take on it anyway, I could be incredibly wrong.
I'm not continuing on this bug, as my vision is pretty blurred now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.