André Hentschel wrote:
> +#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) ||
> defined(__ARM_ARCH_7R__)
> +static inline void set_tpidrurw(DWORD tpidrurw)
> +{
> +__asm__ volatile ("mcr p15, 0, %0, c13, c0, 2" : : "r" (tpidrurw));
> +}
> +
> +static inline DWORD get_tpidrurw(void)
Francois Gouget wrote:
> So should we go with the flow and switch to using ellipsis characters or
> should we stick with three dots?
3 dots should be used in order to keep compatibility with bitmap fonts, fonts
that don't have the ellipsis glyph and ansi APIs
(GetMenuItemInfoA/GetWindowTextA).
John Chadwick writes:
> This patch adds additional xpath tests to the msxml3 tests. Following
> Nikolay Sivov's advice, these provide a wide range of new tests, two
> of which currently fail in Wine (for reasons previously described.)
> These are now marked 'todo' in a much cleaner way.
It doesn
Original Message
Subject: Re: RFC: Three dots or Unicode ellipsis character
Date: Wed, 03 Jul 2013 19:32:15 +0200
From: Michael Stefaniuc
To: Francois Gouget
On 07/03/2013 04:45 PM, Francois Gouget wrote:
>
> Wine uses three dots (...) rather than the Unicode ellipsis chara
Hi,
Wanted to let you know that the patch that allows that just got committed in
Linus tree: [1]
This means that Kernel 3.11 will have everything to run applications ported to
Windows RT.
A good list of such applications and libraries can be found at [2].
See [3] & [4] for more information on the
On Wed, 3 Jul 2013 16:45:24 +0200 (CEST), Francois Gouget wrote:
> So should we go with the flow and switch to using ellipsis characters or
> should we stick with three dots?
In most Japanese fonts, ellipsis character (U+2026) is designed like
midline horizontal ellipsis (U+22EF).
For instance, p
On Wed, 03 Jul 2013 16:23:11 +0200, Alexandre Julliard wrote:
> Akihiro Sagawa writes:
> > As I mention in the last mail[2], patch 91758[3] has some issues,
> > especially when retrieving shell path names. Although path names are not
> > localized in Japanese Windows Vista (and its successors), th
Wine uses three dots (...) rather than the Unicode ellipsis character
(…) except in the Czech and Taiwanese translations that use the Unicode
ellipsis character.
I think we should be consistent but the question is which to use.
I looked at the Windows interface guidelines and they don't have
Akihiro Sagawa writes:
> Could you revert recent Japanese translation updates[1] or commit
> attached patch?
> As I mention in the last mail[2], patch 91758[3] has some issues,
> especially when retrieving shell path names. Although path names are not
> localized in Japanese Windows Vista (and it
On 07/03/13 13:34, Alexandre Julliard wrote:
Piotr Caban writes:
This patch fixes bug 33880. It's reported as regression but I think
that it stopped working because of game update.
I would guess that it's because gdi32 is properly loading localized
names now. Gdiplus should most likely repli
Could you revert recent Japanese translation updates[1] or commit
attached patch?
As I mention in the last mail[2], patch 91758[3] has some issues,
especially when retrieving shell path names. Although path names are not
localized in Japanese Windows Vista (and its successors), they are
(mistakenly
Piotr Caban writes:
> This patch fixes bug 33880. It's reported as regression but I think
> that it stopped working because of game update.
I would guess that it's because gdi32 is properly loading localized
names now. Gdiplus should most likely replicate that method.
--
Alexandre Julliard
jul
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=26207
Your paranoid android
On Tue, 2013-07-02 at 20:34 +0900, Rosen Diankov wrote:
> you are right again, i'll be more careful. now, i've addressed every
> problem except creating the patches with git. any help would be
> appreciated.
See http://wiki.winehq.org/GitWine
> --- wine-1.6-rc4-old/dlls/wbemprox/builtin.c2013
14 matches
Mail list logo