Re: question for dumps

2008-01-25 Thread Dmitry Timoshkov
Juan Carlos Montes [EMAIL PROTECTED] wrote: At this time, i have dumps for WriteFile, ReadFile, WSASendTo and WSARecvFrom. But i need it for Registry set value functions... Do you want that i make a diff with all change? This dumping feature doesn't belong to Wine, if you need it use either

Re: question for dumps

2008-01-25 Thread Juan Carlos Montes
Ok, i can make the patch. what do you need to make the new channel? I use this code to dump: // Insert to dump buffers // Inserted by Juan Carlos Montes // Date: 23/01/08 char file_name[255] = ; sprintf( file_name,

Re: gdiplus: bezier test question

2008-01-25 Thread Dmitry Timoshkov
Reece Dunn [EMAIL PROTECTED] wrote: The patch that I have just submitted (gdiplus: fix the bezier arc path test (on all platforms).) is a simple fix for the failing test in graphicspath.c. The failure highlights gdiplus behaviour that is not directly obvious: If you have a bezier arc:

Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c index f2bf12c..948c58c 100644 --- a/dlls/winex11.drv/x11drv_main.c +++ b/dlls/winex11.drv/x11drv_main.c @@ -498,10 +498,7 @@ static BOOL process_attach(void)

Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: Alexandre Julliard [EMAIL PROTECTED] wrote: Shouldn't screen_bpp be set to 16 then? I believe that GetDeviceCaps(BITSPIXEL) should return 15 in that case, so that the apps would use correct bit fields for DIBs. There are no correct bit fields for

Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: case 15: -/* Out tests suggest that windows does not support 15 bpp color depth. - * X11 does, what should we do with these situations? - */ -FIXME(The X server is running at 15 bpp color

Re: No new winetest?

2008-01-25 Thread Paul Millar
On Friday 25 January 2008 10:00:17 Francois Gouget wrote: There's been no new winetest for about a week. Does anyone know what's up? The front-end machine had stopped responding to network traffic. I'm not physically the machine, so I've asked someone to investigate on my behalf. They

Wiki Down?

2008-01-25 Thread Austin English
What happened to the wiki? AppDB/WineHQ/Bugzilla are all fine, but wiki.winehq.org seems to be down. -Austin

Re: comctl32: Vista sends an unidentified message when destroyingdatetime and monthcal windows.

2008-01-25 Thread Reece Dunn
On 25/01/2008, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Reece Dunn [EMAIL PROTECTED] wrote: When destroying datetime and monthcal controls, Vista sends a message with the value 0x0090. This messasge is not in winuser.h of the Vista SDK. +#define WM_UNKNOWN_VISTA1 0x0090 IMO just

Re: dlls/d3d9/tests/visual.c -- address five compiler warnings (RESEND)

2008-01-25 Thread Gerald Pfeifer
On Mon, 14 Jan 2008, Alexandre Julliard wrote: @@ -4348,12 +4349,12 @@ static void vshader_version_varying_test vs_3_0 returned color 0x%08x, expected 0x00203366\n, color); color = getPixelColor(device, 160, 360); ok((color 0x00ff) = 0x003c (color 0x00ff) =

Re: system tray icon regression

2008-01-25 Thread Lei Zhang
On Jan 24, 2008 4:10 PM, Lei Zhang [EMAIL PROTECTED] wrote: Hi, With today's wine-git, tray icons no longer work. There's a spot in the system tray where the icon should be, but nothing is displayed there and I can't interact with it. This occurred on both KDE and Gnome. I found this with

Re: [PATCH] D3DXGetFVFVertexSize implementation

2008-01-25 Thread Stefan Dösinger
Am Freitag, 25. Januar 2008 19:41:52 schrieb Victor: This is a DX8 implementation of D3DXGetFVFVertexSize (i.e. D3DFVF_XYZW is commented out).I must note that I've encountered a bug in original/natvie D3DXGetFVFVertexSize - it returned wrong vertex size(one float less than needed(?)) when it

Re: No new winetest?

2008-01-25 Thread Francois Gouget
On Fri, 25 Jan 2008, Paul Millar wrote: [...] The front-end machine had stopped responding to network traffic. [...] So, sorry, winetest will be off-line until Monday at the earliest. Thanks for the status update. -- Francois Gouget [EMAIL PROTECTED] http://fgouget.free.fr/