Re: winex11.drv: When copying window bits exclude an update region only if the parent doesn't clip its children.

2011-01-28 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > > -ExcludeUpdateRgn( hdc_dst, data->hwnd ); > > +if (!parent || !(GetWindowLongW( parent, GWL_STYLE ) & > > WS_CLIPCHILDREN)) > > +ExcludeUpdateRgn( hdc_dst, data->hwnd ); > > I don't see what the parent clipping has to do with this. Could you > pleas

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-28 Thread Scott Ritchie
On 01/27/2011 11:24 PM, Reece Dunn wrote: > On 28 January 2011 01:44, Scott Ritchie wrote: >> On 01/27/2011 02:20 PM, Reece Dunn wrote: >>> === Steps to Reproduce === >>> >>> Machine: Ubuntu 10.04 64-bit with NVidia binary drivers. >>> >>>1/ Build the latest version of wine with no special op

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-28 Thread Erich Hoover
On Fri, Jan 28, 2011 at 6:45 AM, Greg Geldorp wrote: > ... > I started by running your test binary 10,000 times on W7PROX64. Not a single > crash, so that looked kind of promising. Just to be sure, I then ran the > binary on a dual-core Win7 x64 machine (the W7PROX64 VM has only one core > assigne

RE: Correction to crash inside RtlCaptureStackBackTrace() + test case

2011-01-28 Thread Janne Hakonen
> Now, when I ran these tests on Testbot using all base VMs, the tests were run > also on W2KPROSP4 and WNT4WSSP6. However, the > function seems to buggy in those. It throws access violation whenever it is > not skipping frames. > Is there some way I could prevent/skip these tests to be run on

Re: Alexander Scott-Johns : ole32: Add support for rendering METAFILEPICT clipboard objects.

2011-01-28 Thread Nikolay Sivov
On 1/28/2011 21:30, Alexandre Julliard wrote: Module: wine Branch: master Commit: 0f4fbd30f6bf3d2ef471d3d75307c7fa8a7df137 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f4fbd30f6bf3d2ef471d3d75307c7fa8a7df137 Author: Alexander Scott-Johns Date: Tue Jan 25 15:09:21 2011 + ole

Re: [PATCH 4/4] [Kernel32]: add ability to load additional terminfo data from Wine registry

2011-01-28 Thread Alexandre Julliard
Eric Pouech writes: > as I said, terminfo is not fully populated > it misses lots of ctrl- (left arrow, right arrow...) and has not > been updated lately > most of the common text editors come with their own config files > for example, /etc/inputrc has the missing bindings for libreadline > (and

Re: [PATCH 2/2] msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages

2011-01-28 Thread Alexandre Julliard
Detlef Riekenberg writes: > @@ -134,8 +135,9 @@ static void DoMessageBox(LPCSTR lead, LPCSTR message) > void CDECL _amsg_exit(int errnum) > { >TRACE("(%d)\n", errnum); > - /* FIXME: text for the error number. */ > - if (MSVCRT_app_type == 2) > + > + if ((MSVCRT_error_mode == MSVCRT__OUT_

Re: RFC: Adding Mac support to secur32/schannel.c

2011-01-28 Thread Juan Lang
Hi Ken, > I'm planning to add an alternative implementation of schannel (SSL/TLS) > support for the Mac.  The current implementation is based on GnuTLS.  That > library is not typically found on Mac OS X.  Although packagers can build it > and ship it and its dependencies with Wine for Mac OS X

Re: PATCH: User32: Replicate Windows behavior of WM_SETTEXT handler regarding WM_CTLCOLOR*

2011-01-28 Thread Vitaliy Margolen
On 01/27/2011 11:51 PM, Alexander LAW wrote: +if (style & WS_VISIBLE) { + HDC hdc = GetDC(hWnd); + HBRUSH hbrush; + RECT client, rc; + HWND parent = GetParent(hWnd); Please follow the style of the

Re: winex11.drv: Implement synthesizing the CF_ENHMETAFILE clipboard format from CF_METAFILEPICT.

2011-01-28 Thread Vitaliy Margolen
On 01/27/2011 07:42 PM, Alexander Scott-Johns wrote: +FIXME("Called to synthesize unknown format 0x%08x\n", wFormatID); Formats defined as decimal, so you should print it as decimal. +if ((lpSource = X11DRV_CLIPBOARD_LookupData(CF_ENHMETAFILE)) && lpSource->hDa

Re: [PATCH 1/2] msvcrt: Add private define and header tests for _set_error_mode options

2011-01-28 Thread Marvin
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=8692 Your paranoid android.

RE: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-28 Thread Greg Geldorp
From: Greg Geldorp > From: Erich Hoover > > On Thu, Jan 27, 2011 at 3:53 AM, Greg Geldorp wrote: > > > ... > > > Looking at http://test.winehq.org/data/tests/shdocvw:webbrowser.html, > > > the shdocvw:webbrowser test doesn't have a history of occasional > > > crashes. There are a few failures, bu

Re: [1/2] shell32: Implement IShellDispatch::NameSpace

2011-01-28 Thread Marvin
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=8684 Your paranoid android.

Re: winex11.drv: When copying window bits exclude an update region only if the parent doesn't clip its children.

2011-01-28 Thread Alexandre Julliard
Dmitry Timoshkov writes: > @@ -1624,7 +1624,8 @@ static void move_window_bits( struct x11drv_win_data > *data, const RECT *old_rect > hdc_src = hdc_dst = GetDCEx( data->hwnd, 0, DCX_CACHE ); > } > > -ExcludeUpdateRgn( hdc_dst, data->hwnd ); > +if (!parent || !(GetWindowLo

Re: [PATCH] winecoreaudio: Fix deprecation warnings.

2011-01-28 Thread Alexandre Julliard
Charles Davis writes: > @@ -198,10 +222,19 @@ int AudioUnit_CreateInputUnit(void* wwi, AudioUnit* > out_au, > UInt32* outFrameCount) > { > OSStatuserr = noErr; > +#ifdef HAVE_AUDIOUNIT_AUDIOCOMPONENT_H > +/* Apple has threatened to rip out the Component Man

Re: FYI: OpenCL/opencl.h from NVIDIA...

2011-01-28 Thread Peter Urbanec
On 21/01/11 13:21, James McKenzie wrote: As far as I knew from information I gathered here, the only OS that supports OpenCL was MacOSX. Sorry for the misleading information. I developed wine OpenCL support under Gentoo, using the Gentoo provided NVidia drivers and NVidia CUDA packages. I'm n

Wine Source Study

2011-01-28 Thread Pankaj Swami
Please help me. I am last year Computer Engineering student & I want to study wine source code but I'm unable to decide from where to start studying wine source code.? I have wine source code.

Re: Another milestone

2011-01-28 Thread Saulius Krasuckas
* On Thu, 27 Jan 2011, Greg Geldorp wrote: > > Today we had a clean winetest.exe run on all 31 TestBot VMs for the > first time. Although there are still failures on other test machines and > some tests fail occasionally on TestBot, I still think this is a > significant milestone. Congrats to