http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #42 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-08-28 11:00:26 ---
I strongly disagree with comment #41. I just tested starcraft and it is not
fixed. I believe he is using a hacked ddraw/wined3d.
With a hacked ddraw, the fonts are fine. It's just that the blitting is no
longer layered correctly.
--
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=9496
Summary: Photoshop 7.0 can't open "save for web"
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olamedia(a)gmail.com
wine 0.9.44:
Photoshop 7.0 starts working very fast and having correct support of
international chars in layers, but having some problems:
1. "Save for web" dialog can't be opened
2. MDI windows now having decorations
--
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=6095
Nikolay <tlittle(a)mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tlittle(a)mail.ru
--
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=8893
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-08-28 10:43: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=8300
--- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-08-28 10:41:51 ---
X11DRV_set_wm_hints is called also from X11DRV_SetWindowPos. You can start
tracking it from that point.
--
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=8300
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--- Comment #4 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2007-08-28 10:32:55 ---
Some applications uses the following sequence to create windows (winamp play
list)
1) CreateWindow(WS_OVERLAPPED)
CreateWindow adds WS_CAPTION - this is correct.
Then MWM_DECOR_TITLE hint is added - this is correct too.
2) SetWindowLong(WS_CLIPSIBLINGS)
Here we remove WS_CAPTION style. Hints should be updated too, but they are not.
It seems there is another bug in server.
Is it correct that right now mwm hints are added only during creation time and
never gets modified?
--
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=4139
Tijl Coosemans <tijl(a)ulyssis.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tijl(a)ulyssis.org
--- Comment #5 from Tijl Coosemans <tijl(a)ulyssis.org> 2007-08-28 10:31:10 ---
There was a problem where FreeBSD didn't properly say whether a page fault was
due to a write or a read. The DIB code relies on that. The problem has been
fixed in FreeBSD 6-STABLE and 7-CURRENT. Could you confirm the problem has been
resolved with a recent version of FreeBSD and Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.