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
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
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
> 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
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
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
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_
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
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
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
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.
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
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.
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
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
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
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.
* 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
18 matches
Mail list logo