Re: user32: search more aggressively for a window under a tooltip

2012-07-20 Thread Dmitry Timoshkov
Daniel Jelinski wrote: > Fixes bug 9512 and bug 8914, tested with Delphi and DVD Profiler. > Still not perfect - according to MSDN the function should never return > a window belonging to another thread. This kind of change requires a test case, and I suspect it's plain wrong. -- Dmitry.

[rfc msvcp100] add Container_base::_Orphan_all

2012-07-20 Thread Dan Kegel
Piotr, can you review this, please? I've only tested this with two apps on 32 bits, I have not tested at all on 64 bits, and am only guessing on the calling convention stuff. Seems to fix http://bugs.winehq.org/show_bug.cgi?id=27698 for Harvest and one other app (I can't reproduce the problem wit

Re: mpr/tests: Сheck the return values of the WNetGetUniversalNameA. (try 2)

2012-07-20 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=20185 Your paranoid android

Re: mpr/tests: Сheck the return values of the WNetGetUniversalNameA. (try 2)

2012-07-20 Thread Nikolay Sivov
On 7/20/2012 16:02, Roman Dadkov wrote: This patch adds additional check for the returned results in the test for the function WNetGetUniversalNameA. The following cases are checked: 1 transmission of an incorrect buffer size 2 transmission of an incorrect buffer pointer 3 transmission path to t

Re: gdiplus: Set actual resolution of a being encoded image.

2012-07-20 Thread Vincent Povirk
Looks good, thanks.