Re: Patch hw cursor Wine 1.3.15

2011-03-13 Thread Jerome Leclanche
WoW has builtin hardware cursor since 4.x, making this patch pretty much useless; it was a hack in the first place. If you really want to post it somewhere, it should be in the appdb. J. Leclanche On Sun, Mar 13, 2011 at 10:54 PM, Valentino Dell'Aica wrote: > The patch is not mine. I've adapt

Re: GSOC CMD parser.

2011-03-13 Thread James McKenzie
On 3/12/11 6:18 PM, Joel Teichroeb wrote: I'm quite interested in the idea on the wiki of improving the CMD parser and fixing the bugs. I brought this up in the IRC and it was mentioned that there was some discussion of using bison/flex for parsing. I don't think that would be feasible for me to

Re: riched20/tests: Beginnings of EM_SETMARGINS test

2011-03-13 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=9910 Your paranoid android.

Re: Patch hw cursor Wine 1.3.15

2011-03-13 Thread Valentino Dell'Aica
The patch is not mine. I've adapted it to work on wine 1.3.15. The purpose of this patch is give a system cursor in WoW 3.3.5 2011/3/13 Vitaliy Margolen > On 03/13/2011 02:31 PM, Valentino Dell'Aica wrote: > >> Hi I've modified a patch for hw cursor in wine so it can work on wine >> 1.3.15 >> >

riched20/tests: Beginnings of EM_SETMARGINS test. This patch is released into the Public Domain under the requirements of the LGPL version 2.1 or later. Released by James McKenzie jjmckenzi...@gmail.c

2011-03-13 Thread James McKenzie
Just checking if gmail has a 'wrapping' problem or if this will actually go through. riched20/tests: Beginnings of EM_SETMARGINS test. This patch is released into the Public Domain under the requirements of the LGPL version 2.1 or later. Released by James McKenzie jjmckenzi...@gmail.com ---

Re: Patch hw cursor Wine 1.3.15

2011-03-13 Thread Vitaliy Margolen
On 03/13/2011 02:31 PM, Valentino Dell'Aica wrote: Hi I've modified a patch for hw cursor in wine so it can work on wine 1.3.15 You have number of problems with your patch formatting with are outlined here: http://wiki.winehq.org/SubmittingPatches +hwgl = getenv("WINE_CURSOR"); Wine uses

Re: d3dx9_36: Start effect parsing.

2011-03-13 Thread Henri Verbeet
2011/3/13 Rico Schüller : > +if (tag != 0xfeff0901) Looks like the kind of thing you'd want a constant or inline function for. If I were to guess, the feff part means it's an effect (similar to the for d3d9 pixel shaders and the fffe for d3d9 vertex shaders), and 0901 for version 9.1 (also

Re: Wine announce on the website shows weird content

2011-03-13 Thread Alexandre Julliard
Divaret Mathieu writes: > Hello, > I just wanted to tell you that the page on http://www.winehq.org/announce/ > is bugged. It now shows git historic and curious non-sense links. Thanks, that's because of the gitweb upgrade, it should be fixed now. -- Alexandre Julliard julli...@winehq.org

Re: programs/dxdiag: beginnings of support for /t option (try 2)

2011-03-13 Thread Vitaliy Margolen
On 03/12/2011 09:55 PM, Drew Goodwin wrote: Fixed issues pointed out by Andrew Nguyen and Henri Verbeet. There are still number of things that needs fixing: +static BOOL PrepareFilename(WCHAR* filename, const enum OUTFORMAT format); +static void OutputPlainFile(FILE * hFile, DxDiag_Root g_d

Re: advapi32/tests: Add some skips

2011-03-13 Thread André Hentschel
Am 13.03.2011 15:28, schrieb Nikolay Sivov: >> to quicker see on which platforms it doesn't work >> --- >> dlls/advapi32/security.c |2 +- >> dlls/advapi32/tests/registry.c | 11 --- >> 2 files changed, 9 insertions(+), 4 deletions(-) >> >> diff --git a/dlls/advapi32/securit

Re: advapi32/tests: Add some skips

2011-03-13 Thread Nikolay Sivov
to quicker see on which platforms it doesn't work --- dlls/advapi32/security.c |2 +- dlls/advapi32/tests/registry.c | 11 --- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c index 1aa7990..4ee5c7b 100644 --

re: GSOC CMD parser.

2011-03-13 Thread Dan Kegel
Joel wrote: > ... > It does not seem like there are enough issues with the current > implementation to justify scrapping the current parser. The existing parser is pretty hard to understand and extend. We're probably a few man-months away from the point of diminishing returns, and I'm sure there a

Re: winex11: Quite a noisy FIXME

2011-03-13 Thread André Hentschel
Am 12.03.2011 23:29, schrieb Vitaliy Margolen: > On 03/12/2011 12:10 PM, André Hentschel wrote: >> Yeah i know the fixme has good reasons, but still it shouldn't mess on >> console. > You shouldn't use broken Wine. Anything that indicates a broken Wine, > especially due to missing dependencies du

Re: Help: afxctl.h missing

2011-03-13 Thread Stefan Dösinger
Am Samstag 12 März 2011, 06:56:53 schrieb Jaytirth S. Khairatkar: > Hello, > > I am getting the following error when I am trying to compile in Winelib > error: afxctl.h: No such file or directory > How should I resolve this? I think this file is part of MFC, and Wine does not implement MFC. A whil