Wacom Graphire3 tablet not detected as tablet (MacOSX 10.8)

2013-05-14 Thread Andrey Upadyshev
Hi, I have Wacom Graphire3 tablet and it's working well under Windows, MacOS or MacOS + X (Inkscape). But Wine can't detect it as tablet and disables the wintab support. The actual stylus device is Device 6 [id 8|name pen|type |num_classes 2|use 4], but log says it is not apparently a tablet cur

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

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 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 : > http://newtestbot.winehq.org/JobDetails.pl?Key=932

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 : > 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://newtestb

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 hkcu/software/classes/key1,

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 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 = (ULONG)(index->x * 25

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 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 them so that the

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 _full_path_of_the_

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

2013-05-14 Thread Alexandre Julliard
"Erich E. Hoover" 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 sites as well). > > W

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 windo

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 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 to > attach a