Request for Review: Cursor & Icon patches

2009-07-24 Thread Daniel Santos
I haven't heard anything, so if anybody can find the time I would greatly appreciate it. Thanks, Daniel --- On Thu, 7/23/09, Daniel Santos wrote: > From: Daniel Santos > Subject: Cursor & Icon patches > To: "wine-devel" > Date: Thursday, July 23, 2009, 1:59 AM > Hello everybody! > > Attach

Re: ODBC Databases: Jet/Access success

2009-07-24 Thread James McKenzie
Barry Bird wrote: > [Bottom post please, that's how we do things here.] > James Mckenzie wrote: >>> On Thu, Jul 23, 2009 at 11:04 PM, Mike >>> Kaplinskiy wrote: >>> On Thu, Jul 23, 2009 at 10:32 PM, Juan Lang wrote: > Hey Barry, > > this was a handy writeup. Â Perh

Re: ODBC Databases: Jet/Access success

2009-07-24 Thread Barry Bird
You'll find my list is a subset of Jet40, plus odbc files. I tried to get Jet 4.0 SP8 from http://support.microsoft.com/kb/239114 but failed. I don't think there is a Jet 4.0 SP8 as such any longer. It's all in the form of hotfixes. I have Windows XP SP3 to which I have some time ago updated

Fun news about CodeWeavers

2009-07-24 Thread Jeremy White
http://www.codeweavers.com/about/general/press/20090724/ *grin* Cheers, Jeremy

Adding a pedantic version of transl

2009-07-24 Thread Paul Vriens
Hi, Currently transl doesn't show potential translation errors on a higher level. I'm busy implementing a more pedantic version of transl that shows the potential translation errors on the resfile pages (see attached screenshot). I'm now looking for the best way to get into pedantic mode. Wi

Vacation

2009-07-24 Thread Alexandre Julliard
Folks, I'll be on vacation next week, so you'll have to do without commits for a while. And of course there won't be a release either, 1.1.27 will be the week after, on August 7. -- Alexandre Julliard julli...@winehq.org

Re: ODBC Databases: Jet/Access success

2009-07-24 Thread James Mckenzie
>On Thu, Jul 23, 2009 at 11:04 PM, Mike >Kaplinskiy wrote: >> On Thu, Jul 23, 2009 at 10:32 PM, Juan Lang wrote: >>> Hey Barry, >>> >>> this was a handy writeup.  Perhaps you could add it to the wiki? >>> Here's a page that you might add it to: >>> http://wiki.winehq.org/NativeOdbc >>> >>> The user

Re: RFC XRender add support for dibsections in more color depths

2009-07-24 Thread Anders Jonsson
Roderick Colenbrander wrote: > I guess some of the font or dib rendering code is making some depth > assumptions somewhere. Is there an english version or demo version of > the app? I could take a look at it then. > > Roderick > > On Fri, Jul 24, 2009 at 11:06 AM, Anders > Jonsson wrote: > >> Ro

Re: RFC XRender add support for dibsections in more color depths

2009-07-24 Thread Roderick Colenbrander
I guess some of the font or dib rendering code is making some depth assumptions somewhere. Is there an english version or demo version of the app? I could take a look at it then. Roderick On Fri, Jul 24, 2009 at 11:06 AM, Anders Jonsson wrote: > Roderick Colenbrander wrote: >> Hi, >> >> For some

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Paul Vriens
Paul Vriens wrote: Nicolas Le Cam wrote: 2009/7/24 Paul Vriens : Nicolas Le Cam wrote: 2009/7/24 Paul Vriens : Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No idea why (yet) though. -- Cheers, Paul. Hi Paul, Alexandre, It seems to only be a sh

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Paul Vriens
Nicolas Le Cam wrote: 2009/7/24 Paul Vriens : Nicolas Le Cam wrote: 2009/7/24 Paul Vriens : Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No idea why (yet) though. -- Cheers, Paul. Hi Paul, Alexandre, It seems to only be a short vs long pathname p

Re: winex11: Fix Office2007 XRender regression [resubmit]

2009-07-24 Thread Alexandre Julliard
Roderick Colenbrander writes: > This is a resubmit of the previous fix. No changes have been made to > the patch itself. Alexandre preferred to store source coordinates by > default in a transformation matrix but this proved to be very slow on > most XRender implementations (software xrender can

Re: RFC XRender add support for dibsections in more color depths

2009-07-24 Thread Anders Jonsson
Roderick Colenbrander wrote: > Hi, > > For some weeks I have been working on moving more 2D rendering to > XRender. XRender has three advantages for Wine. First of all it allows > us to perform more rendering operations using X which we previously > did using a combination of software rendering and

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Nicolas Le Cam
2009/7/24 Paul Vriens : > Nicolas Le Cam wrote: >> >> 2009/7/24 Paul Vriens : >>> >>> Hi Alexandre, >>> >>> This one introduced a test failure on several W2K, XP and W2K3 boxes. No >>>  idea why (yet) though. >>> >>> -- >>> Cheers, >>> >>> Paul. >>> >>> >>> >> Hi Paul, Alexandre, >> >> It seems to

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Paul Vriens
Nicolas Le Cam wrote: 2009/7/24 Paul Vriens : Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No idea why (yet) though. -- Cheers, Paul. Hi Paul, Alexandre, It seems to only be a short vs long pathname problem. But where? There doesn't seem to be mu

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Nicolas Le Cam
2009/7/24 Paul Vriens : > Hi Alexandre, > > This one introduced a test failure on several W2K, XP and W2K3 boxes. No >  idea why (yet) though. > > -- > Cheers, > > Paul. > > > Hi Paul, Alexandre, It seems to only be a short vs long pathname problem. -- Nicolas Le Cam

Re: blocking/non-blocking socket question.

2009-07-24 Thread Rein Klazes
Responding to all your comments: On Fri, 24 Jul 2009 00:02:01 -0400, you wrote: >On Thu, Jul 23, 2009 at 10:28 PM, Juan Lang wrote: >>> I think what Rein means is that the unix socket fd backing the windows >>> socket handle is always non-blocking - and if he is, he may be >>> correct: Yes, tha

Re: Create our own temp directory to make sure it's not the Windows directory.

2009-07-24 Thread Paul Vriens
Hi Alexandre, This one introduced a test failure on several W2K, XP and W2K3 boxes. No idea why (yet) though. -- Cheers, Paul.