Re: Fix makedep to work on windows again

2008-01-19 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > Make on mingw does not like mixed line endings. Don't do it, ever. > diffed from a cvs checkout > as MSYS git is slower than molasses flowing uphill on a Minnesota winter day. > > Changelog: open makedep in binary mode when writing or appending, move

Re: [PATCH] Wine's ChangeDisplaySettingsEx is too strict

2008-01-19 Thread Dmitry Timoshkov
"Szombathelyi György" <[EMAIL PROTECTED]> wrote: > The game changes display resolution with ChangeDisplaySettingsEx, but doesn't > specify DM_PELSWIDTH and DM_PELSHEIGHT at devmode->dmFields, so it quits > early with an error message. Of course, it works on windows. So I attached a > patch which m

Re: gdiplus: DEFINE_GUID

2008-01-19 Thread Steven Edwards
On Jan 19, 2008 1:24 PM, James McKenzie <[EMAIL PROTECTED]> wrote: > James McKenzie > (I am not allowed to submit code because I have an active MSDN > subscription which gives me access to Windows and Windows project source > code.) Now the real question I have is, are you not allowed to ever cont

Re: gdiplus: DEFINE_GUID

2008-01-19 Thread Adam Rimon
On 01/19/2008 08:24 PM, James McKenzie wrote: James Hawkins wrote: On Jan 19, 2008 7:58 AM, Adam Rimon <[EMAIL PROTECTED]> wrote: Hi there, I wanted to implement some gdiplus functions, but for this I need the GUIDs of some properties. I took the GUIDs from http://www.reactos.org/generated

Shared IDL Imports

2008-01-19 Thread Robert Shearman
Hi all, I've got a patch pending in my tree that adds another IDL file in include/wine/ but it has a dependency on another new IDL file in the same directory. The trouble is that the patch in the import statement gets lost in the generated IDL file. The attached diff shows an example of this,

Need help getting alt key remapping tips right for Photoshop users

2008-01-19 Thread Dan Kegel
As of a few days ago, Photoshop CS2 activation works! IMHO the announcement for wine-0.9.54 should mention this prominently, and ask Photoshop users to test it and report bugs. In preparation for this, I'm gathering tips for users at http://wiki.winehq.org/AdobePhotoshop and will copy them into th

Re: d3dx9_24: first implementation

2008-01-19 Thread tony . wasserka
> You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; > not only these ones that are already implemented in d3dx9_36. > > Moreover, when you create a new dll, you need to change plenty of files: > configure > configure.ac > Makefile.in > in the folder ~/wine-git/ > > You

Re: gdiplus: DEFINE_GUID

2008-01-19 Thread James McKenzie
James Hawkins wrote: > On Jan 19, 2008 7:58 AM, Adam Rimon <[EMAIL PROTECTED]> wrote: > >> Hi there, >> >> >> I wanted to implement some gdiplus functions, but for this I need the >> GUIDs of some properties. >> >> I took the GUIDs from >> http://www.reactos.org/generated/doxygen/db/de2/gdiplusi

Re: d3dx9_24: first implementation

2008-01-19 Thread James Hawkins
On Jan 19, 2008 11:13 AM, paulo lesgaz <[EMAIL PROTECTED]> wrote: > Hello Tony > > You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; > not only these ones that are already implemented in d3dx9_36. > > Moreover, when you create a new dll, you need to change plenty of files

Re: gdiplus: DEFINE_GUID

2008-01-19 Thread James Hawkins
On Jan 19, 2008 7:58 AM, Adam Rimon <[EMAIL PROTECTED]> wrote: > Hi there, > > > I wanted to implement some gdiplus functions, but for this I need the > GUIDs of some properties. > > I took the GUIDs from > http://www.reactos.org/generated/doxygen/db/de2/gdiplusimaging_8h-source.html, > > but when

d3dx9_24: first implementation

2008-01-19 Thread paulo lesgaz
Hello Tony You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; not only these ones that are already implemented in d3dx9_36. Moreover, when you create a new dll, you need to change plenty of files: configure configure.ac Makefile.in in the folder ~/wine-git/ You can tak

Re: WWN license issue

2008-01-19 Thread Eric Pouech
Brian Vincent a écrit : > On Jan 18, 2008 9:26 AM, Alexander Nicolaysen Sørnes > <[EMAIL PROTECTED] > wrote: > > > Now that you mention it, since we are trying to move the AppDB to > the Affero > > GPL v3, it would be nice to have the WWN covered by the similar GLP > v3

Re: WWN license issue

2008-01-19 Thread Alexander Nicolaysen Sørnes
On Saturday 19 January 2008 17:32:58 Zachary Goldberg wrote: > On Jan 19, 2008 7:06 AM, Alexander Nicolaysen Sørnes > > <[EMAIL PROTECTED]> wrote: > > On Saturday 19 January 2008 03:11:20 Brian Vincent wrote: > > > On Jan 18, 2008 9:26 AM, Alexander Nicolaysen Sørnes < > > > > > > [EMAIL PROTECTED]

Re: WWN license issue

2008-01-19 Thread Zachary Goldberg
On Jan 19, 2008 7:06 AM, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > On Saturday 19 January 2008 03:11:20 Brian Vincent wrote: > > On Jan 18, 2008 9:26 AM, Alexander Nicolaysen Sørnes < > > > > [EMAIL PROTECTED]> wrote: > > > Now that you mention it, since we are trying to move the A

Re: shdocvw: Remove unneeded cast

2008-01-19 Thread Andrew Talbot
By coincidence, I've edited the same line as Jacek Caban in his patch "shdocvw: Store URL in BindStatusCallback" but in a different way. So if the two clash, please drop my patch: I shall revise it and try again after you have considered his. Thanks, -- Andy.

Re: Suggestion to the list maintainer

2008-01-19 Thread Tomas Kuliavas
Sorry to other list readers about offtopic rant, but I can't stand when people attack software that I like. >> >> PS : I do find Subject prefixes ugly too... Bu I hadn't found a more >> >> handy solution. >> > >> > Don't use squirrelmail, or better yet - fix it. I suggest you replace >> > squirre

gdiplus: DEFINE_GUID

2008-01-19 Thread Adam Rimon
Hi there, I wanted to implement some gdiplus functions, but for this I need the GUIDs of some properties. I took the GUIDs from http://www.reactos.org/generated/doxygen/db/de2/gdiplusimaging_8h-source.html, but when I tried to compile gdiplus with the new gdiplusimaging.h with many DEFINE_GU

Re: Suggestion to the list maintainer

2008-01-19 Thread Kuba Ober
On Friday 18 January 2008, Tim Schmidt wrote: > On Jan 18, 2008 1:06 PM, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: > > Zimbra is commercial groupware suite. SquirrelMail is free webmail > > application. You are suggesting to replace whole user's email system with > > some proprietary locked product

Re: Suggestion to the list maintainer

2008-01-19 Thread Kuba Ober
On Friday 18 January 2008, Tomas Kuliavas wrote: > >> PS : I do find Subject prefixes ugly too... Bu I hadn't found a more > >> handy solution. > > > > Don't use squirrelmail, or better yet - fix it. I suggest you replace > > squirrel with Zimbra, it's much better. I'm just a happy user. > > Zimbra

Re: WWN license issue

2008-01-19 Thread Alexander Nicolaysen Sørnes
On Saturday 19 January 2008 03:11:20 Brian Vincent wrote: > On Jan 18, 2008 9:26 AM, Alexander Nicolaysen Sørnes < > > [EMAIL PROTECTED]> wrote: > > Now that you mention it, since we are trying to move the AppDB to the > > Affero > > > GPL v3, it would be nice to have the WWN covered by the similar

Re: Fix for LoadStringW

2008-01-19 Thread Stefan Leichter
Am Saturday 19 January 2008 07:32 schrieb Christopher: > Ferenc Wagner wrote: > > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > >> "Christopher" <[EMAIL PROTECTED]> wrote: > >>> Thanks for pointing that out! Am I suppose to attach a test case for > >>> all my patches to wine-patches? I had submi