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
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
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
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
> -"( `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"),
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
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
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
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
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
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.
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
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
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.
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?
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
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
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
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
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
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
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
22 matches
Mail list logo