Re: [PATCH] user32: Add tests showing that MapWindowPoints, ClientToScreen and ScreenToClient never fail.

2012-10-18 Thread Christian Costa
Le 18/10/2012 22:27, Rico Schüller a écrit : On 18.10.2012 21:05, Daniel Santos wrote: On 10/16/2012 01:12 PM, Christian Costa wrote: +/* Choose point inside the client area */ +point.x = rect.right / 2 - 50; +point.y = rect.bottom / 2 - 50; +ret = ScreenToClient(wnd, &point); +

Re: [PATCH] user32: Add tests showing that MapWindowPoints, ClientToScreen and ScreenToClient never fail.

2012-10-18 Thread Rico Schüller
On 18.10.2012 21:05, Daniel Santos wrote: On 10/16/2012 01:12 PM, Christian Costa wrote: +/* Choose point inside the client area */ +point.x = rect.right / 2 - 50; +point.y = rect.bottom / 2 - 50; +ret = ScreenToClient(wnd, &point); +ok(ret, "ScreenToClient failed with %#x\n"

Re: [PATCH] user32: Add tests showing that MapWindowPoints, ClientToScreen and ScreenToClient never fail.

2012-10-18 Thread Christian Costa
Le 18/10/2012 21:05, Daniel Santos a écrit : On 10/16/2012 01:12 PM, Christian Costa wrote: +/* Choose point inside the client area */ +point.x = rect.right / 2 - 50; +point.y = rect.bottom / 2 - 50; +ret = ScreenToClient(wnd, &point); +ok(ret, "ScreenToClient failed with %#x

Re: Ubuntu 12.10 - anyone?

2012-10-18 Thread Erich E. Hoover
On Thu, Oct 18, 2012 at 1:05 PM, Daniel Jelinski wrote: > Thanks for all of your answers. > Playing with wine in 11.10 is becoming near impossible because of the > infamous xcb bug. I'd rather not mess with files outside /home, so I > guess I'll be checking how well x86+PAE works. The XCB bug sho

Re: Ubuntu 12.10 - anyone?

2012-10-18 Thread Daniel Jelinski
Thanks for all of your answers. Playing with wine in 11.10 is becoming near impossible because of the infamous xcb bug. I'd rather not mess with files outside /home, so I guess I'll be checking how well x86+PAE works. -- Daniel

Re: [PATCH] user32: Add tests showing that MapWindowPoints, ClientToScreen and ScreenToClient never fail.

2012-10-18 Thread Daniel Santos
On 10/16/2012 01:12 PM, Christian Costa wrote: > +/* Choose point inside the client area */ > +point.x = rect.right / 2 - 50; > +point.y = rect.bottom / 2 - 50; > +ret = ScreenToClient(wnd, &point); > +ok(ret, "ScreenToClient failed with %#x\n", GetLastError()); > +ret = Map

Re: [PATCH 2/7] gdi32/tests: Fixed broken bitmap font metrics test on CJK locales.

2012-10-18 Thread Qian Hong
Hello, On Fri, Oct 19, 2012 at 2:11 AM, Qian Hong wrote: > Including Arabic, Chinese, English, Dutch, Japanese, Russian > Forgot to say, we have no Korean system in our testbot vms, so I tested this patch locally with Korean Windows 8 preview. -- Regards, Qian Hong - Sent from Ubuntu http://

"Survey about gaming on linux"

2012-10-18 Thread Saulius Krasuckas
The post: http://www.linuxforums.org/forum/coffee-lounge/192526-survey-about-gaming-linux.html The results containing one item about using Wine: https://docs.google.com/spreadsheet/viewanalytics?formkey=dEI5dEx1SGw5TEJMWi1RUnBUX09LSGc6MQ S.

Re: jscript: Don't release possible NULL pointer (coverity)

2012-10-18 Thread Jacek Caban
Hi André, On 10/18/12 00:14, André Hentschel wrote: > CID 735258 > > --- > dlls/jscript/regexp.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/dlls/jscript/regexp.c b/dlls/jscript/regexp.c > index bdff445..71474c7 100644 > --- a/dlls/jscript/regexp.c > +++ b/dll

Re: (resend) programs/winemenubuilder: scale 64x64 classic icons to 48x48 for Icns format

2012-10-18 Thread Ken Thomases
On Oct 18, 2012, at 9:58 AM, Francois Gouget wrote: > Even if you actually have other sizes in addition to 64x64 I think the > upscaling option would actually work pretty well. So it may make sense > to change the code to scale up to 128x128 unless there's already a > 128x128 icon. ... or larg

Re: (resend) programs/winemenubuilder: scale 64x64 classic icons to 48x48 for Icns format

2012-10-18 Thread Francois Gouget
On Wed, 17 Oct 2012, Aric Stewart wrote: [...] > The issue I am working on resolving here is that many older windows > programs only provide a 64x64 icon. With the old code, because there > is no 64x64 slot in icns files, these applications where loosing there > icons. If the Mac behaves sensib

Re: Ubuntu 12.10 - anyone?

2012-10-18 Thread Erich E. Hoover
On Thu, Oct 18, 2012 at 2:55 AM, Gediminas Jakutis wrote: > ... > The situation must be different on 12.04, because I am looking at that > link list and see libs from many packages that I know won't co-install > on 12.10 (at least for me). The non-dev package _should_ be able to coinstall, the -d

Re: advapi32: Only require a domain in the username for CRED_PERSIST_ENTERPRISE credentials.

2012-10-18 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=22306 Your paranoid android

Re: msvcp: free facet and _Locimp in Locimp dtor

2012-10-18 Thread Piotr Caban
On 10/17/12 19:20, Daniel Lehman wrote: How about something like the attached? Looks good for me. I would add base class destruction in _Locimp_dtor (locale::facet class). It's an empty function, but it's probably good to call it anyway, so if something changes in future it will be less likely

Re: Ubuntu 12.10 - anyone?

2012-10-18 Thread Gediminas Jakutis
On Thu, Oct 18, 2012 at 5:25 AM, Erich E. Hoover wrote: > I just upgraded to 12.04, until they fix the "32-bit headers problem" > you'll have to manually create the symbolic links for the "-dev" > package behavior: > > cd /usr/lib/i386-linux-gnu > sudo ln -s libfreetype.so.6 libfreetype.so >