re: Wine performance improvement

2009-12-08 Thread Dan Kegel
Interesting!Clearly a long ways off from production-ready, but it's fun to see somebody trying this. A few notes: Please clean up the patch a bit to remove lines like this: +//FIXME("handle : %ld \n", handle); and extra files like dlls/ws2_32/tests/test.sh Please avoid hand-editing include/w

Re: winhttp/tests: Fix test error when run as non-administrator

2009-12-08 Thread Juan Lang
Hi Paul, > I agree that ERROR_ACCESS_DENIED is a valid return value but I'd rather have > some win_skip() or at least a skip() in there. win_skip() will work fine > right now but as soon as we implement access rights to the registry (and > multi-user) it should probably be a skip(). That's good f

Re: The XFORM matrix in PlgBlt is calculated incorrectly

2009-12-08 Thread Nikolay Sivov
Alexander Almaleh wrote: I'm talking about this code, from http://source.winehq.org/source/dlls/gdi32/bitblt.c, in function PlgBlt : I have a formula that so far seems to give always the correct matrix: xf.eM11 = (FLOAT) -(rect[1].y*plg[2].x+rect[0].y*(plg[1].x-plg[2].x)-rect[2].y*plg[1].x

The XFORM matrix in PlgBlt is calculated incorrectly

2009-12-08 Thread Alexander Almaleh
I'm talking about this code, from http://source.winehq.org/source/dlls/gdi32/bitblt.c, in function PlgBlt : 577 rect[0].x = nXSrc;578

Re: Wine sound discussion summary

2009-12-08 Thread Maarten Lankhorst
Hi Stefan, Stefan Dösinger schreef: Am 08.12.2009 um 13:06 schrieb Robert Reif: Yes, a single ring buffer for all the software mixed direct sound buffers. A good driver implementation would have a ring buffer for every direct sound buffer. Therefore no requirement for any software mixing.

Re: Author: Maarten Lankhorst

2009-12-08 Thread Stefan Dösinger
> Author: Maarten Lankhorst

Re: Wine sound discussion summary

2009-12-08 Thread Stefan Dösinger
Am 08.12.2009 um 13:06 schrieb Robert Reif: > Yes, a single ring buffer for all the software mixed direct > sound buffers. A good driver implementation would > have a ring buffer for every direct sound buffer. Therefore > no requirement for any software mixing. That path is in > the direct sound

Re: shdocvw: Fix test for non-english IE MUI

2009-12-08 Thread Paul Vriens
On 12/08/2009 01:29 PM, Alistair Leslie-Hughes wrote: Hi Jacek, You don't need to delete the whole test. You can check for the system language and do the compare only if it's English. Is there an example that already does this? Just use function GetUILanguageInfo or similar? Best Regards Al

[PATCH] kernel32: Respect the LANG environment variable on Mac OS.

2009-12-08 Thread Joerg-Cyril.Hoehle
Hi, Ken Thomases wrote: >Currently, Wine uses the LC_MESSAGES category to determine sCountry and Locale. Good to know. >That's not quite what I proposed. I propose the following [pseudo-code omitted] >This results in the order I previously described: >LC_ALL >LC_* from the original environment

Re: shdocvw: Fix test for non-english IE MUI

2009-12-08 Thread Alistair Leslie-Hughes
Hi Jacek, You don't need to delete the whole test. You can check for the system language and do the compare only if it's English. Is there an example that already does this? Just use function GetUILanguageInfo or similar? Best Regards Alistair Leslie-Hughes

Re: Wine sound discussion summary

2009-12-08 Thread Robert Reif
Maarten Lankhorst wrote: Hi Reif, 2009/12/8 Robert Reif : Francois Gouget wrote: Also, as far as I know, DirectSound works on top of all our backend drivers. It works through the WAVE API on most drivers which requires software mixing and format conversions. Even the direct

Re: shdocvw: Fix test for non-english IE MUI

2009-12-08 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: Hi, Either use this patch or patch "Added support for non-enligh IE MUI". Changelog: shdocvw: Fix test for non-english IE MUI -ok(!strcmp_wa(sName, "Microsoft Web Browser Control"), "got '%s', expected 'Microsoft Web Browser Control'\n", wi

Re: 1/2 wined3d: print warning/error to winediag [try2]

2009-12-08 Thread Alexandre Julliard
Roderick Colenbrander writes: > { > -ERR("Direct3D%d is not available without opengl\n", dxVersion); > +ERR_(winediag)("Unable to initialize Direct3D%d due to lack of > OpenGL support.\nMake sure OpenGL drivers are installed on your system and > that Wine was co

Re: shdocvw: Added support for non-english IE MUI

2009-12-08 Thread Alistair Leslie-Hughes
Hi Paul, Although I can agree on adding this language support to the implementation, I'm not sure we want this in the tests. Someone has to keep the translations up-to-date in the tests. Next to that the new tests assume that our translation is exactly the same as Windows, not sure if we even

Re: shdocvw: Added support for non-english IE MUI

2009-12-08 Thread Paul Vriens
On 12/08/2009 11:10 AM, Alistair Leslie-Hughes wrote: Hi, When IE has support to display non-english menus, its returns a translated string for the control name (get_Name) for the language being used. Changelog: shdocvw: Added support for non-english IE MUI Best Regards Alistair Leslie-Hughes

Re: [PATCH] user32: Make DefWindowProc handle SHIFT+F10.

2009-12-08 Thread Dmitry Timoshkov
"Kusanagi Kouichi" wrote: According to MSDN[1], DefWindowProc generates the WM_CONTEXTMENU message when SHIFT+F10 is typed. [1] http://msdn.microsoft.com/en-us/library/ms647592.aspx Usually MSDN statements/descriptions shouldn't be taken as an action guide, a test case is required to see wha

Re: winetest + pbuffer + nvidia 190.18 drivers = X crash

2009-12-08 Thread Henri Verbeet
2009/12/8 Austin English : > Updated to 195.22 drivers, and it reappeared. Though it may have been > disabled glsl that did it. I tried running those configs again, but no > crash, so perhaps a race? > Backtrace: > 0: /usr/bin/X(xorg_backtrace+0x26) [0x4f00c6] > 1: /usr/bin/X(xf86SigHandler+0x41) [

Re: Very long printernames and test failures

2009-12-08 Thread Paul Vriens
On 12/08/2009 08:03 AM, Paul Vriens wrote: On 12/07/2009 11:38 PM, Detlef Riekenberg wrote: On So, 2009-12-06 at 19:28 +0100, Paul Vriens wrote: Some test failures are shown on boxes with long printernames, for example: http://test.winehq.org/data/17b7ee13fb55e872902be3156610e583e4cd324b/vist

Free VMware Workstation licenses for Wine developers

2009-12-08 Thread Greg Geldorp
I already announced this at WineConf, but for people who were not there: VMware wants to support the Wine project by providing free of charge Workstation 7 licenses to Wine developers. We're not going to be too picky about the definition of "Wine developer". If you have been able to get a patch