Re: DIB Engine : passing all tests

2009-05-24 Thread Steven Edwards
On Sun, May 24, 2009 at 10:19 PM, James McKenzie wrote: > That's ugly.  Did you attempt to type in something in the Document area? I've disabled all my Quartz hacks, the only thing sort of non-standard I have is my custom FreeType with patented engine enabled and support for SubPixel rendering tu

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
Steven Edwards wrote: > On Sun, May 24, 2009 at 9:23 PM, James McKenzie > wrote: > >> Let me know how this goes. I'm interested in improvements that will >> help all *nixes, including MacOSX. >> > > I think I am using the latest patch, its dibeng_max.zip thats got the > 1-10 patches. > >

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
Steven Edwards wrote: > On Sun, May 24, 2009 at 11:06 AM, Massimo Del Fedele wrote: > >> André Hentschel ha scritto: >> No idea on what will happen with Mac or other unixes >> > > I am attempting a Mac build now. As with the rest of the discussion, > It would be nice if we could produc

Re: DIB Engine : passing all tests

2009-05-24 Thread Steven Edwards
On Sun, May 24, 2009 at 11:06 AM, Massimo Del Fedele wrote: > André Hentschel ha scritto: > No idea on what will happen with Mac or other unixes I am attempting a Mac build now. As with the rest of the discussion, It would be nice if we could produce a PE version using something like cygwin w

Re: [comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Ge van Geldorp wrote: Hi Nikolay, From: Nikolay Sivov [mailto:bungleh...@gmail.com] Ge van Geldorp wrote: From: Nikolay Sivov I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could so

RE: [comctl32] Test request

2009-05-24 Thread Ge van Geldorp
Hi Nikolay, >From: Nikolay Sivov [mailto:bungleh...@gmail.com] > >Ge van Geldorp wrote: >>> From: Nikolay Sivov >>> >>> I've just prepared some simple MRU tests and I need test them on various >>> native platfoms - >>> >>> tested only on xp sp2 so this one could be skipped. >>> >>> Could some

Re: [comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Ge van Geldorp wrote: From: Nikolay Sivov I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody do it? Your tests pass on my W2K, XP, W2K3, Vista and W2K8 machines, but I ge

RE: [comctl32] Test request

2009-05-24 Thread Ge van Geldorp
> From: Nikolay Sivov > > I've just prepared some simple MRU tests and I need test them on various native platfoms - > tested only on xp sp2 so this one could be skipped. > > Could somebody do it? Your tests pass on my W2K, XP, W2K3, Vista and W2K8 machines, but I get crashes which were not there

Re: DXTn textures in D3DX9

2009-05-24 Thread Mike Kaplinskiy
I believe mesa looks for libtxc_dxtn @ http://homepage.hispeed.ch/~rscheidegger/dri_experimental/s3tc_index.html and then enables full s3tc support. The library itself is tiny and in (ugly) C, so that is already good news. But as stated on the website, you cannot use the code due to legality. Maybe

Re: DIB Engine : passing all tests

2009-05-24 Thread Ben Klein
2009/5/25 Massimo Del Fedele : > André Hentschel ha scritto: >> >> I dont know anything about that, but may it be possible to compile your >> code to a standalone driver for seperate download? >> It would be great to just install a DIB-Driver for wine. >> Sorry if that was a stupid idea. >> > The i

Re: News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-24 Thread Roderick Colenbrander
On Sun, May 24, 2009 at 2:49 AM, James McKenzie wrote: > Roderick Colenbrander wrote: >> >> Thanks, I used this to compile wine 1.1.21 for testing purposes this >> week. I had to update the scripts a bit (e.g. use newere versions of >> some libraries and tools because the old ones are offline). I

Re: annoying pkg-config problem on 64 bit Ubuntu 8.10

2009-05-24 Thread Austin English
On Sun, May 24, 2009 at 12:25 AM, Ben Klein wrote: > 2009/5/23 Austin English : >> On Thu, May 21, 2009 at 5:24 PM, Joel Holdsworth >> wrote: >>> On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:         Haven't checked Jaunty yet to see if it's still busted.         We may need to post

Re: [PATCH 01/10] msi/tests: Add tests for binary OBJECTS.

2009-05-24 Thread Austin English
On Sun, May 24, 2009 at 11:51 AM, Hib Eris wrote: > Hi, > > I will send 10 patches for msi.dll that will add support for OBJECT > types in the Msi Database and that will allow you to merge in new > tables. > > This will make the WiX (Windows Installer XML) toolkit work a lot better. > > Please rev

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
André Hentschel ha scritto: Massimo Del Fedele schrieb: André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid ide

Re: urlmon: Cache binding notif window.

2009-05-24 Thread Jacek Caban
Hi Dan, Dan Kegel wrote: Hi Jacek, why do you have tls_list in http://www.winehq.org/pipermail/wine-patches/2009-May/072833.html ? The usual idiom is to just free each thread's data in THREAD_DETACH, isn't it? THREAD_DETACH is called only if thread detaches before urlmon.dll is unloaded.

[comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Hi. I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody do it? comctl32_mru_090524.patch Description: application/mbox

re: urlmon: Cache binding notif window.

2009-05-24 Thread Dan Kegel
Hi Jacek, why do you have tls_list in http://www.winehq.org/pipermail/wine-patches/2009-May/072833.html ? The usual idiom is to just free each thread's data in THREAD_DETACH, isn't it? I ran into this while chasing a crash regression in Sketchup, see Anastasius' comments in http://bugs.winehq.org

Re: DIB Engine : passing all tests

2009-05-24 Thread André Hentschel
Massimo Del Fedele schrieb: André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. The idea is not stupid a

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. The idea is not stupid at all :-) I was thinking to d

Re: DIB Engine : passing all tests

2009-05-24 Thread André Hentschel
I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. Nope, and I think they will not be solved soon. Not by me, anyways. I made my en

Re: DIB Engine : passing all tests

2009-05-24 Thread Chris Howe
2009/5/24 Massimo Del Fedele > I'm looking forward to this hitting upstream :) Have the architectural >> issues been solved yet? >> >> Nope, and I think they will not be solved soon. Not by me, anyways. > I made my engine because I was needing it, but Alexandre don't like > its architecture, so

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
Kai Blin ha scritto: On Sunday 24 May 2009 06:54:10 Ben Klein wrote: Does that mean it's time to remove these todos (and make them full tests) or are they still wanted for the case where Max's DIB engine is not installed? They are full tests, they're just marked as not passing in wine. Which

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
Ben Klein ha scritto: 2009/5/24 Massimo Del Fedele : Austin English ha scritto: On Fri, May 22, 2009 at 6:31 PM, Massimo Del Fedele wrote: I posted on bug 421 page (as usual) latest update of my engine. It suld pass all tests in wine suite also all bitmap's todo_wines, so expect some "fal

Re: DIB Engine : passing all tests

2009-05-24 Thread Kai Blin
On Sunday 24 May 2009 06:54:10 Ben Klein wrote: > Does that mean it's time to remove these todos (and make them full > tests) or are they still wanted for the case where Max's DIB engine is > not installed? They are full tests, they're just marked as not passing in wine. Which they don't. At lea