Re: [PATCH] quartz: Add a filtergraph test for mpeg files.

2009-01-13 Thread Paul Vriens
Lei Zhang wrote: > Hi, > > I cleaned up dlls/quartz/tests/filtergraph.c a bit so we can drop in a > 'test.mpg' file and test the rendering of MPEG files. > > > > > Please stick to the CreateFileA (instead of W) to have th

Re: oleaut32/tests: add tests for OleLoadPictureFile(Ex) and OleLoadPicturePath (resend) [2/2]

2009-01-13 Thread Jeremy Drake
On Mon, 5 Jan 2009, Jeremy Drake wrote: > > --- > dlls/oleaut32/tests/olepicture.c | 321 > ++ > 1 files changed, 321 insertions(+), 0 deletions(-) > Is there anything wrong with these two patches? I'd really like to see these tests go in, so hopefully some

Re: setupapi: Add the Romanian translation.

2009-01-13 Thread Paul Vriens
Michael Stefaniuc wrote: > +/* > + * English resources for SETUPAPI > + * I guess that should be Romanian resources. -- Cheers, Paul.

RE: ole32: add a test for OleInitialize

2009-01-13 Thread Rolf Kalbermatter
Paul Vriens wrote: > Austin English wrote: >> Paul Vriens wrote: >>> - you should maybe use pCoInitializeEx? (there is some >>> remark in that file about it not being present on all >>> platforms, current test.winehq.org doesn't show this >>> though) >>> - do some uninitialize to clean things up? >

Wine being targeted for adware

2009-01-13 Thread Jeff Zaroyko
http://philosecurity.org/2009/01/12/interview-with-an-adware-author In an interesting interview, former adware author Matt Knox mentions that he was able to run his adware client on Wine: S: In your professional opinion, how can people avoid adware? M: Um, run UNIX. S: [ laughs] M: We did actual

Re: meaning of "Hardware" field in bugzilla?

2009-01-13 Thread Austin English
On Tue, Jan 13, 2009 at 1:12 PM, Juan Lang wrote: >> Does "mac" mean "powerpc mac only"? I rather >> thought it meant "apple macintosh", regardless >> of cpu. I ask because Austin has just gone through >> and changed lots of "mac" bugs to "pc" even >> though the bugs were on Intel macs, which ju

Re: meaning of "Hardware" field in bugzilla?

2009-01-13 Thread Juan Lang
> Does "mac" mean "powerpc mac only"? I rather > thought it meant "apple macintosh", regardless > of cpu. I ask because Austin has just gone through > and changed lots of "mac" bugs to "pc" even > though the bugs were on Intel macs, which just > seems wrong. I agree with you, this change seems s

meaning of "Hardware" field in bugzilla?

2009-01-13 Thread Dan Kegel
Does "mac" mean "powerpc mac only"? I rather thought it meant "apple macintosh", regardless of cpu. I ask because Austin has just gone through and changed lots of "mac" bugs to "pc" even though the bugs were on Intel macs, which just seems wrong.

RE: [5/5] d3d9: Use D3DFOG_* constants instead of plain integers

2009-01-13 Thread Stefan Dösinger
> I think this change is ok, but note that the ok() line for this test > will still just print the numeric value. Yes, I'm aware of that. I mainly wrote the change after I incorrectly assumed that D3DFOG_LINEAR == 1 and got pretty confused. Writing a debug function for better ok() lines might be a

Re: Wineaudioio driver

2009-01-13 Thread Francois Gouget
On Fri, 9 Jan 2009, Roderick Colenbrander wrote: [...] > Those two guys said that Sun is working together with > 4Front (from the commercial OSS) on some new audio system called > 'Boomer' and which is also OSS compatible. I believe that our wineoss > driver works fine. This page contains some m

RE: [2/5] WineD3D: Get rid of last_was_foggy_shader & friends

2009-01-13 Thread Stefan Dösinger
> visual.c:1540: Test succeeded inside todo block: fog vs1 ps0 fvm0 ftm0 > 0: got color ff00, expected ff00 +-5%(todo) I thought I added an exception for this case, where the wrong calculation gets lucky and produces the right result. Well, I'll double-check

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-13 Thread Jan Zerebecki
On Sun, Jan 11, 2009 at 01:01:02PM -0700, Erich Hoover wrote: > Done, I don't know who maintains http://www.winehq.org/sending_patches > but that might be worth mentioning there - I always pull out that > guide since I do not submit very often. It's in another git repo (see http://source.winehq.or

Re: [2/5] WineD3D: Get rid of last_was_foggy_shader & friends

2009-01-13 Thread Alexandre Julliard
Stefan Dösinger writes: > This patch "breaks" a set of fog tests, so they're marked as todo. The tests > aren't really working correctly right now anyway, they depend on undefined > default values in opengl. A later patch will make the vertex shader select > the result.fogcoord(and glsl equivalen

Fwd: wine-bugs Digest, Vol 42, Issue 330

2009-01-13 Thread Austin English
-- Forwarded message -- From: Date: Tue, Jan 13, 2009 at 9:20 AM Subject: wine-bugs Digest, Vol 42, Issue 330 To: wine-b...@winehq.org -- Message: 1 Date: Tue, 13 Jan 2009 08:40:35 -0600 From: wine-b...@winehq.o

Re: [2/2] setupapi: Fix resolving target path when given a section. Default to the system directory.

2009-01-13 Thread Alexandre Julliard
Hans Leidekker writes: > @@ -68,6 +68,20 @@ static const char inf_data2[] = > > "sp1qfe\\winhttp.dll=3EC6F518114606CA59D4160322077437,000500010A280615,331776,SP1QFE\n" > > "sp1qfe\\xpob2res.dll=DB83156B9F496F20D1EA70E4ABEC0166,000500010A280622,158720,SP1QFE\n"; > > +static const cha

Re: urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

2009-01-13 Thread Paul Vriens
Jacek Caban wrote: > Paul Vriens wrote: >> Paul Vriens wrote: >>> Jacek Caban wrote: --- dlls/urlmon/tests/url.c | 157 +-- 1 files changed, 84 insertions(+), 73 deletions(-) -

Re: urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

2009-01-13 Thread Jacek Caban
Paul Vriens wrote: > Paul Vriens wrote: >> Jacek Caban wrote: >>> --- >>> dlls/urlmon/tests/url.c | 157 >>> +-- >>> 1 files changed, 84 insertions(+), 73 deletions(-) >>> >>> >>> >>>

Re: urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

2009-01-13 Thread Paul Vriens
Paul Vriens wrote: > Jacek Caban wrote: >> --- >> dlls/urlmon/tests/url.c | 157 >> +-- >> 1 files changed, 84 insertions(+), 73 deletions(-) >> >> >> >> >> >> > Hi Jacek, > > As

Re: urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

2009-01-13 Thread Paul Vriens
Jacek Caban wrote: > --- > dlls/urlmon/tests/url.c | 157 > +-- > 1 files changed, 84 insertions(+), 73 deletions(-) > > > > > > Hi Jacek, As of this patch we skip running m

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Nikolay Sivov
Austin English wrote: > On Tue, Jan 13, 2009 at 3:09 AM, Paul Vriens > wrote: > >> Austin English wrote: >> >>> On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens >>> wrote: >>> Austin English wrote: > On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens > > wrot

Re: [2/5] wined3d: Fix texture creation error handling.

2009-01-13 Thread Roderick Colenbrander
Hi Henri, Just a suggestion for a future patch. The current autogenmipmap code isn't correct. Even when this capability isn't supported the function might not return D3DERR_INVALIDCALL IF CheckDeviceFormat returns D3DOK_NOAUTOGEN for this usage flag. I stumbled on this when I started improving

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Paul Vriens
Austin English wrote: > On Tue, Jan 13, 2009 at 3:09 AM, Paul Vriens > wrote: >> Austin English wrote: >>> On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens >>> wrote: Austin English wrote: > On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens > > wrote: >> Austin English wrote: >>

Re: [5/5] d3d9: Use D3DFOG_* constants instead of plain integers

2009-01-13 Thread Henri Verbeet
I think this change is ok, but note that the ok() line for this test will still just print the numeric value.

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Austin English
On Tue, Jan 13, 2009 at 3:09 AM, Paul Vriens wrote: > Austin English wrote: >> >> On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens >> wrote: >>> >>> Austin English wrote: On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens wrote: > > Austin English wrote: >> >> Pointed o

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Paul Vriens
Austin English wrote: > On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens > wrote: >> Austin English wrote: >>> On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens >>> wrote: Austin English wrote: > Pointed out by Anastasius in bug 13011. Tested on XP SP2 & 2K SP4 (and > Wine, of course). >

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Paul Vriens
Paul Vriens wrote: > Austin English wrote: >> On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens >> wrote: >>> Austin English wrote: On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens wrote: > Austin English wrote: >> Pointed out by Anastasius in bug 13011. Tested on XP SP2 & 2K SP4

Re: [3/5] WineD3D: Put vertex shader duplication infrastructure in place

2009-01-13 Thread Henri Verbeet
2009/1/13 Stefan Dösinger : > -This->baseShader.is_compiled = TRUE; > - This changes code in pixelshader.c, looks unrelated. > +void find_vs_compile_args(IWineD3DVertexShaderImpl *shader, > IWineD3DStateBlockImpl *stateblock, struct vs_compile_args *args) { > +args->fog_src = stateblock->

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Austin English
On Tue, Jan 13, 2009 at 2:20 AM, Paul Vriens wrote: > Austin English wrote: >> >> On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens >> wrote: >>> >>> Austin English wrote: Pointed out by Anastasius in bug 13011. Tested on XP SP2 & 2K SP4 (and Wine, of course). --

Fwd: Draft XI 2 protocol specification

2009-01-13 Thread Roderick Colenbrander
Hi Vitaliy, Peter Hutterer has submitted a draft specification of Xinput2 to the xorg mailinglist. As you know it will offer relative mouse movements. He is asking for feedback. Since I have no experience with Xinput you might want to review it and see if it works out for Wine. Roderick -

Re: ole32: add a test for OleInitialize

2009-01-13 Thread Paul Vriens
Austin English wrote: > On Tue, Jan 13, 2009 at 1:28 AM, Paul Vriens > wrote: >> Austin English wrote: >>> Pointed out by Anastasius in bug 13011. Tested on XP SP2 & 2K SP4 (and >>> Wine, of course). >>> >>> >>> >>> >>> >>>