Re: kernel/tests: Test behaviour of TPIDRURW register with threads on ARMv7

2013-07-03 Thread Dmitry Timoshkov
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)

Re: RFC: Three dots or Unicode ellipsis character

2013-07-03 Thread Dmitry Timoshkov
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).

Re: msxml3/tests: Add additional conformance tests to the xpath tests (try 2)

2013-07-03 Thread Alexandre Julliard
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

Fwd: Re: RFC: Three dots or Unicode ellipsis character

2013-07-03 Thread Michael Stefaniuc
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

Windows RT Applications finally can run in Wine/ARM with upcoming Linux releases

2013-07-03 Thread André Hentschel
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

Re: RFC: Three dots or Unicode ellipsis character

2013-07-03 Thread Akihiro Sagawa
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

Re: po: Revert Japanese shell path name updates.

2013-07-03 Thread Akihiro Sagawa
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

RFC: Three dots or Unicode ellipsis character

2013-07-03 Thread Francois Gouget
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

Re: po: Revert Japanese shell path name updates.

2013-07-03 Thread Alexandre Julliard
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

Re: gdiplus: Added support for UTF16 encoded strings in load_ttf_name_id

2013-07-03 Thread Piotr Caban
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

po: Revert Japanese shell path name updates.

2013-07-03 Thread Akihiro Sagawa
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

Re: gdiplus: Added support for UTF16 encoded strings in load_ttf_name_id

2013-07-03 Thread Alexandre Julliard
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

Re: wininet/tests: Statically initialize and name the notification_cs critical section.

2013-07-03 Thread Marvin
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

Re: [wbemprox] Patches for adding currentclockspeed in record_processor

2013-07-03 Thread Hans Leidekker
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