Re: Support for D3DQUERY_TIMESTAMP* queries...

2011-05-17 Thread Adam Martinson
On 05/09/2011 10:03 AM, Henri Verbeet wrote: +static void test_timestamp_queries(IDirect3D9 *pD3d, HWND hwnd) Please don't use names like pD3d, pDevice, etc. There's also still a fair amount of inconsistencies in this patch. Most of the places I did that I did so to match the naming conventions

Re: Ubuntu likely to abandon HAL next cycle -- is this workable?

2011-05-17 Thread Detlef Riekenberg
Am Donnerstag, den 12.05.2011, 12:28 +0200 schrieb Scott Ritchie: > Consensus here seems to be to try and remove HAL from the archive. > > Wine still uses it, so this means we'll either need to lobby for keeping > HAL or to migrate to udisks. I expect for Wine: udisk (current linux) | hal (for o

Re: [1/3]usp10/tests: add ScriptShapeOpenType tests mirroring ScriptShape tests

2011-05-17 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=10989 Your paranoid android

Re: hostname: Add an implementation of the hostname display utility.

2011-05-17 Thread Andrew Nguyen
On 05/17/2011 11:07 AM, Juan Lang wrote: > Hi Andrew, > > +GetComputerNameW(name, &size); > +hostname_printfW(fmtW, name); > > I'm pretty sure that's not what you want. GetComputerName returns the > "NetBIOS name" of the computer, which is set in the registry. > hostname prints the IP ho

Re: hostname: Add an implementation of the hostname display utility.

2011-05-17 Thread Juan Lang
Hi Andrew, +GetComputerNameW(name, &size); +hostname_printfW(fmtW, name); I'm pretty sure that's not what you want. GetComputerName returns the "NetBIOS name" of the computer, which is set in the registry. hostname prints the IP hostname of the computer. At least, my look at a Windows v

Re: Regression in ioctl

2011-05-17 Thread GOUJON Alexandre
On 05/17/2011 12:43 PM, Susan Cragin wrote: I compile every git. So last compile was the day before this one. However, I don't remember if I tried to run NatSpeak, so the error might be as much as two days old? If something worked before and don't work anymore, it's a regression. Have a look

Re: [1/10] taskmgr: Remove the debug channel dialog functionality.

2011-05-17 Thread Andrew Nguyen
On 05/17/2011 09:01 AM, Alexandre Julliard wrote: > Andrew Nguyen writes: > >> --- >> programs/taskmgr/Da.rc | 11 -- >> programs/taskmgr/De.rc | 11 -- >> programs/taskmgr/En.rc | 11 -- >> programs/taskmgr/Fr.rc | 11 -- >> programs/taskmgr/He.rc | 12 --

Re: [1/10] taskmgr: Remove the debug channel dialog functionality.

2011-05-17 Thread Alexandre Julliard
Andrew Nguyen writes: > --- > programs/taskmgr/Da.rc | 11 -- > programs/taskmgr/De.rc | 11 -- > programs/taskmgr/En.rc | 11 -- > programs/taskmgr/Fr.rc | 11 -- > programs/taskmgr/He.rc | 12 -- > programs/taskmgr/It.rc | 11 -- > programs/taskm

Re: Regression in ioctl

2011-05-17 Thread Susan Cragin
>> This popped up today, and prevented me from opening my program. >> >> susan@ubuntu:~/.wine/drive_c/Program Files/Nuance/NaturallySpeaking10/Program$ wine natspeak>> fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS>> fixme:mountmgr:harddisk_ioctl

Re: [PATCH] dinput: Mark internal symbols as hidden visibility

2011-05-17 Thread Marcus Meissner
On Tue, May 17, 2011 at 08:51:23AM +0200, Marcus Meissner wrote: > On Mon, May 16, 2011 at 08:26:08PM -0600, Vitaliy Margolen wrote: > > On 05/13/2011 08:51 AM, Marcus Meissner wrote: > > >-const DIDATAFORMAT c_dfDIJoystick = { > > >+DECLSPEC_HIDDEN const DIDATAFORMAT c_dfDIJoystick = { > > > > >-

Re: winemenubuilder: extract icons from NE binaries too

2011-05-17 Thread Alexandre Julliard
Damjan Jovanovic writes: > --- a/programs/winemenubuilder/Makefile.in > +++ b/programs/winemenubuilder/Makefile.in > @@ -1,7 +1,7 @@ > EXTRADEFS = -DWINE_NO_UNICODE_MACROS > MODULE= winemenubuilder.exe > APPMODE = -mwindows -municode > -IMPORTS = uuid windowscodecs shell32 shlwapi ole3

Re: shell32: implement the progman DDE interface (try 2)

2011-05-17 Thread Alexandre Julliard
Damjan Jovanovic writes: > Changelog: > * shell32: implement the progman DDE interface > > This attempt calls CoInitialize() only when needed, and icon handling > has been tested, fixed and simplified. I know this is not performance-critical, but the code is quite inefficient, especially with me