Re: user32: Don't try to move mouse to (-1,0).

2011-02-05 Thread Vitaliy Margolen
On 02/05/2011 07:10 AM, Jacek Caban wrote: This trigers screen edge action on KDE, which is 'Present Windows' in default configuration. mouse_event() generates relative mouse movement events unless MOUSEEVENTF_ABSOLUTE is specified. If you don't want a pointer to get near the edge then you s

Re: Wine FAQ edits

2011-02-05 Thread Vitaliy Margolen
On 02/05/2011 07:54 PM, Albert Lee wrote: Instead, I am suggesting reducing the complexity of the solution, Multiple expansions, redirections and use of xargs is hardly a simplification of a script with 2 parameters. Again, we are not talking about advanced skills here. We talking about users

Re: Wine FAQ edits

2011-02-05 Thread Albert Lee
On Thu, Feb 3, 2011 at 9:49 PM, Vitaliy Margolen wrote: > On 02/03/2011 09:17 AM, Albert Lee wrote: >> >> The instructions were intended to give some context for users who >> might not be familiar with the ~ expansion. > > Then mention that if you must. "~" is used in number of other places in FAQ

Re: Wine FAQ edits

2011-02-05 Thread Albert Lee
On Sat, Feb 5, 2011 at 3:05 AM, Gert van den Berg wrote: > On Thu, Feb 3, 2011 at 18:17, Albert Lee wrote: >> The instructions were intended to give some context for users who >> might not be familiar with the ~ expansion. > > Using {$HOME} would be more portable. The Bourne shell (/bin/sh) on >

RE: shell32/tests: Clean make new folder test (Valgrind)

2011-02-05 Thread Michael Mc Donnell
Hi! What is the reason this patch by Nikolay Sivov was not included in the latest version of wine? It fixes a clean-up bug on some Windows XP machines, and tidies up the code nicely. Wine-patches archive link: http://www.winehq.org/pipermail/wine-patches/2011-January/098342.html Regards, Michael

Re: Killing WineAPI project on SourceForge.

2011-02-05 Thread Max TenEyck Woodbury
On 02/05/2011 10:38 AM, Steve Brown wrote: On Sat, 5 Feb 2011, GOUJON Alexandre wrote: On 02/05/2011 02:59 PM, André Hentschel wrote: Which WineAPI on the regular Wine Wiki??? URL? I guess he's talking about this http://source.winehq.org/WineAPI/ It says "generated automatically" but where i

Re: Pulling Patch

2011-02-05 Thread Shachar Shemesh
On 05/02/11 00:24, James McKenzie wrote: Actually, the latest patch is what I don't want reused. And no, you don't put it in the LGPL until it is committed, which I don't expect AJ to do anyway. However, I'm moving in a different direction since my Mac needs more repairs than I'm willing to

Re: Killing WineAPI project on SourceForge.

2011-02-05 Thread Max TenEyck Woodbury
On 02/05/2011 08:59 AM, André Hentschel wrote: Am 05.02.2011 06:36, schrieb Max TenEyck Woodbury: No feedback and apparently no interest in the WineAPI project on SourceForge. Understandable since there is now a WineAPI on the regular Wine Wiki. Unless someone objects, I'm going to ask that i

Re: Killing WineAPI project on SourceForge.

2011-02-05 Thread Steve Brown
On Sat, 5 Feb 2011, GOUJON Alexandre wrote: On 02/05/2011 02:59 PM, André Hentschel wrote: Which WineAPI on the regular Wine Wiki??? URL? I guess he's talking about this http://source.winehq.org/WineAPI/ It says "generated automatically" but where is the script ? Max, if you want, you can st

Re: Wine FAQ edits

2011-02-05 Thread David Laight
On Sat, Feb 05, 2011 at 10:14:07AM +0200, Gert van den Berg wrote: > On Sat, Feb 5, 2011 at 10:05, Gert van den Berg wrote: > > On Thu, Feb 3, 2011 at 18:17, Albert Lee wrote: > >> The instructions were intended to give some context for users who > >> might not be familiar with the ~ expansion. >

Re: Killing WineAPI project on SourceForge.

2011-02-05 Thread GOUJON Alexandre
On 02/05/2011 06:36 AM, Max TenEyck Woodbury wrote: No feedback and apparently no interest in the WineAPI project on SourceForge. The subject has been debated before you launched the WineAPI project on SF. Some questions may help to understand why does nobody is interested : + Why a WineAPI shou

Re: user32: Don't try to move mouse to (-1,0).

2011-02-05 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=8925 Your paranoid android.

Re: Killing WineAPI project on SourceForge.

2011-02-05 Thread André Hentschel
Am 05.02.2011 06:36, schrieb Max TenEyck Woodbury: > No feedback and apparently no interest in the WineAPI project on > SourceForge. Understandable since there is now a WineAPI on the regular Wine > Wiki. Unless someone objects, I'm going to ask that it be shutdown on > SourceForge. > Which W

Re: Pulling Patch

2011-02-05 Thread GOUJON Alexandre
On 02/04/2011 07:13 PM, James McKenzie wrote: Since my Mac is dying I have decided to return to the Windows world. It's your choice so I can't comment it but I bet you know what I think. Please remember what you wrote to me (May, 2010) : Don't give up on it, just take a break away from it, plea

Re: Wine FAQ edits

2011-02-05 Thread Gert van den Berg
On Sat, Feb 5, 2011 at 10:05, Gert van den Berg wrote: > On Thu, Feb 3, 2011 at 18:17, Albert Lee wrote: >> The instructions were intended to give some context for users who >> might not be familiar with the ~ expansion. > > Using {$HOME} would be more portable. And using "${WINEPREFIX:-${HOME}/

Re: Wine FAQ edits

2011-02-05 Thread Gert van den Berg
On Thu, Feb 3, 2011 at 18:17, Albert Lee wrote: > The instructions were intended to give some context for users who > might not be familiar with the ~ expansion. Using {$HOME} would be more portable. The Bourne shell (/bin/sh) on Solaris (9/10 - OpenSolaris defaulted to ksh) doesn't support ~ (al

Re: Wine FAQ edits

2011-02-05 Thread Gert van den Berg
Correction: ${HOME}