Juan Lang wrote:
> Hi Andy,
>
> -if (pbEncoded[1] + 1 > cbEncoded)
> +if (pbEncoded[1] + 1U > cbEncoded)
>
> Is this change necessary? The resulting code is less clear than the
> original, IMO. It's clearly a spurious warning: a BYTE (max value
> 255) + 1 can't yield a value t
Hi,
I have a huge amount of Windows code that I'm porting to Linux.
Wine is turning out to be a read godsend, thank you guys!
Anyway, I've had tons of luck including the directory
/include/wine/windows in my include path. All my Windows types are
there and everything is wonderful. I've even b
Hi,
I have a huge amount of Windows code that I'm porting to Linux.
Wine is turning out to be a read godsend, thank you guys!
Anyway, I've had tons of luck including the directory
/include/wine/windows in my include path. All my Windows types are
there and everything is wonderful. I've even b
Hi Andy,
-if (pbEncoded[1] + 1 > cbEncoded)
+if (pbEncoded[1] + 1U > cbEncoded)
Is this change necessary? The resulting code is less clear than the
original, IMO. It's clearly a spurious warning: a BYTE (max value
255) + 1 can't yield a value that overflows an unsigned int, so
Canonical doesn't want to include Wine, because they are trying to
provide a complete desktop experience. Wine is a necessity for many
people, but Canonical wants to market Ubuntu as the Linux distribution
that works well for normal usage. Including a half-working
Windows-emulator (functionality em
One at a time is fine. As you can see from our Spanish translation, it
does not need to be complete. The site will fall back to english when it
can't find the template.
I would start with home.template and branch out from there.
If you see obsolete content, you can send patches to update the en
Hi,
I just started translating the new winehq.org to German. How would you
like to receive the git patches for the translated template files? One
at a time whenever I have them ready, or at the end in one batch?
Also, what about obsolete content? E.g. contributing.template still
lists Wine
> On Friday 14 November 2008 19:13:32 Juan Lang wrote:
>
> > > I find that a bit alarming. I'm sure he's working very hard, and doing
> > > good stuff, but I don't think Wine should be redrawing anything. Not
> > > when we have Tango around - it's designed to try create some consistency
> > > throu
> On Wednesday 10 December 2008 19:09:16 Dan Kegel wrote:
> http://www.technewsworld.com/rsstory/65431.html
> quotes Gerry Carr, marketing manager at Canonical:
> "We aren't considering a pitch about using Wine or Parallels like on a
> Mac. There is no real look at Wine. It doesn't always work well
On Wednesday 10 December 2008 19:09:16 Dan Kegel wrote:
> http://www.technewsworld.com/rsstory/65431.html
> quotes Gerry Carr, marketing manager at Canonical:
> "We aren't considering a pitch about using Wine or Parallels like on a
> Mac. There is no real look at Wine. It doesn't always work well.
http://www.technewsworld.com/rsstory/65431.html
quotes Gerry Carr, marketing manager at Canonical:
"We aren't considering a pitch about using Wine or Parallels like on a
Mac. There is no real look at Wine. It doesn't always work well. So
this won't win over users to the benefits of Linux,"
So ther
Hi Alexandre,
These changes introduce 15 errors on all platforms.
--
Cheers,
Paul.
On Wed, Dec 10, 2008 at 8:49 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> James Hawkins wrote:
>>
>> ---
>> dlls/msi/tests/package.c | 232
>> ++
>> 1 files changed, 232 insertions(+), 0 deletions(-)
>>
>>
>>
James Hawkins wrote:
> ---
> dlls/msi/tests/package.c | 232
> ++
> 1 files changed, 232 insertions(+), 0 deletions(-)
>
>
>
>
>
Hi James,
These fail on Win9x as we are relyi
Hi Andrew,
Andrew Nguyen wrote:
> ---
> dlls/jscript/string.c | 58 ++
> dlls/jscript/tests/api.js | 17 +
> 2 files changed, 73 insertions(+), 2 deletions(-)
>
+static HRESULT do_attribute_tag_format(DispatchEx *dispex, LCID lcid, W
Hi Andrew,
Andrew Nguyen wrote:
> ---
> dlls/jscript/string.c | 58 ++
> dlls/jscript/tests/api.js | 17 +
> 2 files changed, 73 insertions(+), 2 deletions(-)
>
+static HRESULT do_attribute_tag_format(DispatchEx *dispex, LCID lcid, W
Paul Vriens wrote:
> Nikolay Sivov wrote:
>> Changelog(try3):
>> - fixed identation in testlist
>> Changelog(try2):
>> - added PICTYPE_NONE and PICTYPE_UNINITIALIZED to
>> IPicture::Render with test
>> - added test for zero dimensions
>>
>> P.S. Render with this types spotted in traces
Nikolay Sivov wrote:
> Changelog(try3):
> - fixed identation in testlist
> Changelog(try2):
> - added PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render with
> test
> - added test for zero dimensions
>
> P.S. Render with this types spotted in traces of bugs 6799 and 10050
>
>
Michael Karcher wrote:
> Am Mittwoch, den 10.12.2008, 13:31 +0300 schrieb Nikolay Sivov:
>
- remove some tabs from testfile
>>> Please don't change formatting, especially with an incorrect tab size.
>>>
>> Ok, but I'm using 4 spaces tab size. Is it wrong?
>>
>
Am Mittwoch, den 10.12.2008, 13:31 +0300 schrieb Nikolay Sivov:
> >> - remove some tabs from testfile
> > Please don't change formatting, especially with an incorrect tab size.
> Ok, but I'm using 4 spaces tab size. Is it wrong?
Tab size in wine source code is defined to be 8. Your patch was m
Henri Verbeet <[EMAIL PROTECTED]> writes:
> case 16:
> -/* BGR, 5 red, 6 green, 5 blue */
> -*pixel_ptr = *xor_ptr * 0x1f;
> -*pixel_ptr |= (*xor_ptr & 0xe0) << 3;
> +/* [gggb][rggg] ->
> [xxx
Alexandre Julliard wrote:
> Nikolay Sivov <[EMAIL PROTECTED]> writes:
>
>
>> Changelog:
>> - added PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render with
>> test
>> - added test for zero dimensions
>> - remove some tabs from testfile
>>
>
> Please don't change formatti
Nikolay Sivov <[EMAIL PROTECTED]> writes:
> Changelog:
> - added PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render with
> test
> - added test for zero dimensions
> - remove some tabs from testfile
Please don't change formatting, especially with an incorrect tab size.
--
Al
23 matches
Mail list logo