Re: [msvcrt] short tty reads don't imply EOF

2007-11-22 Thread Damjan Jovanovic
On Nov 21, 2007 3:12 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Damjan Jovanovic" <[EMAIL PROTECTED]> writes: > > > Changelog: > > * For ttys, short reads don't mean we're at the end of the file. > > That's not limited to ttys, other file types can have short reads too. Yes, but removing

Driver-supported DirectX

2007-11-22 Thread Remco
I don't know the first thing about driver- and DirectX-programming, so please forgive (and point out) any mistakes. As a reader of this list I'm wondering; there are quite a few problems that come from the fact that DirectX isn't 1:1 translatable to OpenGL. How about talking to some guys from t

Re: Some thoughts about next GSoC

2007-11-22 Thread Kai Blin
On Thursday 22 November 2007 21:26:49 mark cox wrote: > the FFMpeg project was very successful with it's qualification tasks > http://guru.multimedia.cx/googles-summer-of-code-2007/ If we want to do this, I think the only sane approach is to have people write tests. That's a good idea anyway, and

Re: Some thoughts about next GSoC

2007-11-22 Thread Kai Blin
On Thursday 22 November 2007 20:30:46 Jesse Allen wrote: > > Well then it sounds like we want better written proposals. Yeah the > goals for my project were very broad. I didn't intentionally do it > that way, but it was more like at first, get it to work, sort of > thing. And the design wasn't co

Re: Ansi to Unicode

2007-11-22 Thread James Hawkins
On Nov 22, 2007, at 7:01 AM, [EMAIL PROTECTED] wrote: > Is there any standard function in WINE to transform an Ansi string > into a > Unicode string? > > And the opposite? > > > msdn is your friend... -- James Hawkins

Re: Some thoughts about next GSoC

2007-11-22 Thread mark cox
the FFMpeg project was very successful with it's qualification tasks http://guru.multimedia.cx/googles-summer-of-code-2007/ regards, mark On Nov 23, 2007 6:30 AM, Jesse Allen <[EMAIL PROTECTED]> wrote: > On Nov 22, 2007 10:00 AM, Kai Blin <[EMAIL PROTECTED]> wrote: > > On Thursday 22 November 20

Re: Some thoughts about next GSoC

2007-11-22 Thread Jesse Allen
On Nov 22, 2007 10:00 AM, Kai Blin <[EMAIL PROTECTED]> wrote: > On Thursday 22 November 2007 17:44:09 Jesse Allen wrote: > > > From my understanding, the SoC site specifically says that you do not > > have to work on a project that has to be completed in the allotted > > time. I think the idea is t

Re: ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies.

2007-11-22 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > >> --- >> dlls/ntdll/actctx.c | 56 >> +++--- >> 1 files changed, 35 insertions(+), 21 deletions(-) >> > > Some test cases would be nice... I've just sent in a pair of

Re: wineprefixcreate: get xdg-user-dirs environment variables [1/2]

2007-11-22 Thread Francois Gouget
On Wed, 21 Nov 2007, Lei Zhang wrote: [...] > xdg-user-dirs provides xdg_user_dir_lookup() for doing this. [1] Is > this something we can include in Wine? The code is under the MIT > license. As long as our code still works if the relevant xdg library is not present at runtime... -- Francois Go

Re: Some thoughts about next GSoC

2007-11-22 Thread Kai Blin
On Thursday 22 November 2007 17:44:09 Jesse Allen wrote: > From my understanding, the SoC site specifically says that you do not > have to work on a project that has to be completed in the allotted > time. I think the idea is that google wants to encourage people that > were already working on a p

Re: Some thoughts about next GSoC

2007-11-22 Thread Jesse Allen
On Nov 22, 2007 3:38 AM, Kai Blin <[EMAIL PROTECTED]> wrote: > Hi folks, > > from what we discussed at the last WineConf, we wanted to work on our > procedures for the Google Summer of Code a little. > I'm sending this email in hope to start some discussion about this, so we have > it out of the wa

Re: dlls/winedos/int21.c -- type adjustments

2007-11-22 Thread Gerald Pfeifer
On Thu, 22 Nov 2007, Dmitry Timoshkov wrote: > It wouldn't take more than 30 additional seconds to look up > the SetFilePointer prototype in include/ and use real type > instead. Which I had done -- except that I apparently lost that update when creating the patch a couple of weeks ago. My bad.

Re: dlls/winedos/int21.c -- type adjustments

2007-11-22 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: > ChangeLog: > Use unsigned long instead of long for return values of SetFilePointer. It wouldn't take more than 30 additional seconds to look up the SetFilePointer prototype in include/ and use real type instead. -- Dmitry.

Re: Ansi to Unicode

2007-11-22 Thread Alexander Nicolaysen Sørnes
On Thursday 22 November 2007 16:01:00 [EMAIL PROTECTED] wrote: > Is there any standard function in WINE to transform an Ansi string into a > Unicode string? > > And the opposite? Same as in Windows: WideCharToMulitByte and MultiByteToWideChar Alexander N. Sørnes

Ansi to Unicode

2007-11-22 Thread luis . busquets
Is there any standard function in WINE to transform an Ansi string into a Unicode string? And the opposite?

Re: WineD3D: Implement detection of ATI cards with Mesa DRI drivers [try 3]

2007-11-22 Thread Roman Mamedov
Roderick Colenbrander wrote: > I would really ask you to use the D3DX_CAPABLE() macros as not using them can > result in bad problems. E.g. a game assuming a certain d3d functionality is > there while it isn't backed by any GL extension. > You certainly do have a point. I will redo the patch a

Re: d3dx8 [patch 7/7] Implement D3DXMatrixTransformation

2007-11-22 Thread David . Adam
Doing that, I shall break the style of the file. I tried to keep a uniformized style for the whole repertory. David Any chance the formatting can be improved to include whitespace between blocks and proper indentation?

Disregard earlier ntdll/tests/env.c patches

2007-11-22 Thread Zac Brown
Hi, Please disregard any patches prior to the latest patch. It seems my mail server has been a little messed up. The only one to consider is the latest one that the wine-patches list has received. Thank you, Zac Brown -- Zac Brown (817-266-6867) [EMAIL PROTECTED] http://zacbrown.org

Re: Some thoughts about next GSoC

2007-11-22 Thread Kai Blin
On Thursday 22 November 2007 11:48:10 Maarten Lankhorst wrote: > Sounds like a good idea, the work you have to do in a SoC is usually > underestimated by a factor of 2. :-) That is common industry practice. I want to prevent factor 10 or worse.. ;) > I don't like the idea of a quiz as well, what

Re: Some thoughts about next GSoC

2007-11-22 Thread Maarten Lankhorst
Hi Kai, Kai Blin schreef: > I was thinking about strongly encouraging people to post their project > proposal to wine-devel prior to applying, so more developers can have a look > at it and see if it's doable or not and offer suggestions. > Sounds like a good idea, the work you have to do in

Re: WineD3D: Implement detection of ATI cards with Mesa DRI drivers [try 3]

2007-11-22 Thread Stefan Dösinger
Hi, > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2007-11-22 Roman Mamedov <[EMAIL PROTECTED]> > + > +* dlls/wined3d/directx.c: > +wined3d: Implement detection of ATI cards with Mesa DRI drivers. > + Sorry, I missed this in the first patch: You don't have to update the

Some thoughts about next GSoC

2007-11-22 Thread Kai Blin
Hi folks, from what we discussed at the last WineConf, we wanted to work on our procedures for the Google Summer of Code a little. I'm sending this email in hope to start some discussion about this, so we have it out of the way until the 2008 version is announced so we can talk about proposed p

Re: WineD3D: Implement detection of ATI cards with Mesa DRI drivers [try 3]

2007-11-22 Thread Roderick Colenbrander
> Presently, if an ATI card uses open-source DRI drivers from the Mesa > project ( http://dri.freedesktop.org/wiki/ATI ), Wine will report it to > Windows applications as being some generic nVIDIA model, based on D3D > capabilities of the card. > > This patch adds detection of the used ATI video c

Re: Use GCC's -Wtype-limits

2007-11-22 Thread Gerald Pfeifer
Hi Alexandre, On Wed, 21 Nov 2007, Alexandre Julliard wrote: >> If applied, I will commit to address, directly and by engaging others, >> the occurrences of such warnings in Wine. > I'm not opposed to applying it, but you have to fix the warnings first, > as far as possible the default build shoul