Re: LinuxTag Berlin - call for projects

2010-05-01 Thread Kai Blin
On Thu, 2010-04-29 at 10:12 +0200, Jan Gerrit Möltgen wrote: Hello together, the Wine project is accepted for LinuxTag. I'm verry sorry, in the period of the day linux I have no time unexpectedly and at this moment my time looks bad, too. Is anyone here, who can manage the Wine on LinuxTag

Re: Minor dlls/mshtml/htmlbody.c simplification (RESEND)

2010-05-01 Thread Nikolay Sivov
On 5/1/2010 04:04, Gerald Pfeifer wrote: On Wed, 28 Apr 2010, Nikolay Sivov wrote: Please follow wine-devel comments: http://www.winehq.org/pipermail/wine-devel/2010-April/083175.html Ouch, I had missed this message -- certainly did not mean to ignore the good feedback. Is the

Re: Minor dlls/localspl/tests/localmon.c simplificiation

2010-05-01 Thread Nikolay Sivov
On 5/1/2010 21:52, Gerald Pfeifer wrote: On Sat, 24 Apr 2010, Nikolay Sivov wrote: ChangeLog: Remove variable res which is not really used from test_XcvClosePort. We should better test for return value than remove it. Okay. Is this something you can look into (or do you

3dmark2000, 3dmark06 results on both Wine and Vista

2010-05-01 Thread Dan Kegel
I did some apples-to-apples 3d benchmarking today on a dual boot system. It looks offhand like Windows is about twice as fast as Wine on these benchmarks on my system. cpu: e8400 ram: 4GB video card: nvidia GT 240 Ubuntu 32 10.04 video drivers: 195.36.15 Vista 64 video drivers: 8.17.11.9713

Re: user32: Focus editboxes when the context menu is opened. (try 3)

2010-05-01 Thread Paul Vriens
On 04/24/2010 10:08 PM, Vincent Povirk wrote: +case WM_CAPTURECHANGED: +if (hWnd != (HWND)lParam) +{ +got_wm_capturechanged = 1; +EndMenu(); +} +break; Hi Vincent, EndMenu is not available on Win95 so no

Re: user32: Focus editboxes when the context menu is opened. (try 3)

2010-05-01 Thread Vincent Povirk
We can't skip the EndMenu call because that would cause the test to hang waiting for the menu to finish. Unless there's some other way we can programmatically close the popup menu on win95, I think we'll have to skip the whole test. On Sat, May 1, 2010 at 1:49 PM, Paul Vriens

Re: user32: Focus editboxes when the context menu is opened. (try 3)

2010-05-01 Thread Paul Vriens
On 05/01/2010 08:52 PM, Vincent Povirk wrote: We can't skip the EndMenu call because that would cause the test to hang waiting for the menu to finish. Unless there's some other way we can programmatically close the popup menu on win95, I think we'll have to skip the whole test. I'll give the

Re: 3dmark2000, 3dmark06 results on both Wine and Vista

2010-05-01 Thread Scott Ritchie
One note of caution is that video card manufacturers have been known to blatantly cheat on these tests by rigging their drivers with special hacks when they detect 3dmark is running. As far as I know the code may still be there. Since the Linux drivers probably don't have these hacks, if they

Re: Minor dlls/localspl/tests/localmon.c simplificiation

2010-05-01 Thread Gerald Pfeifer
On Sat, 24 Apr 2010, Nikolay Sivov wrote: ChangeLog: Remove variable res which is not really used from test_XcvClosePort. We should better test for return value than remove it. Okay. Is this something you can look into (or do you have a hint on how you'd like such a test to look like)? It

Re: Remove variable doRecursive which is not really used from WCMD_for.

2010-05-01 Thread Nikolay Sivov
On 5/1/2010 18:24, Gerald Pfeifer wrote: --- programs/cmd/builtins.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Please use consistent naming for patches and mail subjects. It's described in http://wiki.winehq.org/SubmittingPatches. I'm not sure it makes sense to

Re: Destroy the window we created at the end of wait_idle_thread.

2010-05-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=1857 Your paranoid