Re: rpcrt4: Implement NdrClientContext(Un)Marshall.

2006-05-26 Thread Mike McCormack
Saveliy Tretiakov wrote: this from my testcases (attached). And this was already implemented in my patch. I can't understand why are you trying to reimplement it. Due to the methods and attitudes of some ReactOS developers, we believe that it would be better to avoid including ReactOS code i

Re: [AppDB] Resend: Fix typos and grammatical errors on test result pages

2006-05-26 Thread Chris Morgan
This doesn't apply cleanly after EA Durbin's patch to the same file. Chris On Friday 26 May 2006 8:30 am, Alexander N. Sørnes wrote: > This patch fixes some typos reported by Rich, and a few grammatical > errors I found while fixing it. > UPDATED to include some more fixes. Rename 'testing resu

Re: patch submission

2006-05-26 Thread Chris Morgan
I just noticed that I had your patch applied locally but not committed. When I tried to commit there was an issue reaching winehq cvs. I was going to go back but forgot. Its all set now :-) Chris On Thursday 25 May 2006 2:09 pm, EA Durbin wrote: > Is there any way to expedite the patch sub

InstallFiles() MSI

2006-05-26 Thread EA Durbin
I forgot to assign my previousDiskID Last Sequence in the last example, which is the most important part. it should be fairly easy to rewrite the installer to work the correct way and Install the files in the correct order. This should also make it feasable to write the Disk Prompt and have it

MSI Installfiles rewrite

2006-05-26 Thread EA Durbin
it should be fairly easy to rewrite the installer to work the correct way and Install the files in the correct order. This should also make it feasable to write the Disk Prompt and have it in the right location as it will traverse the Install media in the correct order. I'm going to work on it

Re: winspool/tests: Use 0xdeadbeef as magic Value

2006-05-26 Thread Andreas Mohr
Hi, On Sat, May 27, 2006 at 12:35:02AM +0200, Detlef Riekenberg wrote: > > I was using 0x00dead00 before, but Dmitry suggested 0xdeadbeef, as this > is used in most Places in wine. First, then you should really write it as such... Second, why does it *ALWAYS* have to be 0xdeadbeef? In that case

d3d "regression suite"

2006-05-26 Thread Louis. Lenders
Hi, i got a bit tired of testing all the samples from DX8 SDK, and www.codesampler.com and more , over and over again, so i'll try to put them all together in one 'automated' suite. Here's first attempt with about 15 samples from DX8 SDK:http://www.yousendit.com/transfer.php?action="">I recompiled

Re: Picasa for Linux available!

2006-05-26 Thread Dan Kegel
On 5/26/06, Eric Pouech <[EMAIL PROTECTED]> wrote: > Two features left out of the Linux version were CD-ROM > burning (the driver Picasa uses is hard to support under Wine) > and movie playback (Wine doesn't have the necessary codecs). can you provide more details about those two points (which c

Re: Picasa for Linux available!

2006-05-26 Thread Dan Kegel
On 5/26/06, Nick Law <[EMAIL PROTECTED]> wrote: I guess I could create a symbolic link from the fonts directory in wine but where is the linux version of Picasa expecting to find these fonts Probably ~/.picasa/drive_c/windows/fonts, or something like that. The directory might not exist by def

Re: Picasa for Linux available!

2006-05-26 Thread Eric Pouech
Dan Kegel wrote: Two features left out of the Linux version were CD-ROM burning (the driver Picasa uses is hard to support under Wine) and movie playback (Wine doesn't have the necessary codecs). Hi Dan, can you provide more details about those two points (which cdrom driver and which driver

Re: Picasa for Linux available!

2006-05-26 Thread Molle Bestefich
Stefan Dösinger wrote: > I get a 404 on http://picasa.google.com/linux/. > Works only from inside the U.S. Lame. Why? You can use google translator as a proxy Hah! So you can. Funky :-D. Thanks!

Re: bug irony - bug in firefox or xorg

2006-05-26 Thread Molle Bestefich
EA Durbin wrote: While browsing the bug database I discovered a bug, in which my x server crashes when i use the side horizontal scrollbar in firefox. I was browsing this attachment in firefox http://bugs.winehq.org/attachment.cgi?id=2517&action=view Doesn't crash at all here using xorg7 and M

Re: Picasa for Linux available!

2006-05-26 Thread Dan Kegel
On 5/26/06, Nick Law <[EMAIL PROTECTED]> wrote: >> Having looked at both the linux version and the windows version running >> on 0.9.14 I must admit that I prefer the windows version running on >> 0.9.14 simply because the fonts look much better on my system > > Could it be that you had fonts ins

Re: Picasa for Linux available!

2006-05-26 Thread Stefan Dösinger
Am Freitag, 26. Mai 2006 10:19 schrieb Molle Bestefich: > Dan Kegel wrote: > > Google has indeed been working on Picasa, and it's finally available for > > download at > > http://labs.google.com/ > > I get a 404 on http://picasa.google.com/linux/. > > But great news anyway :-). Works only from in

Re: DBGHELP: Implement SymGetSymFromAddr64

2006-05-26 Thread Eric Pouech
Thomas Weidenmueller wrote: The attached patch implements SymGetSymFromAddr64, called by steam. a couple of coments: @@ -996,7 +996,8 @@ sym = pair.effective->addr_sorttab[idx]; symt_fill_sym_info(&pair, &sym->symt, Symbol); -*Displacement = Address - Symbol->Address; +if

bug irony - bug in firefox or xorg

2006-05-26 Thread EA Durbin
While browsing the bug database I discovered a bug, in which my x server crashes when i use the side horizontal scrollbar in firefox. I was browsing this attachment in firefox http://bugs.winehq.org/attachment.cgi?id=2517&action=view Can anyone replicate this bug?, I'm not sure whether to subm

Re: Multiple copies of a single message...

2006-05-26 Thread Jim White
Saulius Krasuckas wrote: > Someone long ago asked for a copies of email msgs (from the list) which > repeats in a row. Now I've got ~7 of them from Jason Green addressed for > [EMAIL PROTECTED] (2nd of them deleted before I saw the rest) > > Now, may the masters of email administration look at

Re: WRT failed to Build

2006-05-26 Thread Detlef Riekenberg
Am Mittwoch, den 24.05.2006, 20:24 +0200 schrieb Stefan Leichter: > > The cross-compiled WRT failed since 17. May. > I have already send a patch to Paul, to fix the cross compiling, Many Thanks. > but it looks like Paul is not "at home". Let's wait for him together. -- By By ... ...

[AppDB] Resend: Fix typos and grammatical errors on test result pages

2006-05-26 Thread Alexander N. Sørnes
This patch fixes some typos reported by Rich, and a few grammatical errors I found while fixing it. UPDATED to include some more fixes. Rename 'testing results' to 'test results', and remove some odd capitalizations. KGJ skrev:

Re: Fix for the BadMatch error (bug #4945)

2006-05-26 Thread Raphael
> > Comments? > > Thanks, > > Wino Seems ok to me Regards, Raphael pgpPcpIGf2CRE.pgp Description: PGP signature

Announcing another ddraw/d3d7 patch

2006-05-26 Thread Stefan Dösinger
Hi, Merging the code into WineD3D is done now, so the last thing is to merge the new ddraw code. I have uploaded a new diff to http://stud4.tuwien.ac.at/~e0526822/, with some updated screenshots. The diff is against wine git from May, 26th, 12 am(yep, the site has an older date). It should appl

Re: Picasa for Linux available!

2006-05-26 Thread Dan Kegel
On 5/26/06, Nick Law <[EMAIL PROTECTED]> wrote: Having looked at both the linux version and the windows version running on 0.9.14 I must admit that I prefer the windows version running on 0.9.14 simply because the fonts look much better on my system Could it be that you had fonts installed alre

Re: Fonts getting corrupted in x11drv

2006-05-26 Thread Troy Rollo
On Thursday 25 May 2006 20:51, Saulius Krasuckas wrote: > BTW, now the issue is seen on my box too. Heh, it reminds my of my own > bugreport [*]. Could this be related, Troy? > > > [*] http://bugs.winehq.org/show_bug.cgi?id=5248 No, your problem is definitely different. -- Troy Rollo - [EMAIL

Re: Fonts getting corrupted in x11drv

2006-05-26 Thread Troy Rollo
On Thursday 25 May 2006 19:47, Huw Davies wrote: > Nice catch! This should fix it. Indeed it does. -- Troy Rollo - [EMAIL PROTECTED]

Re: WineD3D patches for review and discussion - not to be applied as-is.

2006-05-26 Thread H. Verbeet
On 26/05/06, Jason Green <[EMAIL PROTECTED]> wrote: /* baseshader.c */ +/* Declare address variables */ +for (i = 0; i < This->baseShader.limits.address; i++) { +if (reg_maps->address & (1 << i)) +shader_addline(buffer, "ivec4 A%ld;\n", i); +} + +/* Declare tem

Multiple copies of a single message...

2006-05-26 Thread Saulius Krasuckas
Someone long ago asked for a copies of email msgs (from the list) which repeats in a row. Now I've got ~7 of them from Jason Green addressed for [EMAIL PROTECTED] (2nd of them deleted before I saw the rest) Now, may the masters of email administration look at the attached stuff and find out th

Re: Picasa for Linux available!

2006-05-26 Thread Jeremy White
> Thanks to the Wine community for a very capable platform! And I'd like to thank Google, and Dan in particular, for an amazing contribution to Wine! Cheers, Jeremy

Re: Picasa for Linux available!

2006-05-26 Thread Detlef Riekenberg
Am Donnerstag, den 25.05.2006, 18:50 -0700 schrieb Dan Kegel: > Google has indeed been working on Picasa, and it's finally available for > download at > http://labs.google.com/ Great! On the Labs-Page, the first Entry is: New! Picasa for Linux Google's photo organizer now available for L

Re: MAPI32: implement FGetComponentPath

2006-05-26 Thread Joris Huizer
Dmitry Timoshkov wrote: +static const char * const fmt[] = { "%d\\NT", "%d\\95", "%d" }; +char lcid_ver[20]; +UINT i; + +for (i = 0; i < sizeof(fmt)/sizeof(fmt[0]); i++) +{ +/* FIXME: what's the correct behaviour here? */

Re: Picasa for Linux available!

2006-05-26 Thread Dan Kegel
On 5/26/06, Nick Law <[EMAIL PROTECTED]> wrote: I spoke to soon, they seems to be a couple of show stoppers on the windows on wine 0.9.14 and on the linux versions, i.e. hangs or not wanting to run at all. Can somebody let me know where I should report these problems to ? I assume this this not

Re: Picasa for Linux available!

2006-05-26 Thread Molle Bestefich
Dan Kegel wrote: Google has indeed been working on Picasa, and it's finally available for download at http://labs.google.com/ I get a 404 on http://picasa.google.com/linux/. But great news anyway :-).