On 19/04/2008, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Am Samstag, 19. April 2008 02:36:39 schrieb H. Verbeet:
>
> > On 18/04/2008, Alexander Dorofeyev <[EMAIL PROTECTED]> wrote:
> > > Fixes massive slowdown in games like Aliens vs Predator 2.
> >
> > If you care about performance you shoul
Am Samstag, 19. April 2008 02:36:39 schrieb H. Verbeet:
> On 18/04/2008, Alexander Dorofeyev <[EMAIL PROTECTED]> wrote:
> > Fixes massive slowdown in games like Aliens vs Predator 2.
>
> If you care about performance you should always run with
> WINEDEBUG="-all" anyway.
I think it is valid to preve
"El." <[EMAIL PROTECTED]> wrote:
> @@ -4606,6 +4606,10 @@ static LRESULT EDIT_WM_KeyDown(EDITSTATE *es, INT key)
> {
>HWND hwndParent = GetParent(es->hwndSelf);
>DWORD dw = SendMessageW( hwndParent, DM_GETDEFID, 0, 0 );
> +
> + if (GetClassLongW(hwndParent, GCW_ATOM) != WC_DIALOG)
>
On 18/04/2008, Alexander Dorofeyev <[EMAIL PROTECTED]> wrote:
> Fixes massive slowdown in games like Aliens vs Predator 2.
>
If you care about performance you should always run with
WINEDEBUG="-all" anyway.
On Fri, Apr 18, 2008 at 07:46:51PM +0200, Alexandre Julliard wrote:
> Adrian Bunk <[EMAIL PROTECTED]> writes:
>
> > That this bug is listed as "fixed since 0.9.59" is wrong, and it sounds
> > as if you wrongly count all bugs closed since 0.9.59 as having been
> > present in 0.9.59?
> >
> > Looki
Hi all,
I created a hack to debug a specific critical section with
WINE_DEBUG_SPINLOCK environment. It was useful for me because it found
a very weird deadlock, a thread would terminate before releasing its
critical section. It will also change the timeout to 1 second so you
will get a faster resp
Adrian Bunk <[EMAIL PROTECTED]> writes:
> I might be a bit nitpicking, but "Bugs fixed since 0.9.59" implies for
> me that these bugs have been fixed after 0.9.59.
I can certainly change it to "Bugs fixed in 0.9.60" if you prefer that.
> And when I'm reading the 0.9.60 announcement I'm mostly
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote:
> What about defining isinf as macro?
>
> diff --git a/include/wine/port.h b/include/wine/port.h index
> 6727891..59c12aa 100644
> --- a/include/wine/port.h
> +++ b/include/wine/port.h
> @@ -146,6 +146,11 @@ struct statvfs
> #define strtoull _
Adrian Bunk <[EMAIL PROTECTED]> writes:
> That this bug is listed as "fixed since 0.9.59" is wrong, and it sounds
> as if you wrongly count all bugs closed since 0.9.59 as having been
> present in 0.9.59?
>
> Looking through some of the other bugs (especially older ones) the
> information in Bu
On Fri, Apr 18, 2008 at 05:59:16PM +0200, Alexandre Julliard wrote:
>...
> Bugs fixed since 0.9.59:
>...
>7174 Master of Orion 2 does not switch screen resolution correctly
>...
That this bug is listed as "fixed since 0.9.59" is wrong, and it sounds
as if you wrongly count all bugs closed si
> I have a hacky implementation of D3DXLoadSurfaceFromMemory and
> D3DXLoadSurfaceFromSurface, as well as a pretty good implementation of
> D3DXCreateTexture and D3DXCheckTextureRequirements.
>
> I'll send in the patch for the last two when I have time, and have
> looked it over a final time.
Another day, another Winetricks.
Changes since yesterday's annoucement:
Switch to listing simpler synonyms for changing windows version (long
ones still valid)
Correct description of volnum verb (it's still needed)
Fix typo in sha1sum check that caused it to be ignored!
Update sha1sum for flas
Peter Åstrand wrote:
> Changelog:
>
> Calling waveOutGetDevCapsA/waveOutGetDevCapsW with size 4 is wrong, the
> size should be the sizeof the structure used. waveOutGetDevCapsA needs to
> succeed since the capsA structure is used later.
>
> Index: wave.c
> ===
Dmitry Timoshkov wrote:
>
> SWP_NOZORDER should be there for sure, and in that case HWND_TOP
> doesn't make
> sense, so just use 0 (although HWND_TOP == 0) instead.
>
Yes, You are right. I have sent a new version.
--
Best regards
Anatoly Lyutin.
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote:
> --- dlls/user32/mdi.c 5 Mar 2008 19:42:23 - 1.24
> +++ dlls/user32/mdi.c 18 Apr 2008 12:07:50 -
> @@ -649,6 +728,9 @@ static LONG MDI_ChildActivate( HWND clie
> }
>
> SendMessageW( child, WM_MDIACTIVATE, (WPARAM)prevActiveWnd, (LPARAM)
Alexandre Julliard wrote:
> Petr Sumbera <[EMAIL PROTECTED]> writes:
>
>> Well, we have only one isinf call in Wine so I think it isn't worst of
>> creating Wine special isinf implementation. Instead I propose emulate
>> isinf via finite() and isnand() (both coming from ieeefp.h).
>
> You should
Alexandre Julliard schrieb:
> Stefan Leichter <[EMAIL PROTECTED]> writes:
>
>> @@ -1758,7 +1836,7 @@
>> */
>> if (!(nFolder & CSIDL_FLAG_CREATE))
>> {
>> -hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
>> +hr = HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND);
>> g
Here is the download where i see the behavior is where I see the behavior.
http://site.ebrary.com/lib/stanford/support/plugins/ebraryReader.exe
thanks,
-aric
Hans Leidekker wrote:
> On Thursday 17 April 2008 21:28:57 Aric Stewart wrote:
>
>> This patch is for the receiving direction, unless I m
Stefan Leichter <[EMAIL PROTECTED]> writes:
> @@ -1758,7 +1836,7 @@
> */
> if (!(nFolder & CSIDL_FLAG_CREATE))
> {
> -hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
> +hr = HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND);
> goto end;
Why is it using a different e
On Wed, 16 Apr 2008, Juan Lang wrote:
> > The CapsA test doesn't fail, probably since winmm wraps CapsA calls with
> > CapsW calls and then does memcpy. In either case, calling
> > waveOutGetDevCaps sith size=4 is not valid, as far as I can tell.
> > Theoretically, it might be in the future, t
"Louis. Lenders" <[EMAIL PROTECTED]> wrote:
> @@ -3113,6 +3113,7 @@ BOOL WINAPI FindNextUrlCacheEntryW(
>LPDWORD lpdwNextCacheEntryInfoBufferSize
> )
> {
> +SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
> FIXME("(%p, %p, %p) stub\n", hEnumHandle, lpNextCacheEntryInfo,
> lpdwNextCacheEn
21 matches
Mail list logo