Misha Koshelev wrote:
Misha Koshelev wrote:
Ok per Dan's comments back to
Misha:
Alexandre rejects 'white space' changes, that is changes that fix indentation,
remove extraneous or trailing spaces and tabs unless there is another change
needed. If there is a needed change in th
On 8 July 2010 00:14, Louis Lenders wrote:
>>These obviously depend on the actual setup of the machine running the
>>test.
>
> yeah, you have a suggestion how to change the test, or should i just leave
> them out of the test?
>
>
Perhaps you can use EnumDisplaySettingsEx() or similar functions to
On 7 July 2010 23:39, Louis Lenders wrote:
> +todo_wine ok(mode_ex.ScanLineOrdering ==
> D3DSCANLINEORDERING_PROGRESSIVE,
>"ScanLineOrdering is %d instead of %d\n", mode_ex.ScanLineOrdering,
>D3DSCANLINEORDERING_PROGRESSIVE);
> +todo_wine ok(rotation == D3DDISPLAYROTATION_IDENTITY, "rot
On 7 July 2010 23:39, Louis Lenders wrote:
> +todo_wine ok(mode_ex.ScanLineOrdering ==
> D3DSCANLINEORDERING_PROGRESSIVE, "ScanLineOrdering is %d instead of %d\n",
> mode_ex.ScanLineOrdering, D3DSCANLINEORDERING_PROGRESSIVE);
> +todo_wine ok(rotation == D3DDISPLAYROTATION_IDENTITY, "rota
I did end up going with a github repo as I've finally figured out git
pretty well (thanks a lot to you guys!)
It is here:
http://github.com/misha680/wine/commits/master
In any case, feel free to peruse if interested. Hopefully when 1.2 is
done I can start submitting to wine.
Henri especially has
> Misha Koshelev wrote:
> >
> >Ok per Dan's comments back to >
> Misha:
>
> Alexandre rejects 'white space' changes, that is changes that fix
> indentation, remove extraneous or trailing spaces and tabs unless there is
> another change needed. If there is a needed change in this file, go ahea
Alexandre Julliard wrote:
>James McKenzie writes:
>
>> Misha Koshelev wrote:
>>> ---
>>> dlls/d3dx9_36/tests/mesh.c |6 +++---
>>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/dlls/d3dx9_36/tests/mesh.c b/dlls/d3dx9_36/tests/mesh.c
>>> index a2fb6d8..2952e23 100644
>
Misha Koshelev wrote:
>
>Ok per Dan's comments back to
Misha:
Alexandre rejects 'white space' changes, that is changes that fix indentation,
remove extraneous or trailing spaces and tabs unless there is another change
needed. If there is a needed change in this file, go ahead and fixup white
On 07/07/2010 06:25 PM, Michael Stefaniuc wrote:
If Portuguese(Brazil) needs a separate winerr file that would also means
we need to change winerr_ptg.mc to show 0x816, not?
Well we can change it but there is no need. Hmmm...
I wonder if we can put part of the messages in a SUBLANG_NEUTRAL
Portu
2010/7/7 Michael Stefaniuc :
> Paul Vriens wrote:
>> On 07/07/2010 01:13 PM, Michael Stefaniuc wrote:
>>> Gustavo wrote:
Em 7 de julho de 2010 05:36, Michael Stefaniuc
escreveu:
> Hello Gustavo,
>
> Gustavo wrote:
>> I'm approaching 100% of translation of wine to Brazilian
Paul Vriens wrote:
> On 07/07/2010 01:13 PM, Michael Stefaniuc wrote:
>> Gustavo wrote:
>>> Em 7 de julho de 2010 05:36, Michael Stefaniuc
>>> escreveu:
Hello Gustavo,
Gustavo wrote:
> I'm approaching 100% of translation of wine to Brazilian Portuguese :D
Cool, great job!
>
On Wed, Jul 7, 2010 at 15:55, Misha Koshelev wrote:
> Ok, sorry, fixed per Henri's _and_ James' comments.
>
> Misha
>
> p.s. If I can ask for a _huge_ favor, I read wine-devel online and I guess I
> miss some of the messages. If you guys wouldn't mind
> cc'ing me on my patches just in case much a
On 07/07/2010 01:13 PM, Michael Stefaniuc wrote:
Gustavo wrote:
Em 7 de julho de 2010 05:36, Michael Stefaniuc escreveu:
Hello Gustavo,
Gustavo wrote:
I'm approaching 100% of translation of wine to Brazilian Portuguese :D
Cool, great job!
As can be seen in wine statistics, the MESSAGE #1
André Hentschel writes:
> This only applies to SHFormatDateTimeA, not to SHFormatDateTimeW...
There's no reason to do this. 0 is not a valid last error anyway.
--
Alexandre Julliard
julli...@winehq.org
On Wed, Jul 07, 2010 at 10:28:17AM -0500, Misha Koshelev wrote:
> Ok per Dan's comments back to
> This is my last try on these patches unless I hear from Alexandre.
>
> Misha
> ---
> dlls/d3dx9_36/tests/mesh.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/dlls/
On Wed, 7 Jul 2010, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharp writes:
Apparently the English resource file should show "ms" (microseconds)
instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it me
Dear All:
I have run into another slight issue and, as this may affect others, was
wondering whether or not I am
(i) doing something wrong or
(ii) this is something that should be corrected (in that case I am happy
to submit a patch but need a bit of guidance as to where this could be
fixed as I
James McKenzie writes:
> Misha Koshelev wrote:
>> ---
>> dlls/d3dx9_36/tests/mesh.c |6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/dlls/d3dx9_36/tests/mesh.c b/dlls/d3dx9_36/tests/mesh.c
>> index a2fb6d8..2952e23 100644
>> --- a/dlls/d3dx9_36/tests/mesh.c
>
Any hints.
Since I'll probably be trying more than once for patches, good to know.
Thank you!
Misha
Dylan Smith writes:
> In richedit.h CHARFORMAT2[AW] is padded differently on the Windows
> PSDK depending on whether it is included for a c or c++ source file.
>
> Should the include file be fixed, or does bug for bug compatibility
> mean that a correct CHARFORMAT2 structure should be declared in
writes:
> What I need is the exact opposite.
>
> Looking at the source, I found out that the converse works using
> wine explorer /desktop=Title,0x0 regedit.exe
> opens a regedit window without a virtual desktop one.
>
> Can that behaviour be blessed officially and documented? Or is it accidental
On 7/7/2010 11:56 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:45:59AM +0100, Ken Sharp wrote:
On 7/7/2010 11:39 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharpwrites:
Apparently the English r
Gustavo wrote:
> Em 7 de julho de 2010 05:36, Michael Stefaniuc escreveu:
>> Hello Gustavo,
>>
>> Gustavo wrote:
>>> I'm approaching 100% of translation of wine to Brazilian Portuguese :D
>> Cool, great job!
>>
>>> As can be seen in wine statistics, the MESSAGE #1 from dlls/kernel32 in
>>> Brazili
On Wed, Jul 07, 2010 at 11:45:59AM +0100, Ken Sharp wrote:
> On 7/7/2010 11:39 AM, Huw Davies wrote:
>> On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
>>> On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharp writes:
> Apparently the English resource file should show
On 7 July 2010 12:32, Bjørnar Hansen wrote:
> On Tue, Jul 6, 2010 at 23:00, Henri Verbeet wrote:
>> Depends. What are you trying to prove / find out with this test?
>>
> I started out by testing the Frameranger demo in Wine. A fixme printed
> was that conversion from D3DFMT_A16B16G16R16F to D3DFM
On 7/7/2010 11:39 AM, Huw Davies wrote:
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharp writes:
Apparently the English resource file should show "ms" (microseconds)
instead of "ns". This error has been copied too all the
GOUJON Alexandre wrote:
> On 07/06/2010 11:51 PM, Michael Stefaniuc wrote:
>> Did you test it with a fresh branch? You don't even need a named
>> branch for that; one with the detached HEAD works as well for the test:
>> - git checkout origin/master
>> - git am $email
>
> I'm not an expert but her
On Wed, Jul 07, 2010 at 11:28:21AM +0100, Ken Sharp wrote:
> On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
>> Ken Sharp writes:
>>
>>> Apparently the English resource file should show "ms" (microseconds)
>>> instead of "ns". This error has been copied too all the .rc files.
>>
>> "ms" doesn't m
Em 7 de julho de 2010 05:36, Michael Stefaniuc escreveu:
> Hello Gustavo,
>
> Gustavo wrote:
>> I'm approaching 100% of translation of wine to Brazilian Portuguese :D
> Cool, great job!
>
>> As can be seen in wine statistics, the MESSAGE #1 from dlls/kernel32 in
>> Brazilian Portuguese is actually
On Tue, Jul 6, 2010 at 23:00, Henri Verbeet wrote:
> Depends. What are you trying to prove / find out with this test?
>
I started out by testing the Frameranger demo in Wine. A fixme printed
was that conversion from D3DFMT_A16B16G16R16F to D3DFMT_A8R8G8B8 was
unimplemented, so I implemented that.
On 7/7/2010 10:34 AM, GOUJON Alexandre wrote:
On 07/06/2010 11:51 PM, Michael Stefaniuc wrote:
Did you test it with a fresh branch? You don't even need a named
branch for that; one with the detached HEAD works as well for the test:
- git checkout origin/master
- git am $email
I'm not an expert
On 7/7/2010 10:30 AM, Alexandre Julliard wrote:
Ken Sharp writes:
Apparently the English resource file should show "ms" (microseconds)
instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
What does it mean? I couldn't find a definition.
Hi,
on MacOS, I've setup winecfg with a default virtual desktop because
full screen apps generally don't work.
However, all windowing apps (e.g. notepad, regedit) would benefit from
not using this desktop window. They nicely open resizable windows when run in
full screen.
The FAQ recommends win
Marcus Meissner writes:
> On Wed, Jul 07, 2010 at 11:29:25AM +0200, Alexandre Julliard wrote:
>> You can't do that, it needs to be a single view.
>
> Umm, why?
Because that's how Windows does it. Otherwise you are not making it more
compatible, just differently broken.
--
Alexandre Julliard
ju
On Wed, Jul 07, 2010 at 11:29:25AM +0200, Alexandre Julliard wrote:
> Marcus Meissner writes:
>
> > @@ -1404,9 +1406,20 @@ static void load_builtin_callback( void *module,
> > const char *filename )
> > builtin_load_info->status = STATUS_INVALID_IMAGE_FORMAT;
> > return;
> >
On 07/06/2010 11:51 PM, Michael Stefaniuc wrote:
Did you test it with a fresh branch? You don't even need a named
branch for that; one with the detached HEAD works as well for the test:
- git checkout origin/master
- git am $email
I'm not an expert but here is what I do in these cases:
git res
Ken Sharp writes:
> Apparently the English resource file should show "ms" (microseconds)
> instead of "ns". This error has been copied too all the .rc files.
"ms" doesn't mean microseconds.
--
Alexandre Julliard
julli...@winehq.org
Marcus Meissner writes:
> @@ -1404,9 +1406,20 @@ static void load_builtin_callback( void *module, const
> char *filename )
> builtin_load_info->status = STATUS_INVALID_IMAGE_FORMAT;
> return;
> }
> -virtual_create_system_view( module, nt->OptionalHeader.SizeOfImage,
>
Austin Lund wrote:
> This unconditional initialization isn't what windows does. Windows
> only creates something at GetWindowLongPtr(hwnd,0) when WM_NCCREATE is
> called. I'm not sure how to start to write a test for that, but I
> have an app which uses hooks to show this (see below).
Then doi
Hello Gustavo,
Gustavo wrote:
> I'm approaching 100% of translation of wine to Brazilian Portuguese :D
Cool, great job!
> As can be seen in wine statistics, the MESSAGE #1 from dlls/kernel32 in
> Brazilian Portuguese is actually translated in European Portuguese. As I
> can see, only the "default
40 matches
Mail list logo