Re: gdi32: Add an EnumFontFamilies test to see how it handles various font faces.

2011-02-12 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=9230 Your paranoid android.

Re: wined3d: Remove an old hack around Mesa choking on protected memory from flush_to_framebuffer_drawpixels.

2011-02-12 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, go ahead and kill this hack Am 13.02.2011 um 00:46 schrieb Gerald Pfeifer: > This somehow got stuck from the original discussion we had a year ago. > > This is in response to Stefan's feedback > (http://www.winehq.org/pipermail/wine-devel/2010

Re: Fixed GetDIBits for top-down bitmaps.

2011-02-12 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=9225 Your paranoid android.

Re: comctl32/tests: Add two casts to avoid comparisons of different int types.

2011-02-12 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=9229 Your paranoid android.

test_TCS_OWNERDRAWFIXED in dlls/comctl32/tests/tab ?

2011-02-12 Thread Gerald Pfeifer
test_TCS_OWNERDRAWFIXED in dlls/comctl32/tests/tab has the following code: LPARAM lparam, lparam2; : lparam = 0; memset(&lparam, 0xde, 4); memset(&lparam2, 0xde, sizeof(LPARAM)-1); ok(g_drawitem.itemData == lparam || broken(g_drawitem.itemData == lparam2) /* win98 */, "got 0x%

Re: winex11.drv: map_window should honor iconic state

2011-02-12 Thread Alexander Lakhin
Alexander Lakhin writes: +data->iconic = (new_style& WS_MINIMIZE) != 0; + if (!data->embedded) { update_net_wm_states( display, data ); sync_window_style( display, data ); wine_tsx11_lock(); XMapWindow( display, data->whole_window ); +

d3dx9_36 [resend]: Add a few tests for D3DXCreateBox

2011-02-12 Thread David Adam
Hello, no feedback available for this patch? It was rejected silently. A+ David -- Forwarded message -- From: David Adam Date: 2011/2/9 Subject: d3dx9_36 [resend]: Add a few tests for D3DXCreateBox To: wine-patches Fixed following Stefan's advices. A+ David

Re: .chm files for builtin programs?

2011-02-12 Thread Saulius Krasuckas
* On Sat, 12 Feb 2011, Jacek Caban wrote: > * On 2/11/11 5:06 AM, Dan Kegel wrote: > > > > I think there's an open source .chm compiler at > > http://sourceforge.net/projects/chmc/ > > Haven't tried it yet. If that doesn't work, we can use Microsoft's hhc. > > The right way to add chm file is im

Re: winex11.drv: map_window should honor iconic state

2011-02-12 Thread Alexandre Julliard
Alexander Lakhin writes: > I've checked XWMHints just before XMapWindow call and received the correct > initial_state (IconicState) and flags (StateHint set) there. > But the window still displayed not in a minimized state. To isolate the issue > I tried the following code snippet: > ... > XW

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-12 Thread Misha Koshelev
On Fri, Feb 11, 2011 at 5:16 PM, Stefan Dösinger wrote: > Am Freitag 11 Februar 2011, 22:39:05 schrieb David Laight: >> The 'usual' non-IEEE fp systems are vax (you probably can't put enough >> memory in a vax to run wine!) and some arm systems where the two 32bit >> words of a double aren't store

Re: .chm files for builtin programs?

2011-02-12 Thread Jacek Caban
On 2/11/11 5:06 AM, Dan Kegel wrote: Hi all, The native dxdiag uses a .chm file for its help system, so ours might as well, too. I see there's a .chm file checked in to git (in dlls/itss/tests). Any objection to checking a .chm file into programs/dxdiag, along with its source files and script to

Please reject patch 71094 it is wrong.

2011-02-12 Thread Alexander Kochetkov
71094 New Alexander Kochetkov [resend] gdi32: Text output of records EMR_EXTTEXTOUTA/W depend on field iGraphicsMode