Re: comctl32: center calendar in monthcal

2007-01-16 Thread Lei Zhang
Hi, Can we get this patch committed? It's a trivial fix to the calendar positioning, as seen here: http://linux.ucla.edu/~leiz/software/wine/screenshots/monthcal.png - Lei On 12/29/06, Lei Zhang <[EMAIL PROTECTED]> wrote: The month calendar currently puts the calendar in the top-right corner

Re: [Wine] www.winehq.com newsletter dead forever?

2007-01-16 Thread Hiji
The developer's list was talking about this a couple of weeks back. Somebody was going to take over and continue the newsletter, but nothing yet. - Original Message From: Michal Seliga <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 10:14:31 AM Subject: [Wine]

Re: Using Wine headers on Mac OS X

2007-01-16 Thread Robert Shearman
Mike wrote: Tried that. But windef.h then requires tchar.h and wtypes.h. No, it doesn't. You need to give out more details of what you're trying to compile. error: 'IID' does not name a type windef.h doesn't mention IID. It's quite possible that this error is coming from your source file

Re: Using Wine headers on Mac OS X

2007-01-16 Thread Mike
Tried that. But windef.h then requires tchar.h and wtypes.h. I include those and then the cascade starts. I end up having to add nearly every wine header in the windows directory. Once I do that then I start getting all kinds of undefined types errors at compile time - mainly because the def

Re: Using Wine headers on Mac OS X

2007-01-16 Thread Robert Shearman
Mike wrote: Hi. I know this is unsupported but I am trying to use the Wine windows headers to port some Windows code to Mac OS X. I'm not really trying to use the Wine functionality - I use the headers more to define and map the existing Win32 defines, and datatypes to Mac OS so that I can m

The real DLL-Hell ("sfc.dll"), created by MS

2007-01-16 Thread Detlef Riekenberg
I verify my work on winspool.drv and localspl.dll with the native versions of "localspl.dll" in wine. To my surprise, localspl.dll/XP needs a native "sfc_os.dll", while localspl.dll/W2K is happy with our buildin "sfc.dll" Please remember: - "sfc.dll" was not present before w2k. - The "System File

iphlpapi - MacOS / BSD support

2007-01-16 Thread Juan Lang
Hi Gav, > As the iphlpapi DLL is LGPLed, our patches to it are necessarily under > the LGPL as well. In fact that's not true. I added the LGPL headers for inclusion into WineHQ, but I said my patches were MIT/X11 (unless I say otherwise, which I didn't say, but I suppose is implied): http://www

Re: WineD3D: ProcessVertices

2007-01-16 Thread Stefan Dösinger
Am Dienstag 16 Januar 2007 18:01 schrieb Christoph Bumiller: > Henri Verbeet wrote: > > Well, you can't set a VBO as rendertarget directly, but you can copy > > the FBO data into a PBO, which you can bind as a VBO. That's pretty > > legitimate in OpenGL. But I was wondering how hard it would be to

Using Wine headers on Mac OS X

2007-01-16 Thread Mike
Hi. I know this is unsupported but I am trying to use the Wine windows headers to port some Windows code to Mac OS X. I'm not really trying to use the Wine functionality - I use the headers more to define and map the existing Win32 defines, and datatypes to Mac OS so that I can make as few ch

WineD3D: ProcessVertices

2007-01-16 Thread Christoph Bumiller
Henri Verbeet wrote: Well, you can't set a VBO as rendertarget directly, but you can copy the FBO data into a PBO, which you can bind as a VBO. That's pretty legitimate in OpenGL. But I was wondering how hard it would be to use something like that for ProcessVertices. Well, you would get the re

Re: Time for wine-mono or wine-dotnet11 component in Bugzilla?

2007-01-16 Thread Olaf Leidinger
> (*): They are to big. I think I should post a bug report... maybe > tomorrow - Not tomorrow -- but now: http://bugs.winehq.org/show_bug.cgi?id=7186 pgp5LDtF4qhPr.pgp Description: PGP signature

Re: Getting GTK/W32 applications to run

2007-01-16 Thread Olaf Leidinger
Replying to myself: --- opened bug 7186 --- http://bugs.winehq.org/show_bug.cgi?id=7186 pgp62R01jW7O7.pgp Description: PGP signature

Re: Alexandre Julliard : ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.

2007-01-16 Thread Robert Shearman
Alexandre Julliard wrote: dlls/ntdll/virtual.c | 56 ++- include/wine/server_protocol.h | 32 +- server/protocol.def| 30 - server/thread.c|2 + server/trace.c

Re: Getting GTK/W32 applications to run

2007-01-16 Thread Olaf Leidinger
Hello! > Thank you for your elaborate diagnosis. This is probably related to the > problem Mono has on Wine because it also uses Pango/GTK. It seems as if this is not a problem with GTK or Pango but with cairo. GTK-2.6 (without cairo) works fine on wine. Here is a minimal cairo-win32 example bas

Re: iphlpapi - MacOS / BSD support

2007-01-16 Thread Stefan Dösinger
Am Dienstag 16 Januar 2007 03:17 schrieb Gavriel State: > Author: Mark Adams <[EMAIL PROTECTED]> > > ChangeLog: > - Clarify interface counting > - Filter out no-ip addresses when building ip address table > - Add error messages when unimplemented functions are called on > non-linux platforms (ie: p

Re: iphlpapi - MacOS / BSD support

2007-01-16 Thread Francois Gouget
--- iphlpapi/ifenum.c 21 Dec 2006 16:37:51 - 1.25 +++ iphlpapi/ifenum.c 15 Jan 2007 23:16:54 - @@ -22,7 +22,7 @@ [...] - * - using the sysctl interface (FreeBSD and Mac OS X) + * - using the sysctl interface (FreeBSD and MacOS X) Just a small note; based on the Apple website I t

Re: [dinput 4/5] Add a config for the axes

2007-01-16 Thread Christoph Frick
On Mon, Jan 15, 2007 at 08:03:25PM +0100, Christoph Frick wrote: This is the replacement for [dinput 4/5] - the other patches still apply. -- Add a config for the axes like we do for the buttons This adds a mapping from the linux input id of the axis to the instance id we assigned the axis.