http://bugs.winehq.org/show_bug.cgi?id=7847
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-01-28 19:42:36 ---
Closing 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=7847
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-01-28 19:42:29 ---
Closing 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=3728
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://virtualdub.sourceforg
| |e.net/
Keywords| |source
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-01-28 19:03:11 ---
The screen blaking problem looks similar to the behavior with Quicktime, not
sure if they're related though.
--
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=7963
--- Comment #9 from rasz <citizenr(a)gmail.com> 2008-01-28 18:35:07 ---
blah i cant attach the pic here direclty so using imageshack
how it looks with wine hacks
http://img175.imageshack.us/my.php?image=clipboard01mk8.jpg
how it looks with NO wine hacks
http://img175.imageshack.us/my.php?image=clipboard02cq7.jpg
no checkboxes no listview nothing
Detailf of the hacks I got from Ryan:
--------------------
Ryan Norton BitTorrent Developer
1) CDDS_ITEMPOSTPAINT doesn't get sent for the first column of listviews. All
versions of windows we've tested (95, 98, XP, Vista) do this correctly, so it
seems to be just WINE being lame. A "workaround" (i.e. superuglyhack) is to
simply fallthrough from CDDS_ITEMPREPAINT for the first column.
2) of the NMLVCUSTOMDRAW, the behaviour of WINE and normal Windows seems quite
different when nmcd.uItemState is 0. Normally, in some custom draw handlers we
skip the handler in this case for normal windows, but for WINE we have to do
the opposite. More tested would be required to find out the exact differences.
3) WINE doesn't preserve the native background color across calls to
CDDS_ITEMPOSTPAINT at least with listviews. Windows does.
4) WINE doesn't handle custom drawing on listviews well at all. On Windows < XP
we have some workarounds for flickering (basically double-buffering of a sort),
but on WINE it makes the background of the listviews go black.
5) WINE does some really funky stuff when we try to subclass the messagebox. We
can try to put controls on it etc., but WINE doesn't let us or something, and
the controls don't appear and in fact messages to them seem screwed up. Again,
I'm not exactly sure of the problem here, a lot more testing would be needed
(basically try putting a checkbox control on the messagebox and watch it fail).
--------------------
I think the first one is uset here
--
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=7847
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-01-28 17:52:00 ---
Reported 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=4343
--- Comment #16 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-01-28 17:40:30 ---
djrpublic, please post in Bugzilla, do not reply to wine-bugs. Email read:
"Go ahead and close all of them - fine by me - they're all fixed. No
sense in misleading folks"
--
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=8642
--- Comment #4 from Stephen <delfick755(a)gmail.com> 2008-01-28 17:12:43 ---
playing with the pixelshader and vertexShader options don't seem to get rid of
this problem. (infact, getting rid of them makes this problem worse, but
doesn't seem to effect performance)
I'm using wine 0.9.46
--
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=4096
--- Comment #9 from Detlef Riekenberg <wine.dev(a)web.de> 2008-01-28 17:07:42 ---
Feature is still not implemented ...
--
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=2608
Damian <djd20(a)kent.ac.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #16 from Damian <djd20(a)kent.ac.uk> 2008-01-28 17:00:36 ---
Point taken - does anyone feel like testing to see if the patch solves the
shrinker problem? From what I understand the actual deshrinking code is part
of the DLL and wine just needed some help in getting it to execute, the
commenter that posted the patch seems to indicate the fix is not overly
complicated. I'm not familiar with the process of getting patches accepted
into wine, I suppose some people testing it and saying it works for them and
doesn't cause obvious regressions would be a good start :).
Anyone fancy trying it out?
--
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.