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
Am Wednesday 24 June 2009 17:51:44 schrieb Tobias Jakobi:
The patches look ok to me
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
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
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.
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.
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
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,
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
"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
Paul,
Paul Chitescu wrote:
> Changelog:
> avifil32: Romanian translation
it looks like you are missing the
#pragma code_page(65001)
around the translation.
bye
michael
Frans Kool wrote:
Beat you to it ;)
http://www.winehq.org/pipermail/wine-patches/2009-June/074719.html
--
Cheers,
Paul.
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
--- 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
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.
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
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
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
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
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
"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
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
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
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
24 matches
Mail list logo