Re: Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
On 02/27/2011 05:55 PM, Alexandre Julliard wrote: ... If you want to prove me wrong, start writing it. Once you have properly documented 100 functions, we can discuss what extra infrastructure is needed for the remaining 50,000. Deal on the 100! Max

Re: Please help me with document extraction.

2011-02-27 Thread Alexandre Julliard
Max TenEyck Woodbury writes: > I'd also like clarification on why you think it does _not_ belong in > the source code. Some projects insist that documentation _has_ to be > part of the source code so that it will be properly maintained. That's because in most projects the API is defined by the i

Re: gdi32: first look for a printer driver name in the registry (try 6)

2011-02-27 Thread Vitaliy Margolen
On 02/25/2011 10:33 AM, André Hentschel wrote: Hi, Now you entirely remove the ini-stuff, why? Where you seeing that? He still calling the same ini function(s) as before. and why do you use a OR (||) for the registry function? What's the problem with that? Can you actually point to the piece o

Re: [2/2] msxml3: Reject xmlns attribute to be added to element

2011-02-27 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=9543 Your paranoid android.

Re: msxml3/tests: Remove broken test and parameter check

2011-02-27 Thread Nikolay Sivov
On 2/27/2011 22:09, Nikolay Sivov wrote: Test was recently enabled, and it crashes on several machines, including mine. QueryInterface generally should never check for return pointer. Ignore that please, there's another line to remove.

Re: Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
On 02/27/2011 02:49 PM, Alexandre Julliard wrote: Max TenEyck Woodbury writes: P.S. to AJ et al. There is a _lot_ of documentation embedded in the wine code, but it is hard to find at the moment. I'd like to see it indexed and this is the program that does the extraction and indexing. Advice

Re: Please help me with document extraction.

2011-02-27 Thread Alexandre Julliard
Max TenEyck Woodbury writes: > P.S. to AJ et al. > > There is a _lot_ of documentation embedded in the wine code, but it is > hard to find at the moment. I'd like to see it indexed and this is the > program that does the extraction and indexing. Advice on making this > new version available and a

Re: [PATCH 1/5] d3dcompiler: Fix SystemValueType for pixelshader output signature.

2011-02-27 Thread Henri Verbeet
2011/2/27 Rico Schüller : > +static BOOL case_insensitive_compare(const char *s1, const char *s2) Isn't that called strcasecmp()?

Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
As my previous efforts have probably informed you, I am interested in documentation. My initial efforts were _not_ on target and had missed the existing 'c2man.pl' tool. I am in the process of correcting my failure on that. I've picked up Perl in the last couple weeks. An interesting language wit

Patches to fix GetDIBits for top down destination bitmaps

2011-02-27 Thread John Edmonds
Please ignore the patches http://source.winehq.org/patches/data/71716 and http://source.winehq.org/patches/data/71711. I was having trouble with my mail client and accidentally sent the same code 3 times.

Re: comctl32: Shed an unused parameter of TOOLTIPS_HitTestT and rename to TOOLTIPS_HitTest.

2011-02-27 Thread James McKenzie
On 2/27/11 1:46 AM, Nikolay Sivov wrote: On 2/26/2011 23:01, Gerald Pfeifer wrote: --- dlls/comctl32/tooltips.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index a2e58e0..445845c 100644 --- a/dlls/comctl32/

Re: comctl32: Shed an unused parameter of TOOLTIPS_HitTestT and rename to TOOLTIPS_HitTest.

2011-02-27 Thread Nikolay Sivov
On 2/26/2011 23:01, Gerald Pfeifer wrote: --- dlls/comctl32/tooltips.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index a2e58e0..445845c 100644 --- a/dlls/comctl32/tooltips.c +++ b/dlls/comctl32/tooltips.c