Reparse point unit tests patches

2009-04-25 Thread Paul TBBle Hampson
I posted a series of patches to add reparse point headers and junction point unit tests, as a basis from which to fix bug 12401. Is there any chance of these going in as they are, or do I need to sit on them until I or someone else implements the functionality they're testing? I'm linking to the

gdi32 font-link patch issues? (Bug 18044)

2009-04-25 Thread Paul TBBle Hampson
I posted a series of patches to fix a font-link problem highlighted by utorrent 1.8, but which would affect any application that uses MS Shell Dlg as a UI font. (Or any other substituted font, in fact) I haven't had any feedback on the latest iteration, so I was wondering if anyone had any objecti

Re: [1/7] [wined3d] add ps_np2fixup_t ptr to shader_arb_priv (review)

2009-04-25 Thread James McKenzie
Tobias Jakobi wrote: > For review: > > This patchset implements np2 texcoord fixup in ARB mode. Constants used to > store texture dimensions are already packed, using the same data structures > like the GLSL packing code. > > The code is finished and works quite well. It has been tested with Max

Old regression in Autocad

2009-04-25 Thread Massimo Del Fedele
Following patch c3bdda810243ed6c8d6b9960d1df3b534653b438 is first bad commit commit c3bdda810243ed6c8d6b9960d1df3b534653b438 Author: Jacek Caban Date: Wed Sep 24 18:19:46 2008 +0200 mshtml: Use ActiveScript for JavaScript in file protocol documents. :04 04 61b72d076d5bcefd2ec1938

Re: msi/tests: Test type for INT column.

2009-04-25 Thread Hans Leidekker
> -"( `Property` CHAR(255), `Value` CHAR(1) PRIMARY KEY > `Property`)" ); > +"( `Property` CHAR(255), `Value` CHAR(1), `Intvalue` INT PRIMARY > KEY `Property`)" ); > ok( r == ERROR_SUCCESS , "Failed to create table\n" ); ... > ok( check_record( rec, 2, "Value"),

Re: riched20: fix placement of crlf on font table streamout

2009-04-25 Thread Austin English
On Sat, Apr 25, 2009 at 2:23 PM, Massimo Del Fedele wrote: > Austin English ha scritto: >> >> On Sat, Apr 25, 2009 at 12:56 PM, Massimo Del Fedele >> wrote: >>> >>> In riched20/writer.c the font table was erroneously streamed out with a >>> \r\n >>> after >>> each font, instead of end of font tab

Re: riched20: fix placement of crlf on font table streamout

2009-04-25 Thread Massimo Del Fedele
Austin English ha scritto: On Sat, Apr 25, 2009 at 12:56 PM, Massimo Del Fedele wrote: In riched20/writer.c the font table was erroneously streamed out with a \r\n after each font, instead of end of font table. Can be easily checked on rtf output from windows. AutoCAD 2005 was very picky with t

Re: riched20: fix placement of crlf on font table streamout

2009-04-25 Thread Austin English
On Sat, Apr 25, 2009 at 12:56 PM, Massimo Del Fedele wrote: > In riched20/writer.c the font table was erroneously streamed out with a \r\n > after > each font, instead of end of font table. Can be easily checked on rtf output > from windows. AutoCAD 2005 was very picky with this, expecting an open

Re: Generating stats on regression bugs in bugzilla

2009-04-25 Thread Austin English
On Fri, Apr 24, 2009 at 8:04 PM, Ken Sharp wrote: > > > Austin English wrote: >> >> On Fri, Apr 24, 2009 at 6:40 PM, Scott Ritchie >> wrote: >>> >>> I had a theory that we might be getting better at preventing regressions >>> now >>> than a year or so ago due to the expansion of things like AppDB

Re: msi/tests: Test type for INT column.

2009-04-25 Thread Austin English
On Sat, Apr 25, 2009 at 9:55 AM, Hib Eris wrote: > This patch adds a check for the type of INT columns in msi database tables. > > > --- >  dlls/msi/tests/db.c |    5 - >  1 files changed, 4 insertions(+), 1 deletions(-) > > > > Howdy Hib, You need to wrap failing tests in todo_wine, e.g., f

Re: How do I get off the Wine mailing lists?

2009-04-25 Thread Vitaliy Margolen
Rich Gilson wrote: > Can somebody please help me get off the mailing lists? http://www.winehq.org/mailman/listinfo/ Unsubscribe is at the bottom of each page. Vitaliy.

New Icons are very good, but not yet perfect

2009-04-25 Thread Joel Holdsworth
Hi All, Great stuff with the new Tango icons for Wine - they're a definite improvement. One observation: it looks like the icons that I have installed do not have versions that have been tuned for small size: 16x16 and especially 22x22. If I understand correctly, the scaled icons were drawn for 48

Dib Engine: some update

2009-04-25 Thread Massimo Del Fedele
I put on bug's 421 page an update of my dib engine. It implements AlphaBlend, StretchBlt and has many color fixes. If you want to try it, just follow instructions on above page. Ciao Max

Re: include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK

2009-04-25 Thread James McKenzie
Jeff Latimer wrote: > Jeff Latimer wrote: >> This patch enables putty to compile and run using IPv6. > I meant to say that André Hentschel was doing the hard work with putty > and merely ask me to do this little bit. > > Jeff > > Thank you for doing the heavy lifting to all who are working on this.

Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-25 Thread Dmitry Kislyuk
I don't have a particular app for you, however, there can easily be apps that would behave differently from how they would on Windows due to these last errors not being set to what the app expects. Do you have a reason why Wine behavior should not match the Windows behavior in these test cases?

Re: Wine release 1.1.20

2009-04-25 Thread Evil Jay
Another great set of bugfixes and improvements, as usual. Keep up the great work devs - it's much appreciated! -J Alexandre Julliard wrote: > The Wine development release 1.1.20 is now available. > > What's new in this release (see below for details): > - Show a dialog on application crashes

Re: include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK

2009-04-25 Thread André Hentschel
Nice :) But my part was not that hard. I think the most work did Dimitrie O. Paun back in 2002. Best regards André Hentschel Jeff Latimer schrieb: Jeff Latimer wrote: This patch enables putty to compile and run using IPv6. I meant to say that André Hentschel was doing the hard work with put

Re: include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK

2009-04-25 Thread Jeff Latimer
Jeff Latimer wrote: This patch enables putty to compile and run using IPv6. I meant to say that André Hentschel was doing the hard work with putty and merely ask me to do this little bit. Jeff

How do I get off the Wine mailing lists?

2009-04-25 Thread Rich Gilson
Can somebody please help me get off the mailing lists? I have tried using the website to unsubscribe my email account from each mailing list and that didn't work. I've also tried sending a message to the mailing list with the word 'unsubscribe' as the subject and that didn't work. Can anybo

Re: Need help writing test

2009-04-25 Thread Igor Tarasov
2009/4/25 Detlef Riekenberg : >> Now, if you do TB_SETBUTTONSIZE, you'll see the difference. builtin >> comctl will return 17,16. Native - 30,16. > Did you mean TB_GETBUTTONSIZE? Yes, of course. That was a typo. > Native comctl32 in Wine or native on Windows? Both. They both behave the same way

Re: Need help writing test

2009-04-25 Thread Detlef Riekenberg
Hi Igor > I've found few visual glitches in comctl32/toolbar, and now try to > write this all down as conformance tests, Thanks for your work on comctl32 > TB_SETBITMAPSIZE 20,20 > TB_SETBUTTONSIZE 30,30 > TB_SETBITMAPSIZE 10,10 > > Now, if you do TB_SETBUTTONSIZE, you'll see the difference. b

Re: Need help writing test

2009-04-25 Thread Mikołaj Zalewski
Igor Tarasov wrote: Hi! I've found few visual glitches in comctl32/toolbar, and now try to write this all down as conformance tests, but I have some problems. I see that there is bug, when I test it with control spy. But when I repeat it in testcase, it won't work. Here is how you can reproduce