http://bugs.winehq.org/show_bug.cgi?id=7154
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|_obsolete_gui |-unknown
--- Comment #4 from James Hawkins <truiken(a)gmail.com> 2008-01-07 23:26:54 ---
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7154
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-01-07 23:26:39 ---
Invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7146
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_gui |fonts
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7138
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_gui |-unknown
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7117
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_gui |-unknown
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6886
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_gui |-unknown
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2812
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-07 23:24:48 ---
(In reply to comment #12)
> (Confirmed)
> I should add that it's not only a hack but also incomplete - lParam needs to be
> wrapped for more messages but I didn't bother. See mciwnd.c.
Also the patch should use SetWindowLongPtrA instead of SetWindowLongPtrW,
and use CallWindowProc to call an old window proc.
Otherwise the patch should be sent to wine-patches, it's an improvement.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2812
--- Comment #16 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-07 23:22:10 ---
(In reply to comment #15)
> I guess we need a msvidc32 component.
It's msvfw32.dll where the code belongs to, so I'd say msvfw32 component.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6876
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_gui |user32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6842
--- Comment #8 from Chris Severance <wine.severach(a)spamgourmet.com> 2008-01-07 23:20:07 ---
This isn't a performance issue. My code will have lower performance because it
is more complex than drawing a rectangle. The bug is that there are color
combinations that the current Rectangle() based code will not produce a clear
focus rectangle. My code duplicates the Microsoft method which ensures that a
clear focus rectangle will be drawn on any color combination no matter how bad
it actually looks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.