Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Max TenEyck Woodbury
On 06/05/2012 01:50 AM, Hin-Tak Leung wrote: --- On Mon, 4/6/12, Max TenEyck Woodbury wrote: On 06/04/2012 03:05 AM, Frédéric Delanoy wrote: On Mon, Jun 4, 2012 at 8:35 AM, Dan Kegel wrote: On Sun, Jun 3, 2012 at 11:20 PM, Frédéric Delanoy wrote: On Sun, Jun 3, 2012 at 7:02 PM, Dan Keg

Re: [PATCH 5/5] d3dcompiler: Parse variable declarations.

2012-06-04 Thread Stefan Dösinger
Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni: > +struct hlsl_type > +{ > ... > +unsigned int dimx; > +unsigned int dimy; > ... > +}; One thing I noticed when I wrote my compiler was that a float1x1 is not the same as a float1 or float. I did not implement this difference nor do I

Re: [PATCH 1/4] server: Move completion from async object to async queue.

2012-06-04 Thread Erich E. Hoover
On Mon, Jun 4, 2012 at 2:53 AM, Alexandre Julliard wrote: > ... > I don't think that you can have an async queue that outlives its file > descriptor. Well, maybe I screwed something up - but when I tried to access the descriptor like that it caused segfaults in some of the tests. What I found wa

Re: [PATCH 1/5] wined3d: Use NAN.

2012-06-04 Thread Ruslan Kabatsayev
Hello, This patch stops wine from building on my system with following errors: In file included from arb_program_shader.c:35:0: wined3d_private.h: In function ‘float_16_to_32’: wined3d_private.h:203:21: error: ‘NAN’ undeclared (first use in this function) wined3d_private.h:203:21: note: each unde

Re: Wine in Humble Indie Bundle

2012-06-04 Thread James Eder
On Sun, Jun 3, 2012 at 6:16 PM, Jerome Leclanche wrote: > This comes up in one form or the other very often, though, doesn't it? > Company x releases software y with a Wine wrapper advertising "native linux > support" and users get upset. Personally, I'm glad they're thinking about > Linux and I t

Re: [PATCH 1/2] joystick.cpl: First version of the joystick configuration applet

2012-06-04 Thread Alexandre Julliard
Lucas Zawacki writes: >> It's called joy.cpl on Windows. Please also use compatible exports, and >> avoid creating a lot of empty source files. I'd expect that a single >> source file is sufficient for this. > > Will do. I removed the uneeded shlwapi and advapi32 from the exports > is that enough

Re: [PATCH 1/2] joystick.cpl: First version of the joystick configuration applet

2012-06-04 Thread Lucas Zawacki
> It's called joy.cpl on Windows. Please also use compatible exports, and > avoid creating a lot of empty source files. I'd expect that a single > source file is sufficient for this. Will do. I removed the uneeded shlwapi and advapi32 from the exports is that enough or am I missing something?

Re: [PATCH 1/4] server: Move completion from async object to async queue.

2012-06-04 Thread Alexandre Julliard
"Erich E. Hoover" writes: > Well, maybe I screwed something up - but when I tried to access the > descriptor like that it caused segfaults in some of the tests. What I > found was that neither create_async_queue or create_async increment > the refcount on the file descriptor, but create_async do

Re: [website] Publish a sign button for the Wine in Humble Indie Bundle petition

2012-06-04 Thread Jeremy Newman
I'm not sure this belongs in the news section on WineHQ. I need some further convincing. -Newman On 06/04/2012 01:11 PM, André Hentschel wrote: http://www.winehq.org/pipermail/wine-devel/2012-June/095722.html needs more cow bell --- news/en/2012060401.xml | 23 +++ 1

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Vincent Povirk
On Mon, Jun 4, 2012 at 12:23 PM, Max TenEyck Woodbury wrote: > Let's not hijack Dan's thread for this.

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Max TenEyck Woodbury
On 06/04/2012 03:05 AM, Frédéric Delanoy wrote: On Mon, Jun 4, 2012 at 8:35 AM, Dan Kegel wrote: On Sun, Jun 3, 2012 at 11:20 PM, Frédéric Delanoy wrote: On Sun, Jun 3, 2012 at 7:02 PM, Dan Kegel wrote: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh now also installs mono.

Re: wininet: Added support for undocumented InternetQueryOption(98)

2012-06-04 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=18739 Your paranoid android

Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Juan Lang
On Mon, Jun 4, 2012 at 2:19 AM, Piotr Caban wrote: > On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: >> >> @@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal( >>              goto cleanup; >>          } >> >> -        FIXME("entry already in cache - don't know what to do!\n"); >> +    

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Vincent Povirk
Actually, now that I'm looking at the script a little more carefully, it doesn't actually install anything, just puts the installers in a place where Wine can find them. So if you already have native .NET installed, you won't get wine-mono in your prefix. If you're planning to install it, I'd argu

re: comctl: allow label edit only if treeview style allows editing

2012-06-04 Thread Dan Kegel
> I stopped doing > make test on my machine some time ago Bad developer, no donut :-) > , when I found out that some > tests do consistently fail on my machine (clean prefix or not), and > others consistently hang, thus preventing make test -k. I had the same problem, and wrote a little script t

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Rosanne DiMesio
On Mon, 4 Jun 2012 06:24:26 -0700 Dan Kegel wrote: > >> The point of this script is to make life easier for me and > >> for the average user.  It's not to make life easier for > >> people who don't like mono, mostly because I doubt > >> there are many of them. > There are many average users usin

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Dan Kegel
On Mon, Jun 4, 2012 at 12:05 AM, Frédéric Delanoy wrote: >>> Wouldn't it be better (and more acceptable for people >>> disliking/wanting to avoid mono) to >>> - keep install-gecko.sh as is >>> - create install-mono.sh >>> - create wine-install-addons.sh calling the former >>> ? >> >> The point of

Re: comctl: allow label edit only if treeview style allows editing

2012-06-04 Thread Daniel Jelinski
2012/6/4 Alexandre Julliard : > Daniel Jelinski writes: > >> From 21d26b76560f0c15a3d302883efa2d41d940a093 Mon Sep 17 00:00:00 2001 >> From: Daniel Jelinski >> Date: Sat, 2 Jun 2012 07:23:32 +0200 >> Subject: comctl: allow label edit only if treeview style allows editing >> >> Native comctl behav

Re: comctl: allow label edit only if treeview style allows editing

2012-06-04 Thread Alexandre Julliard
Daniel Jelinski writes: > From 21d26b76560f0c15a3d302883efa2d41d940a093 Mon Sep 17 00:00:00 2001 > From: Daniel Jelinski > Date: Sat, 2 Jun 2012 07:23:32 +0200 > Subject: comctl: allow label edit only if treeview style allows editing > > Native comctl behaves this way - noticed when debugging re

Re: [scrrun] - Add initial support for Dictionary - tests - patch 3/3

2012-06-04 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=18733 Your paranoid android

Re: [scrrun] Add initial support for Dictionary patch - 1/3

2012-06-04 Thread Alistair Leslie-Hughes
Hi Vijay, On 4/06/2012 8:06 PM, Vijay Kiran Kamuju wrote: Sending patch series for initial support for Scripting.Dictionary in scrrun.dll +static HRESULT WINAPI dictionary_put_Item(IDictionary *iface, VARIANT *key, VARIANT *item) +{ +FIXME("%p %p\n", iface, key); Please include all paramet

Re: [scrrun] Add initial support for Dictionary patch - 1/3

2012-06-04 Thread Jacek Caban
Hi Vijay On 06/04/12 12:06, Vijay Kiran Kamuju wrote: > Sending patch series for initial support for Scripting.Dictionary in > scrrun.dll > > The first patch will add dictionary.c > The second will add the necessary changes to Makefile and the scrrun.c > (mistake done will doing git commit - henc

Re: oleaut32: Add a test for BSTR cache.

2012-06-04 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=18731 Your paranoid android

Re: [PATCH 1/2] joystick.cpl: First version of the joystick configuration applet

2012-06-04 Thread Alexandre Julliard
Lucas Fialho Zawacki writes: > From: Lucas Fialho Zawacki > > This adds a control panel applet to configure the joysticks. It is > a property sheet and has 3 pages: > > * Joystick listing > * Axes and Button Testing > * Force Feedback testing > > All the function are stubs at the moment, the pan

Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Piotr Caban
On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: @@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal( goto cleanup; } -FIXME("entry already in cache - don't know what to do!\n"); +FIXME("collision handler needed - the entry is already in use!\n")

Re: [PATCH 1/4] server: Move completion from async object to async queue.

2012-06-04 Thread Alexandre Julliard
"Erich E. Hoover" writes: > Sorry I didn't reply to this sooner, I've been at a wedding at just > got back to the land of the Internet. I believe that it really does > need to be stored in the queue, otherwise in the case that the async > operation has not completed when the file descriptor is c

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-04 Thread Frédéric Delanoy
On Mon, Jun 4, 2012 at 8:35 AM, Dan Kegel wrote: > On Sun, Jun 3, 2012 at 11:20 PM, Frédéric Delanoy > wrote: >> On Sun, Jun 3, 2012 at 7:02 PM, Dan Kegel wrote: >>> http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh now >>> also installs mono. ... >> >> Wouldn't it be better (and m