Re: winex11.drv: send WM_MOUSEACTIVATE before closing a window (try 3)

2007-06-18 Thread Dmitry Timoshkov
"Lei Zhang" <[EMAIL PROTECTED]> wrote: We already send WM_MOUSEACTIVATE message on a take focus X11 event, so I don't see a point in duplicating it. On the other hand if a WM doesn't activate a window when a user clicks on window's caption (where the close button usually placed) then it's a WM b

Re: winex11.drv: send WM_MOUSEACTIVATE before closing a window (try 3)

2007-06-18 Thread Lei Zhang
On 6/18/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Lei Zhang" <[EMAIL PROTECTED]> wrote: > On Windows, clicking the close button of a nonactive window generates > a WM_MOUSEACTIVATE notification. Applications with custom window > procedures can then choose to ignore the close button if the

Remove font set when calling XCreateIC?

2007-06-18 Thread Nigel Liang
Hi, This patch removes a call to XCreateFontSet which was causing wine to be very slow in some Chinese locale settings. The server side font calls are supposed to be deprecated anyway as Dan pointed out in his comment here: http://bugs.winehq.org/show_bug.cgi?id=5309 According to the Xlib progra

Re: winex11.drv: send WM_MOUSEACTIVATE before closing a window (try 3)

2007-06-18 Thread Dmitry Timoshkov
"Lei Zhang" <[EMAIL PROTECTED]> wrote: On Windows, clicking the close button of a nonactive window generates a WM_MOUSEACTIVATE notification. Applications with custom window procedures can then choose to ignore the close button if they wished to by returning MA_ACTIVATEANDEAT / MA_NOACTIVATEANDE

Re: msi: Fix the conditions to determine which files to remove

2007-06-18 Thread James Hawkins
On 6/18/07, James Hawkins <[EMAIL PROTECTED]> wrote: Hi, This fixes an error with a test Windows Installer Patch that I'm trying to get working. Changelog: * Fix the conditions to determine which files to remove. Ignore this for right now. There's something else that needs to be fixed first

Re: ntoskrnl.exe: Add a stub implementation of KeInitializeTimer

2007-06-18 Thread James Hawkins
On 6/18/07, James Hawkins <[EMAIL PROTECTED]> wrote: Hi, The Fahrenheit installer calls this function. KTIMER is defined in ketypes.h in the ddk, but that file doesn't exist for us yet, and I followed the example of others and defined it in wdm.h (where most of the types in ketypes.h were defin

Sorry, Opera is not yet supported by Xinha.

2007-06-18 Thread RusH
Bugzilla uses this new toy, but the script loads it even after it detects Opera = it eats the text in edit fields sometimes and I cant process Test Results. Could it load itselfe only when not detecting Opera? -- Who logs in to gdm? Not I, said the duck.

Re: Winelib should have dir.h and some consts

2007-06-18 Thread Stefan Dösinger
Am Montag, 18. Juni 2007 20:28 schrieb Jérôme Gardou: > I try to compile a small program which use msvcrt headers, and it appeared > that, in winelib there is no dir.h (which may be redirected to dirent.h ?) > and that consts like MAXPATH, MAXDRIVE and others are not defined. > > Should it be done

Winelib should have dir.h and some consts

2007-06-18 Thread Jérôme Gardou
I try to compile a small program which use msvcrt headers, and it appeared that, in winelib there is no dir.h (which may be redirected to dirent.h ?) and that consts like MAXPATH, MAXDRIVE and others are not defined. Should it be done ? Is it planned to be ?

Re: [Wine] Sending changes to winelib ?

2007-06-18 Thread Scott Ritchie
The wine-devel mailing list is best for this type of development question. Thanks, Scott Ritchie On Sun, 2007-06-17 at 12:49 +0200, Jérôme Gardou wrote: > I have a little program coded for windows, and I want to compile it using > winegcc. > > Unfortunately, some functions are not implemented i

Re: cmd.exe: Fix FOR so it works as 'well' as before.

2007-06-18 Thread Detlef Riekenberg
Hi Jason. The Patch is already in the tree, but I have a question: + * + * Execute a command, and any && or bracketed follow on to the command. The + * first command to be executed may not be at the front of the + * commands->thiscommand string (eg. it may point after a DO or ELSE + * Returns TRU

Re: Building Wine with the lsb sdk, take 2

2007-06-18 Thread Kai Blin
On Monday 18 June 2007 11:35:27 Damjan Jovanovic wrote: > What's the long term plan for an LSB build of wine? Would we drop the > dozen or so different distro packages and have 1 official binary, like > samba is supposedly planning to do? While I don't know what Wine's plans for this are, I'm 100

Re: hnetcfg: Resend Stub implementation of the dll

2007-06-18 Thread Alexandre Julliard
Jeff Latimer <[EMAIL PROTECTED]> writes: > --- /dev/null > +++ b/dlls/hnetcfg/Makefile.in > @@ -0,0 +1,14 @@ > +TOPSRCDIR = ../.. > +TOPOBJDIR = ../.. > +SRCDIR= . > + > +MODULE= hnetcfg.dll > +IMPORTS = kernel32 > +IMPORTLIB = libhnetcfg.$(IMPLIBEXT) > + > +C_SRCS = \ > +hne

Re: Building Wine with the lsb sdk, take 2

2007-06-18 Thread Damjan Jovanovic
On 6/17/07, Dan Kegel <[EMAIL PROTECTED]> wrote: At the Linux Summit, a bunch of us decided it'd be a good idea to try out lsbcc on more real-world packages, so I tried wine again tonight. My previous try was described here: http://www.winehq.org/pipermail/wine-devel/2006-August/050554.html In