Re: [PATCH v6 2/7] VFS: Add O_DENYDELETE support for VFS

2013-05-14 Thread Jeff Layton
On Mon, 13 May 2013 21:50:23 +0400 Pavel Shilovsky pias...@etersoft.ru wrote: 2013/5/10 Jeff Layton jlay...@poochiereds.net: On Fri, 26 Apr 2013 16:04:16 +0400 Pavel Shilovsky pias...@etersoft.ru wrote: Introduce new LOCK_DELETE flock flag that is suggested to be used internally only

Re: [PATCH 1/2] Added test to show EnableWindow cause wrong ReleaseCapture (try 3)

2013-05-14 Thread Henri Verbeet
On 9 May 2013 19:10, Guo Jian orz...@gmail.com wrote: Hello everyone, This is my first patch to wine, which has been submitting since the last day. Please help that what is the safe way sending patches that makes sure the patch is not corrupt by my mail client? Is it the most correct way

Re: winemac: Disable the zoom button for windows that are disabled.

2013-05-14 Thread Ken Thomases
I have submitted an alternative patch to fix this issue. It ended up being more involved. First, on considering exactly how disabling a window should interact with its resizability features, I decided that disabling should not remove NSResizableWindowMask from the style mask. Consider a

Re: [PATCH 1/3] ws2_32: Implement SIO_ADDRESS_LIST_CHANGE with NotifyAddrChange (resend).

2013-05-14 Thread Alexandre Julliard
Erich E. Hoover erich.e.hoo...@gmail.com writes: The attached patch is the next step in the series of fixes for Silverlight/PlayReady under Wine. This particular patch does not impact Netflix, but it does impact a number of other PlayReady streaming services (and a variety of non-streaming

Re: GSoC 2013 - Registry Merging Project

2013-05-14 Thread Guo Jian
I decided to rewrite the tests in orderliness. Today I have done the tests on write-operations ( http://newtestbot.winehq.org/JobDetails.pl?Key=931 ) . And ome of my assumptions has been confirmed: All the operations that change hkcr should prefer hkcu to hklm. That means if the

Re: [PATCH] user32/tests: Added capture test for child window when parent window is disabled.(try 4)

2013-05-14 Thread Alexandre Julliard
Guo Jian orz...@gmail.com writes: This is my first patch, could you please have a review? Thank you. Looks OK, but you could probably merge it into one of the existing capture tests, it doesn't really need a brand-new window. Also when sending patches that depend on each other, please number

Re: [PATCH 3/3] d3dx9_36: Add support for D3DFMT_P8 and conversion to other ARGB formats + tests.

2013-05-14 Thread Alexandre Julliard
Christian Costa titan.co...@gmail.com writes: @@ -36,6 +36,16 @@ static void la_to_rgba(const struct vec4 *la, struct vec4 *rgba) rgba-w = la-w; } +static void index_to_rgba(const struct vec4 *index, struct vec4 *rgba, const PALETTEENTRY *palette) +{ +ULONG idx =

Re: GSoC 2013 - Registry Merging Project

2013-05-14 Thread Guo Jian
I just found that the REG_OPTION_VOLATILE of create_key in hkcr may have some tricks. Not surprisingly found a strange situation when testing on windows. See my test here please : http://newtestbot.winehq.org/JobDetails.pl?Key=932 This happens as following : First create

Re: GSoC 2013 - Registry Merging Project

2013-05-14 Thread Guo Jian
And a new test is here http://newtestbot.winehq.org/JobDetails.pl?Key=934 2013/5/15 Guo Jian orz...@gmail.com: I just found that the REG_OPTION_VOLATILE of create_key in hkcr may have some tricks. Not surprisingly found a strange situation when testing on windows. See my test here please :

Re: GSoC 2013 - Registry Merging Project

2013-05-14 Thread Juan Lang
Hi Guo, On Tue, May 14, 2013 at 1:32 PM, Guo Jian orz...@gmail.com wrote: I just found that the REG_OPTION_VOLATILE of create_key in hkcr may have some tricks. Not surprisingly found a strange situation when testing on windows. See my test here please :

Re: GSoC 2013 - Registry Merging Project

2013-05-14 Thread Guo Jian
Sorry to bother. Forgot CC to wine-devel. In this case, though, I think you might have stumbled across something that's relatively rare, and unless there's an application that depends on this behavior, it might be worth ignoring for now. It's in rear case that applications use volatile key