Re: USER32 - SPI_GETMOUSE missing a default value.

2008-01-04 Thread Dmitry Timoshkov
"Peter Dons Tychsen" <[EMAIL PROTECTED]> wrote: > The application is the game "World In Conflict". > The application is reading correctly through SystemParametersInfo(). > > The problem as i see it, is that there is no default value for the mouse > parameters in the registry. You can see this by

Bugzilla preening status

2008-01-04 Thread Dan Kegel
Bugzilla has some nice "Change Over Time" graphs. These show there's been a nice chunk of bugs moved into 'Fixed' state in the last week: http://bugs.winehq.org/reports.cgi?product=Wine&datasets=NEW%3A&datasets=UNCONFIRMED%3A&datasets=CLOSED%3A&datasets=FIXED%3A BTW somebody should give Jeff Zaro

re: Jacek Caban : shdocvw: Use BindToObject to load document ...

2008-01-04 Thread Dan Kegel
I'm seeing a new crash in shdocvw/tests/webbrowser.c since yesterday. I haven't verified this with bisect, but the stack traces seem to point to Jacek's set of changes. Both can be seen here: http://kegel.com/wine/valgrind/logs-2008-01-04/vg-shdocvw_webbrowser-diff.txt The first one is a new valg

Re: Wiki account missing

2008-01-04 Thread Dimi Paun
On Fri, 2008-01-04 at 12:44 -0600, James Hawkins wrote: > I'm using the same password I've always used, but it doesn't work anymore. Well, that's odd. Can you please try to reset your password? http://wiki.winehq.org/UserPreferences -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: What happened to the videos from WineConf?

2008-01-04 Thread Lei Zhang
On Jan 3, 2008 10:50 AM, Lei Zhang <[EMAIL PROTECTED]> wrote: > On Dec 28, 2007 8:54 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > I remember at wineconf there were some videos created, what happened > > with those? I tried to look on youtube for wineconf, but I didn't find > > anything. A

Re: Wiki account missing

2008-01-04 Thread Jeremy Newman
I have removed that person from the mailing list and added that email to the black list. Lei Zhang wrote: > That person has been spamming mailing lists all over the place. [1] > [2] Can someone unsubscribe the spammer from our mailing lists? I will > file a complain with gmail. > > - Lei > > [1

Re: Wiki account missing

2008-01-04 Thread James Hawkins
On Jan 4, 2008 12:38 PM, Dimi Paun <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-01-04 at 12:30 -0600, James Hawkins wrote: > > My Wiki account has gone missing: > > > > Unknown user name: "[EMAIL PROTECTED]". Please enter user name and > > password. > > No, it's still there, I've double checked. May

Re: Wiki account missing

2008-01-04 Thread Lei Zhang
On Jan 4, 2008 10:30 AM, James Hawkins <[EMAIL PROTECTED]> wrote: > Hi, > > My Wiki account has gone missing: > > Unknown user name: "[EMAIL PROTECTED]". Please enter user name and password. > > Also, what's going on with the massive slew of wine-users spam? > > -- > James Hawkins > > > That perso

Re: Wiki account missing

2008-01-04 Thread Dimi Paun
On Fri, 2008-01-04 at 12:30 -0600, James Hawkins wrote: > My Wiki account has gone missing: > > Unknown user name: "[EMAIL PROTECTED]". Please enter user name and > password. No, it's still there, I've double checked. Maybe you are not using the right password? -- Dimi Paun <[EMAIL PROTECTED]>

Re: DIB Driver code available

2008-01-04 Thread Jesse Allen
On Jan 4, 2008 2:29 AM, <[EMAIL PROTECTED]> wrote: > > > Bonjour, > > Je cherche le "DIB Driver" qui me permettrait de faire fonctionner le > logiciel PSDWin. > Pouvez-vous m'aider ? > Merci, > Lyonel Donnette > > > Vous avez essayé mon DIB driver? http://repo.or.cz/w/wine/dibdrv.git

Wiki account missing

2008-01-04 Thread James Hawkins
Hi, My Wiki account has gone missing: Unknown user name: "[EMAIL PROTECTED]". Please enter user name and password. Also, what's going on with the massive slew of wine-users spam? -- James Hawkins

Re: xrandx responds with too many modes.

2008-01-04 Thread Peter Dons Tychsen
> 640x480 does not integer-scale to my 1280x1024 display. With 640x512 > I have perfect pixel alignment (2x zoom), no blurriness from the > scaling. I'll take 640x512 over 800x600 even because of the graphical > nicety of it, and there are plenty of games (with options turned all > the way up) th

Re: d3dx implementation senseless?

2008-01-04 Thread Peter Dons Tychsen
Now that i think of it, Marcus's point about redistribution is even more relevant than the problem with licensing. If one was was allowed (legally) to copy DLLs from Windows without a license, i could do it. because i know how could my mother? no way! The only people that i have any s

Re: d3dx implementation senseless?

2008-01-04 Thread Stefan Dösinger
Am Freitag, 4. Januar 2008 17:00:46 schrieb [EMAIL PROTECTED]: > Oh well, I didn't think about that, sorry. > Then it of course is a good thing if we implement our own d3dx. The directx license as far as I understand it, allows installing and using the dx runtime, which d3dx* is a part of, on Wine

Re: DIB Driver code available

2008-01-04 Thread Zachary Goldberg
Translating his question: I'm looking for a DIB driver which will let me run the program "PSDWin" Donnette, Le plupart de personne qui travaille avec WINE parlent seulement anglais au cette listserv. A respondre de ta question, malheureusement, cette driver n'exist pas maintenant. Possible au f

Re: Some more spelling fixes.

2008-01-04 Thread Austin English
I changed that in two places. The first one had another typo in the same file, so I went ahead and fixed both typos. The second occurrence was in a separate file, but I corrected it for consistency. - Austin On Jan 4, 2008 11:28 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Francois wrote: > > I'd s

re: Some more spelling fixes.

2008-01-04 Thread Dan Kegel
Francois wrote: > I'd say "'coz" is not a typo, but was written that way intentionally to > give a 'slang-ish' tone to the comment by someone who knows full well > the standard spelling. As such it should not be modified. I've seen too many people who aren't even aware of the difference between sl

Re: d3dx implementation senseless?

2008-01-04 Thread tony . wasserka
> I do not think patents which are blocking your ability to use the DLLs > in Wine. It is your Windows license. > > I believe that if you have a Windows license for your machine, you are > free to use Windows or its DLLs. This includes all the "free" downloads > from their web-pages. I think, if y

Re: USER32 - SPI_GETMOUSE missing a default value.

2008-01-04 Thread Peter Dons Tychsen
> SPI_GETMOUSE should work just fine, do you have a sample code which > doesn't work? Is the app trying to read the registry directly without > using SystemParametersInfo? > The application is the game "World In Conflict". The application is reading correctly through SystemParametersInfo(). The

Re: xrandx responds with too many modes.

2008-01-04 Thread Clarence Risher
On Jan 4, 2008 2:22 AM, H. Verbeet <[EMAIL PROTECTED]> wrote: > Is this with a specific X driver? The binary nvidia driver only lists > modes explicitly declared in xorg.conf. I would disagree. I have only 3 modes in my xorg.conf, and am usinb the binary nvidia driver, but xrandr from the command

Re: Some more spelling fixes.

2008-01-04 Thread Francois Gouget
> -/* test has been removed 'coz MMSYSERR_BASE is 0, and gcc did > emit > +/* test has been removed because MMSYSERR_BASE is 0, and gcc did > emit I'd say "'coz" is not a typo, but was written that way intentionally to give a 'slang-ish' tone to the comment by someone w

Re: d3dx implementation senseless?

2008-01-04 Thread Peter Dons Tychsen
I do not think patents which are blocking your ability to use the DLLs in Wine. It is your Windows license. I believe that if you have a Windows license for your machine, you are free to use Windows or its DLLs. This includes all the "free" downloads from their web-pages. I think, if you do not ha

Re: xrandx responds with too many modes.

2008-01-04 Thread Peter Dons Tychsen
On Thu, 2008-01-03 at 22:46 -0600, Clarence Risher wrote: > I regularly use 640x512 in wine, when that resolution wouldnt be > reported by the driver in windows. Dunno if you consider that a > "normal" resolution. Just out of curiosity, what do you use this for? Whats wrong with the 640 x 480? Wh

Re: French LTEXT correction

2008-01-04 Thread Jonathan Ernst
On ven, 2008-01-04 at 11:24 +0100, Vincent Hardy wrote: > Regedit displays "Rechercher::". Now Regedit displays "Rechercher :" and > so on... It doesn't here (?). Furthermore in French ":" should be preceded by an unbreakable space (like it's the case now) and not a normal space.

Re: xrandx responds with too many modes.

2008-01-04 Thread Michael Stefaniuc
H. Verbeet wrote: > On 04/01/2008, Peter Dons Tychsen <[EMAIL PROTECTED]> wrote: >> The xrandx X11 extension is very handy. >> Using it for wine makes great sense. >> >> But... the extension also enumerates a whopping amount of modes. >> Each resolution has a multitude of frequencies and bit-depth

Re: d3dx implementation senseless?

2008-01-04 Thread Marcus Meissner
On Fri, Jan 04, 2008 at 01:46:22PM +0100, [EMAIL PROTECTED] wrote: > Hi, > I enjoyed the current wine development of the D3DX libraries and also tried > to implement an interface. > However, while testing it I noticed that Wine seems to fully support > everything when it has a native > d3dx9.dll

DIB Driver code available

2008-01-04 Thread Donnette39
Bonjour, Je cherche le "DIB Driver" qui me permettrait de faire fonctionner le logiciel PSDWin. Pouvez-vous m'aider ? Merci, Lyonel Donnette

d3dx implementation senseless?

2008-01-04 Thread tony . wasserka
Hi, I enjoyed the current wine development of the D3DX libraries and also tried to implement an interface. However, while testing it I noticed that Wine seems to fully support everything when it has a native d3dx9.dll (though it even was able to run one of my games without any dll...). So I was

Re: dlls/kernel32/task.c -- minor improvement

2008-01-04 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Index: dlls/kernel32/task.c > === > RCS file: /home/wine/wine/dlls/kernel32/task.c,v > retrieving revision 1.2 > diff -u -3 -p -r1.2 task.c > --- dlls/kernel32/task.c 13 Oct 2006 10:27

Re: mshtml #4: Includes clean up. (fixed)

2008-01-04 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c > index 731af60..2437797 100644 > --- a/dlls/mshtml/install.c > +++ b/dlls/mshtml/install.c > @@ -18,33 +18,23 @@ > > #include "config.h" > > -#include > +#include "mshtml_private.h" > +#incl

Re: [PATCH] ddraw: Return a nullpointer as lpSurface in Lock() if the rect is invalid.

2008-01-04 Thread H. Verbeet
On 03/01/2008, Günther Brammer <[EMAIL PROTECTED]> wrote: > +ok(!locked_desc.lpSurface, "IDirectDrawSurface_Lock did not set > lpSurface in the surface desc\n"); > That isn't the clearest message. It should probably say it didn't set lpSurface to NULL.

Re: xrandx responds with too many modes.

2008-01-04 Thread H. Verbeet
On 04/01/2008, Peter Dons Tychsen <[EMAIL PROTECTED]> wrote: > The xrandx X11 extension is very handy. > Using it for wine makes great sense. > > But... the extension also enumerates a whopping amount of modes. > Each resolution has a multitude of frequencies and bit-depth variants. > > Some applic