Re: shell32: add configure option --disable-unixfs

2010-04-29 Thread Dan Kegel
On Wed, Apr 28, 2010 at 12:48 PM, Alexandre Julliard wrote: > Dan Kegel writes: > >> Fixes http://bugs.winehq.org/show_bug.cgi?id=22450 > > There's no reason to do that in configure. Right then, I'll do something in the registry. (Although maybe I can live with the existing registry key if I als

Re: ws2_32: negate return value of SIOCATMARK (try 2)

2010-04-29 Thread André Hentschel
Am 29.04.2010 18:39, schrieb Mike Kaplinskiy: > 2010/4/28 André Hentschel : >> confirmed by Mike Kaplinskiy >> >> try 1 was on 4th November 2009 >> >> --- >> dlls/ws2_32/socket.c | 16 ++-- >> dlls/ws2_32/tests/sock.c |2 +- >> 2 files changed, 15 insertions(+), 3 deletions(-

Re: winex11: use XkbKeycodeToKeysym when using XKB

2010-04-29 Thread Alexandre Julliard
Alexandre Goujon writes: > @@ -609,6 +609,11 @@ extern HMODULE x11drv_module; > extern BYTE key_state_table[256]; > extern POINT cursor_pos; > > +#ifdef HAVE_XKB > +#define XKeycodeToKeysym(dpy,kc,i) \ > +( use_xkb ? XkbKeycodeToKeysym(dpy, kc, 0, i) : XKeycodeToKeysym(dpy, > kc, i) ) >

Re: [PATCH 3/3] mshtml: Added support for accessing select options by index.

2010-04-29 Thread Paul Vriens
On 04/29/2010 06:54 PM, (Marvin) wrote: 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/Job

Re: [PATCH 3/3] mshtml: Added support for accessing select options by index.

2010-04-29 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=1828 Your paranoid android.

Re: ws2_32: negate return value of SIOCATMARK (try 2)

2010-04-29 Thread Mike Kaplinskiy
2010/4/28 André Hentschel : > confirmed by Mike Kaplinskiy > > try 1 was on 4th November 2009 > > --- >  dlls/ws2_32/socket.c     |   16 ++-- >  dlls/ws2_32/tests/sock.c |    2 +- >  2 files changed, 15 insertions(+), 3 deletions(-) > > diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/so

Re: [PATCH 1/2] user32: convert screen coordinates for send WM_SIZING message (resend)

2010-04-29 Thread Alexandre Julliard
Konstantin Kondratyuk writes: > @@ -2575,11 +2576,24 @@ void WINPOS_SysCommandSizeMove( HWND hwnd, WPARAM > wParam ) > if(!iconic && !DragFullWindows) draw_moving_frame( hdc, > &sizingRect, thickframe ); > capturePoint = pt; > > +/* convert to

Re: [PATCH 4/4] wined3d: use stretch_rect_fbo for swapchainless blits

2010-04-29 Thread Henri Verbeet
On 29 April 2010 15:38, Roderick Colenbrander wrote: >   } else if(dstSwapchain && srcSwapchain) { >        FIXME("Implement hardware blit between two different swapchains\n"); > It looks like this case would work fine using stretch_rect_fbo. In the > end it comes down to binding two textures to a

Re: [PATCH 4/4] wined3d: use stretch_rect_fbo for swapchainless blits

2010-04-29 Thread Roderick Colenbrander
On Wed, Apr 28, 2010 at 2:56 PM, Henri Verbeet wrote: > On 28 April 2010 14:29, Roderick Colenbrander wrote: >> +    /* Early sort out of cases where no render target is used */ >> +    if (!dstSwapchain && !srcSwapchain >> +            && src_surface != device->render_targets[0] >> +            

Re: new wisotool 20100424: new verbs 3dmark2000, 3dmark2001, 3dmark03, 3dmark05, 3dmark06, baldursgate2, gta_vc, pcmark04, pcmark05, unigine_heaven

2010-04-29 Thread Vincent Pelletier
Le mercredi 28 avril 2010 09:13:24, Vincent Pelletier a écrit : > I'm trying to add support for GOG.com installers. Please review attached patch. I can add more games to it, but now that I validated 8 cases (with/without adobe installer, with multiple installer files, with various command lines)

Re: LinuxTag Berlin - call for projects

2010-04-29 Thread Edward Savage
I'd love to how ever it is rather a long and expensive trek from Australia. Hopefully some one closer can. Edward 2010/4/29 Jan Gerrit Möltgen : > 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 t

Re: LinuxTag Berlin - call for projects

2010-04-29 Thread Jan Gerrit Möltgen
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 and would be at this time in Berlin. If no one is there, I will d

winmm/tests: Silence test about play from 0 to 0 not immediately stopped.

2010-04-29 Thread Joerg-Cyril.Hoehle
Hi, This intermittent failure seems independent on all the other intermittent failures so let's silence it. Experiments with Sleep() were unsuccessful to quiet it. I'm wondering whether it only happens on vmware. Another possible explanation that needs more testing is that it might behave like M

Re: [1/6] msi: Fix some test failures on Windows.

2010-04-29 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=1817 Your paranoid android.

Re: [PATCH] kernel32: lstrlen does not call SetLastError.

2010-04-29 Thread Lei Zhang
On Wed, Apr 28, 2010 at 7:53 PM, Marvin wrote: > 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://test