Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-06-23 Thread Dylan Smith
On Thu, Jun 23, 2011 at 8:18 AM, Michael Mc Donnell wrote: > I've change the test a bit. I split up the complex example (mesh6) > into two simpler examples. I also got inspired by your ASCII > illustrations and have added my own in the comments. The examples have > also been updated so that they a

Re: Disablin xinput2 for now?

2011-06-23 Thread Austin English
On Mon, Jun 20, 2011 at 23:26, Vitaliy Margolen wrote: > On 06/20/2011 02:31 PM, Austin English wrote: >> >> On Mon, Jun 20, 2011 at 09:36, Alexandre Julliard >>  wrote: >>> >>> Vitaliy Margolen  writes: >>> On 06/20/2011 02:55 AM, Marcus Meissner wrote: > > As this might be a X.org i

Re: [PATCH 3/4] shell32: Add IKnownFolder::SetPath() implementation

2011-06-23 Thread Mariusz Pluciński
Please, ignore this single patch. This function should be implemented in other way (using redirection feature, the thing I am working on but did not submit yet). W dniu 23.06.2011 18:50, Mariusz Pluciński pisze: --- dlls/shell32/shellpath.c | 32 ++-- dlls/

Re: [2/6] Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list

2011-06-23 Thread Nikolay Sivov
On Thu, Jun 23, 2011 at 6:57 PM, Jay Yang wrote: > >> Could you please add a test for that? It's possible to explicitly send >> WM_COMMAND I guess. This could be done as a next patch if you're sure >> it works right. But in general it should come with a fix. > Hi Nikolay, > > Do you have a suggest

Re: [4/5] user32: Test that QS_HOTKEY is properly set and cleared.

2011-06-23 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=11926 Your paranoid android

Re: [2/6] Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list

2011-06-23 Thread Nikolay Sivov
On Thu, Jun 23, 2011 at 6:31 PM, Jay Yang wrote: > Windows send a CBEN_ENDEDIT when selecting from the dropdown menu, and for > wine to send that message, the WCBE_ACTEDIT flag needs to be set when the > dropdown is created. > --- >  dlls/comctl32/comboex.c |    8 >  1 files changed, 4

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-06-23 Thread Michael Mc Donnell
On Thu, Jun 23, 2011 at 5:50 AM, Dylan Smith wrote: > On Wed, Jun 22, 2011 at 4:08 PM, Stefan Dösinger > wrote: >> I'll have to do some more background reading on the kind of mesh data >> structures used here before I can give qualified comments on your patches, >> so for now I'll yield to Dyl

GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-06-23 Thread Michael Mc Donnell
Sorry I made a mistake. On Thu, Jun 23, 2011 at 11:07 AM, Michael Mc Donnell wrote: > Yes that's the basics of it. It does some other funny things too. For > example it re-orders the indices, so if you have > > 0--1    6   3 > |  /    / |    | \ > | /    /  |    |  \ > 2    8--7   5--4 > > That c

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-06-23 Thread Michael Mc Donnell
On Thu, Jun 23, 2011 at 3:30 AM, Dylan Smith wrote: > On Wed, Jun 22, 2011 at 4:08 PM, Stefan Dösinger > wrote: >> I'll have to do some more background reading on the kind of mesh data >> structures used here before I can give qualified comments on your patches, >> so for now I'll yield to Dyl

Re: [PATCH 03/10] urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs

2011-06-23 Thread Alexandre Julliard
Jacek Caban writes: > --- > dlls/urlmon/umon.c | 115 > > 1 files changed, 62 insertions(+), 53 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M qmgr.dll -T ../../.. -p qmgr_test.exe.so job.c && touch job.ok job.c:37