Re: wined3d: fix a compiler warning

2009-06-24 Thread Ben Klein
2009/6/24 Michael Stefaniuc : > Pierre Bourdon wrote: >> >> I think what Michael meant is that >>     sprintf(a, "%s", b); >> >> is doing exactly the same thing as >>     strcpy(a, b); > Right, that's what I meant. > >> in a less efficient way. > I'm not that much concerned about efficiency as the

Re: [1/3] [wined3d] add ps_np2fixup_info structure (resend)

2009-06-24 Thread Stefan Dösinger
Am Wednesday 24 June 2009 17:51:44 schrieb Tobias Jakobi: The patches look ok to me

Shameless call for game testing

2009-06-24 Thread Stefan Dösinger
Hi, I need some help for people who spectate this list and use Wine mostly for gaming. In the past weeks, I have improved our ARB shader backend to support Shader Model 3.0 on cards that support GL_NV_vertex_program3 and GL_NV_fragment_program2(Geforce 6+), and 2.0 on other cards that have sup

Re: italian translations for winecfg

2009-06-24 Thread Nikolay Sivov
Davide Pizzetti wrote: i've got a question: how i produce a patch with 'git diff'? what is the correct syntax of the command? Il giorno mer, 24/06/2009 alle 19.17 +0400, Nikolay Sivov ha scritto: Davide Pizzetti wrote: Here are the italian translations for winecfg. 1. Use 'gi

Re: italian translations for winecfg

2009-06-24 Thread Nikolay Sivov
Davide Pizzetti wrote: Here are the italian translations for winecfg. 1. Use 'git diff' format to produce patches 2. Use plain text attachments. Feel free to ask here any related questions.

Re:

2009-06-24 Thread Henri Verbeet
2009/6/24 Austin English : > -releaseObjects(); > +releaseObjects(); > } > > Now sure why that was changed...did you accidentally change the > encoding or something? > The change adds trailing spaces.

Re:

2009-06-24 Thread Austin English
2009/6/24 Pavel Procházka : Howdy Pavel, A few minor things: A) Please use a descriptive subject, and put your message in the e-mail body. It's easier for those that don't read every patch but only care about certain areas to skim the mailing list that way. Also, it's hard to search the archives

Re: Re: wine compatible logo needed

2009-06-24 Thread Austin English
On Wed, Jun 24, 2009 at 1:50 AM, M. Stefanov wrote: > You're right. I'll use the full version. And an electronic manual wouldn't > be practical in my case. > > Which is: > > begin > > "We need this." > > repeat > > "Is this what you need?"; > >  "No, modify"; > > Mod_soft; > > until Response = "OK,

Re: free software replacement for MFC?

2009-06-24 Thread André Hentschel
Karl Berry schrieb: In the course of reviewing some possible projects for GNU, Richard Stallman asked me if there was any active work going on to write a free software replacement for MFC. From the MFC pages I found on the Wine web site (http://www.winehq.org/docs/winelib-guide/mfc), which talk

Re: [put the subject here]

2009-06-24 Thread Dmitry Timoshkov
"Pavel Procházka" wrote: Subject:[2/3] wined3d: IWineGDISwapChainImpl_Present relevant to windows implementation Making multibuffering working well when flip - sequence is W RGB, R GBW, G BWR, B WRG, W RGB. When W = WHITE, R = RED, G = GREEN, B = BLUE. It is doing well for any count of backb

Re: avifil32: Romanian translation

2009-06-24 Thread Michael Stefaniuc
Paul, Paul Chitescu wrote: > Changelog: > avifil32: Romanian translation it looks like you are missing the #pragma code_page(65001) around the translation. bye michael

Re: programs/taskmanager: Fixed missing Dutch translations

2009-06-24 Thread Paul Vriens
Frans Kool wrote: Beat you to it ;) http://www.winehq.org/pipermail/wine-patches/2009-June/074719.html -- Cheers, Paul.

Re: [1/3][resend] wined3d: Allowing infinity count of backbuffers

2009-06-24 Thread Stefan Dösinger
Am Wednesday 24 June 2009 12:11:17 schrieb paulo lesgaz: > 2009/6/24 Pavel Procházka : > > Please set a proper subject on your mails. I think this has been asked > before. > > You can't just remove the check without making it work first, the > patch has to make sense on its own. > > I don't get wha

Re: [1/3][resend] wined3d: Allowing infinity count of backbuffers

2009-06-24 Thread paulo lesgaz
--- En date de : Mer 24.6.09, Henri Verbeet a écrit : De: Henri Verbeet Objet: Re: [1/3][resend] wined3d: Allowing infinity count of backbuffers À: wine-devel@winehq.org Date: Mercredi 24 Juin 2009, 11h13 2009/6/24 Pavel Procházka : > Please set a proper subject on your mails. I think this ha

Re: [1/3][resend] wined3d: Allowing infinity count of backbuffers

2009-06-24 Thread Henri Verbeet
2009/6/24 Pavel Procházka : > Please set a proper subject on your mails. I think this has been asked before. You can't just remove the check without making it work first, the patch has to make sense on its own.

Re: free software replacement for MFC?

2009-06-24 Thread Michael Stefaniuc
Karl Berry wrote: > In the course of reviewing some possible projects for GNU, Richard > Stallman asked me if there was any active work going on to write a free > software replacement for MFC. I still have writing a mfc42 DLL for Wine on my extended todo list. But for Wine I would focus on the ABI

Re: clock: Reset default codepage in utf8 rc file

2009-06-24 Thread Alexandre Julliard
Paul Chitescu writes: > I just checked the patch I've sent to wine-patches and it had #pragma > code_page(default) at the end. On the other hand the git commit didn't > include it. > > What gives? I removed it because it's not needed now that the resource files are compiled individually for cl

Re: clock: Reset default codepage in utf8 rc file

2009-06-24 Thread Paul Chitescu
On Wednesday 24 June 2009 02:28:12 Frédéric Delanoy wrote: > clock: Reset default codepage in utf8 rc file > > In the Romanian resource file for the "clock" program, which is in utf-8 > format, the code page wasn't reset to the default code page at the end of > the file. Now that's weird... I jus

Re: wined3d: fix a compiler warning

2009-06-24 Thread Michael Stefaniuc
Pierre Bourdon wrote: > On Wed, Jun 24, 2009 at 03:43, Austin English wrote: >> On Tue, Jun 23, 2009 at 3:58 AM, Michael Stefaniuc wrote: >>> Hello Austin, >>> >>> are you reinventing strcpy? >> We do this elsewhere throughout the source. It prevents possible >> crashes/security vulnerabilities, as

Re: Developers-Hints wiki page: Character encoding in resource file translations

2009-06-24 Thread Alexandre Julliard
Francois Gouget writes: > On Mon, 22 Jun 2009, Frédéric Delanoy wrote: > [...] >> Furthermore, >> - the "65001" should probably be replaced by "utf8" (I checked in >> tools/wrc/parser.l:373) [ which would be better IMNSHO in new/updated >> resource file] > > Do the Windows/Mingw resource compiler

Re: Developers-Hints wiki page: Character encoding in resource filetranslations

2009-06-24 Thread Dmitry Timoshkov
"Francois Gouget" wrote: On Mon, 22 Jun 2009, Frédéric Delanoy wrote: [...] > Furthermore, > - the "65001" should probably be replaced by "utf8" (I checked in > tools/wrc/parser.l:373) [ which would be better IMNSHO in new/updated > resource file] Do the Windows/Mingw resource compilers suppor

RE: Is there any way to debug driver?

2009-06-24 Thread Guan, Xiao-Feng
It works. Thanks Roderick! Guan Xiaofeng AMD Shanghai SW OpenGL Team 021-61601838-25746 xiao-feng.g...@amd.com -Original Message- From: Roderick Colenbrander [mailto:thunderbir...@gmail.com] Sent: Wednesday, June 24, 2009 12:23 AM To: Eric Pouech Cc: Wang, Robin; Guan, Xiao-Feng; win

free software replacement for MFC?

2009-06-24 Thread Karl Berry
In the course of reviewing some possible projects for GNU, Richard Stallman asked me if there was any active work going on to write a free software replacement for MFC. >From the MFC pages I found on the Wine web site (http://www.winehq.org/docs/winelib-guide/mfc), which talk about ways of working

Re: Developers-Hints wiki page: Character encoding in resource file translations

2009-06-24 Thread Francois Gouget
On Mon, 22 Jun 2009, Frédéric Delanoy wrote: [...] > Furthermore, > - the "65001" should probably be replaced by "utf8" (I checked in > tools/wrc/parser.l:373) [ which would be better IMNSHO in new/updated > resource file] Do the Windows/Mingw resource compilers support utf8 there? -- Francois G