http://bugs.winehq.org/show_bug.cgi?id=9197
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-21 18:07:43 ---
Seems to be gone with the new window managing code - the palette is now
managed, the tooltip unmanaged and the tooltip is on top of the palette
--
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=3997
--- Comment #36 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-21 18:05:37 ---
One more small change - if I open a "dynamic" palette in Photoshop 7 like e.g.
Brushes and minimize and restore the main window the area of the palette
doesn't get repainted. Under Windows the palette disappears. With the previous
code the palette would stay all the time always on top.
--
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=3997
--- Comment #35 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-21 17:53:05 ---
The losing of captions after a minimize/restore is something that happend once
- now I can't reproduce it. Also usually the splash screen in PS7/PS CS becomes
managed only after I click on it.
However in ImageReady 7 if I resize a palette window it gets a second caption -
apart from the one drawn by Photoshop there is a standard WM caption. Also the
hotspots to resize a palette window seems now to be much smaller - looks most
of the frame is now WM provided and there is a very think frame that can be
grabed to resize the window.
--
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=5423
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7727|application/octet-stream |text/plain
mime type| |
--
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=7065
--- Comment #17 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2007-08-21 17:43:43 ---
As a test I tried changing:
{
FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent);
*DebuggerPresent = FALSE;
return TRUE;
}
to
{
FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent);
*DebuggerPresent = FALSE;
return FALSE;
}
in dlls/kernel32/debugger.c, as I thought maybe it would report no debuggers
running, but it gave the same error.
--
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=3997
--- Comment #34 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-21 17:35:26 ---
It helped with the installation of all Photoshop versions I have and with
startup of Photoshop 6 but not 7, CS or CS2. It seems the difference is that in
Photoshop 6 the message box is the child of the splash screen while on Windows
it's the child of the main window. The splash becomes managed when the message
box appears but is still above it.
I've found also two small regressions: the palette windows (which are now
managed) can't be resized anymore and if I minimize and restore again the whole
Photoshop they loose their caption.
--
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=5423
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|AOL AIM won't install; |AOL AIM won't install: needs
|CryptVerifyMessageSignature |WinVerifyTrust
|stub not enough? |
--- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2007-08-21 17:34:25 ---
A patch has been sent for CryptVerifyMessageSignature:
http://www.winehq.org/pipermail/wine-patches/2007-August/043018.html
(It's last in a series - they'll all need to be applied.)
Unfortunately it's not enough - it fails in WinVerifyTrust. Updating summary
to reflect that. I'll attach a log shortly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.