Re: shell32: implement SHGetFolderPathAndSubDirA/W [2nd resend]

2008-04-13 Thread Stefan Leichter
Zachary Goldberg schrieb: > On Mon, Mar 31, 2008 at 10:01 AM, Alexandre Julliard > <[EMAIL PROTECTED]> wrote: >> Stefan Leichter <[EMAIL PROTECTED]> writes: >> >> > +if (pszSubPath && (length = MultiByteToWideChar(CP_ACP, 0, >> pszSubPath, -1, NULL, 0))) { >> > +pszSubPathW = HeapAll

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-13 Thread Roderick Colenbrander
> On Sun, Apr 13, 2008 at 10:11 AM, Steven Edwards <[EMAIL PROTECTED]> > wrote: > > Rather than ignoring mono these issues make it sound like Wine and > > mono should try to work together again. The EULA for the .NET runtime > > prohibits distributing it and using it on non-windows licensed syst

Re: shell32: implement SHGetFolderPathAndSubDirA/W [2nd resend]

2008-04-13 Thread Zachary Goldberg
On Mon, Mar 31, 2008 at 10:01 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > > +if (pszSubPath && (length = MultiByteToWideChar(CP_ACP, 0, > pszSubPath, -1, NULL, 0))) { > > +pszSubPathW = HeapAlloc(GetProcessHeap(), 0, length * >

Re: Wine 1.0 status: T minus 61 days, 69 bugs to go

2008-04-13 Thread Kai Blin
On Monday 14 April 2008 04:15:49 Dan Kegel wrote: > New: > 12561 -unknown 0Photoshop CS alt key for clone/healing - possible > regression This is probably related to http://bugs.winehq.org/show_bug.cgi?id=12543 which in turn seems to be caused by the fix for http://bugs.winehq.org/show_bu

Wine 1.0 status: T minus 61 days, 69 bugs to go

2008-04-13 Thread Dan Kegel
19 days to code freeze (!) Big news of the week is an apparant regression in one of the release criteria apps. Also, happily, two bugs I had pushed off to 1.2 got fixed anyway (demonstrating the honorary nature of the release manager position :-) Changes since last week: Deferred earlier, but f

Re: Better sound support

2008-04-13 Thread Francois Gouget
On Fri, 11 Apr 2008, Kacper Pluta wrote: [...] > I'd also suggest correcting MIDI handling and integrating wine with > wineasio, which would enable using VST and VSTi on a quite high level, > as well as use other programmes. There's a wineasio project which is in a separate tree, partly for lic

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-13 Thread Stefan Dösinger
Am Sonntag, 13. April 2008 22:28:16 schrieb Rolf Kalbermatter: > Following link might give some details about Sun Solaris support of > infinintes > and also ideas how to solve that problem. Yes, that would work. Any build system guru who could implement that? I think it is not a good idea to put t

Re: urlmon: add stub for CoInternetSetFeatureEnabled

2008-04-13 Thread Hin-Tak Leung
Dmitry Timoshkov wrote: > "Louis. Lenders" <[EMAIL PROTECTED]> wrote: > >> +HRESULT WINAPI CoInternetSetFeatureEnabled(INTERNETFEATURELIST Feature, >> DWORD flags, BOOL fEnable) >> +{ >> +FIXME("%p, 0x%08x, %x, stub\n", &Feature, flags, fEnable); >> +return E_NOTIMPL; >> +} >> diff --git

Re: cachedmetrics - still used?

2008-04-13 Thread Austin English
On Sun, Apr 13, 2008 at 4:05 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: > > Austin English wrote: > > Looking at documentation/PACKAGING, it seems there's quite a bit of > > outdated info (hasn't been updated in 2-3 years...). Anywho, I'm > > preparing a few updates for it, but wanted to verif

Re: [5/6] winspool: Implement DeleteFormA/W

2008-04-13 Thread Detlef Riekenberg
On So, 2008-04-13 at 02:18 +0200, Marcel Partap wrote: > +formNameW = HeapAlloc(GetProcessHeap(), 0, len * sizeof(WCHAR)); > +MultiByteToWideChar(CP_ACP, 0, pFormName, -1, formNameW, len); > +return DeleteFormW(hPrinter, formNameW); Memory-leak: formnameW -- By by ... Detlef

Re: [3/6] winspool: Implement AddFormA/W for level 1 forms

2008-04-13 Thread Detlef Riekenberg
On So, 2008-04-13 at 02:18 +0200, Marcel Partap wrote: > + * > + * FIXME: no level 2 support > + * > */ > BOOL WINAPI AddFormW(HANDLE hPrinter, DWORD Level, LPBYTE pForm) "FIXME:" is not a valid section in our API-Documentation Please use "NOTES" or "BUGS" -- By by ... Detlef

Re: [2/6] winspool/tests: Add tests for AddForm

2008-04-13 Thread Detlef Riekenberg
On So, 2008-04-13 at 02:18 +0200, Marcel Partap wrote: > Subject: [PATCH] winspool/tests: Add tests for AddForm A test for AddForm / DeleteForm can't work with the stubs in our "winspool.drv". The implementation is needed first. > +SetLastError(MAGIC_DEAD); Plase do not use MAGIG_DEAD, it wa

Lots of input messages lingering in server slowing down wine tremendously?

2008-04-13 Thread Alexander Dorofeyev
Hi. There was a problem found recently in a fan-made mod of Forsaken (game), that certain input combinations were slowing wine very seriously. Holding down a keyboard button and moving mouse was found to be especially devastating to performance (200 fps to 10fps in a matter of 10-20 seconds).

Re: cachedmetrics - still used?

2008-04-13 Thread Scott Ritchie
Austin English wrote: > Looking at documentation/PACKAGING, it seems there's quite a bit of > outdated info (hasn't been updated in 2-3 years...). Anywho, I'm > preparing a few updates for it, but wanted to verify that > cachedmetrics is no longer used. There's a few references to it on > AppDB, bu

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-13 Thread Dan Kegel
On Sun, Apr 13, 2008 at 12:55 PM, Kornél Pál <[EMAIL PROTECTED]> wrote: > > 1) support for mixed assemblies in Mono for Windows > > I'm trying to do some work on that. Cool! > > 2) porting Mono's WinForms on top of Wine gdiplus > > instead of Mono gdiplus (and making it more win32-ish as > > a r

RE: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-13 Thread Rolf Kalbermatter
Petr Sumbera [mailto:[EMAIL PROTECTED] > >isinf is a function / macro which returns wether or not a > float is positive >infinite or negative infinite. I think it > is a standard C function. Maybe >solaris declares it in some > header that needs to be included, like math.h? > > I have logg

Re: loader: print a better message about reserving memory

2008-04-13 Thread Austin English
On Sun, Apr 13, 2008 at 2:43 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Vitaliy wrote: > >Austin English wrote: > >> With ubuntu updating to the 2.6.24 kernel, a lot more people are > >> running into errors about reserving memory. This patch adds a > >> suggestion to check /etc/sysctl.conf. >

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-13 Thread Kornél Pál
Hi, > 1) support for mixed assemblies in Mono for Windows I'm trying to do some work on that. > 2) porting Mono's WinForms on top of Wine gdiplus > instead of Mono gdiplus (and making it more win32-ish as > a result) Mono is using MS GDI+ on Windows since it uses GDI+. Mono's libgdiplus is onl

re: loader: print a better message about reserving memory

2008-04-13 Thread Dan Kegel
Vitaliy wrote: >Austin English wrote: >> With ubuntu updating to the 2.6.24 kernel, a lot more people are >> running into errors about reserving memory. This patch adds a >> suggestion to check /etc/sysctl.conf. >> >> You may need to edit /etc/sysctl.conf to give Wine access to this memory.\n", >

re: Trying to get a grip on how to handle bug reports.

2008-04-13 Thread Dan Kegel
James wrote: > If you'll actually read what I said, I made no threats, nor was I rude. IMHO the cumulative attitude of your comments, especially http://bugs.winehq.org/show_bug.cgi?id=11639#c18 Stop posting in a closed bug report! You've already been told to open a new bug report.. was in fact

Re: Trying to get a grip on how to handle bug reports.

2008-04-13 Thread James Hawkins
On Sun, Apr 13, 2008 at 2:01 PM, Alexander Dorofeyev <[EMAIL PROTECTED]> wrote: > > James Hawkins wrote: > > On Sat, Apr 12, 2008 at 5:14 PM, Kai Blin <[EMAIL PROTECTED]> wrote: > >> Hi folks, > >> > >> I seem to have done something wrong referring a user to a closed bug > report > >> that

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-13 Thread Dan Kegel
On Sun, Apr 13, 2008 at 10:11 AM, Steven Edwards <[EMAIL PROTECTED]> wrote: > Rather than ignoring mono these issues make it sound like Wine and > mono should try to work together again. The EULA for the .NET runtime > prohibits distributing it and using it on non-windows licensed systems > so

Re: WineD3D: WineD3D: Use the shader backend to enable / disable atifs and nvts

2008-04-13 Thread Stefan Dösinger
Am Samstag, 12. April 2008 04:27:01 schrieb Ivan Gyurdiev: > Stefan Dösinger wrote: > > Alexandre didn't commit the patch, I think we should come to an agreement > > on this issue, otherwise it is going to come up again and again. > > The fundamental issue is pretty straightforward - not sure why i

Re: Trying to get a grip on how to handle bug reports.

2008-04-13 Thread Alexander Dorofeyev
James Hawkins wrote: > On Sat, Apr 12, 2008 at 5:14 PM, Kai Blin <[EMAIL PROTECTED]> wrote: >> Hi folks, >> >> I seem to have done something wrong referring a user to a closed bug report >> that seemed to be related to the problem he was having. (See bug 11639 for >> more context) >> >> So in o

Re: d3dx9_36: Add stubs and implementations for D3DXCreateTexturexx

2008-04-13 Thread Luis Busquets
The files that I have for textures are attached. [EMAIL PROTECTED] escribió: Hi, Are you still working on the texture functions? I'd need them for completing my ID3DXSprite implementation, so if you don't mind I could complete your started patches. Best regards, Tony Unbegrenzter Speich

Re: dinput: Implement DIPROP_KEYNAME property for keyboard device

2008-04-13 Thread Vitaliy Margolen
Sergey Khodych wrote: > > > > > > +static HRESULT WINAPI SysKeyboardAImpl_GetProperty( > ... > +if (TRACE_ON(dinput)) > +_dump_DIPROPHEADER(pdiph); Please drop the TRACE_ON check - it's being done in dump func

Re: dinput: Convert keyboard buffer from internal data format to user data format

2008-04-13 Thread Vitaliy Margolen
Sergey Khodych wrote: > > > Any particular reason for this? Do you have a program that sets different data format? The reason I ask - copying 256 bytes is much faster then iterating over the whole data format and copying one byte at a time. Vitaliy.

Re: loader: print a better message about reserving memory

2008-04-13 Thread Vitaliy Margolen
Austin English wrote: > With ubuntu updating to the 2.6.24 kernel, a lot more people are > running into errors about reserving memory. This patch adds a > suggestion to check /etc/sysctl.conf. > > You may need to edit /etc/sysctl.conf to give Wine access to this memory.\n", Can you be more speci

Re: Including Mono within a Wine package - should Wine expect this?

2008-04-13 Thread Steven Edwards
On Fri, Apr 11, 2008 at 8:50 AM, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > For a part the issue is that lots of programs are hybrid ones. Some of them > behave 'nicely' in the way they just call a few functions from a native win32 > dll. I think apps that embed COM objects (like a Word

Re: d3dx9_36: Add stubs and implementations for D3DXCreateTexturexx

2008-04-13 Thread tony . wasserka
Hi, Are you still working on the texture functions? I'd need them for completing my ID3DXSprite implementation, so if you don't mind I could complete your started patches. Best regards, Tony Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl. http://office.freenet.

Desktop, x11drv, and _NET_WM_WINDOW_TYPE_DIALOG

2008-04-13 Thread Benjamin M. Schwartz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to xprop, Wine is creating the desktop window with _NET_WM_WINDOW_TYPE = _NET_WM_WINDOW_TYPE_DIALOG. This is problematic for me, because of the way my window manager (Matchbox) handles dialogs. Is there a reason that the desktop is not _NET

Re: urlmon: add stub for CoInternetSetFeatureEnabled

2008-04-13 Thread Dmitry Timoshkov
"Louis. Lenders" <[EMAIL PROTECTED]> wrote: > +HRESULT WINAPI CoInternetSetFeatureEnabled(INTERNETFEATURELIST Feature, > DWORD flags, BOOL fEnable) > +{ > +FIXME("%p, 0x%08x, %x, stub\n", &Feature, flags, fEnable); > +return E_NOTIMPL; > +} > diff --git a/dlls/urlmon/urlmon.spec b/dlls/u