How to find rendering code

2007-02-06 Thread Markus
Hi, I am new to Wine development and wanted to ask on the list, whether someone could point me to the correct place where the code for issues 3 and 4 in http://bugs.winehq.org/show_bug.cgi?id=7273 might be located. It looks like the solution could be rather straightforward to implement but I ha

Re: comctl32: tab: update the item mask after a TB_SETITEM (fixes bug #7345)

2007-02-06 Thread Mikołaj Zalewski
Actually all members are always valid (for the internal structure at least). I already sent a patch which removes the mask. Felix Sorry, I didn't notice the patch. Mikolaj

Re: comctl32: tab: update the item mask after a TB_SETITEM (fixes bug #7345)

2007-02-06 Thread Felix Nawothnig
Mikołaj Zalewski wrote: Tab uses a mask to mark which fields are set but it new fields were set by SetItem the mask wasn't updated. Actually all members are always valid (for the internal structure at least). I already sent a patch which removes the mask. Felix

Undoc. comctl32 mem management functions

2007-02-06 Thread Felix Nawothnig
Hi. comctl32 exports (undocumented) Alloc() and friends which call LocalAlloc => GlobalAlloc => HeapAlloc since it's doesn't use any fancy LMEM / GMEM flags... so shouldn't Alloc() call HeapAlloc() directly? If Global/Local* behave different than Heap* on Windows - wouldn't it then be desirabl

qemu-0.9.0 and kqemu-1.3.0pre10 (now GPL) released

2007-02-06 Thread Detlef Riekenberg
http://www.qemu.org/ QEMU 0.9.0 was released. The QEMU Accelerator Module kqemu-1.3.0pre10 was released and is now available under the GPL license. Thanks Fabrice, the qemu-team and every contributor. -- By by ... Detlef

Re: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread Misha Koshelev
On Tue, 2007-02-06 at 19:51 +0100, Felix Nawothnig wrote: > Misha Koshelev wrote: > >>>So do you think I should add a define like INSTALLUILEVEL_NOFLAGS > >>>somewhere set to 0xf then? > >>Shouldn't that be 0x7? > > I guess either one would work since the first flag is 0x20. Do I need to > > chan

Re: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread Felix Nawothnig
Misha Koshelev wrote: So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere set to 0xf then? Shouldn't that be 0x7? I guess either one would work since the first flag is 0x20. Do I need to change it to 0x7 or leave as is? So would 0x1f or 0xfe1f. Doesn't make it cor

Re: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread Misha Koshelev
On Tue, 2007-02-06 at 19:23 +0100, Felix Nawothnig wrote: > Koshelev, Misha Vladislavo wrote: > > So do you think I should add a define like INSTALLUILEVEL_NOFLAGS > > somewhere set to 0xf then? > > Shouldn't that be 0x7? I guess either one would work since the first flag is 0x20. Do I need to

Re: Window focus testing

2007-02-06 Thread Duane Clark
Dmitry Timoshkov wrote: "Duane Clark" <[EMAIL PROTECTED]> wrote: Is it possible to do window focus testing in Wine conformance tests? Or does the windows not being mapped mean that this testing cannot be done? Or maybe I am doing something completely wrong; which is likely ;) Have a look at

Re: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread Felix Nawothnig
Koshelev, Misha Vladislavo wrote: So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere set to 0xf then? Shouldn't that be 0x7?

Re: [PATCH] coverity: CID35: fixed wrong condition

2007-02-06 Thread Felix Nawothnig
Marcus Meissner wrote: - if(nRelPos>=0) { /* if this or preceding row */ + if(nRelPos<=0) { /* if this or preceding row */ while(nRelPos<=0) { Shouldn't that become a "do { ... } while()" then? No, since there is a return item; after the while () loop. I meant replacing just the while()

Re: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread James Hawkins
On 2/6/07, Koshelev, Misha Vladislavo <[EMAIL PROTECTED]> wrote: So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere set to 0xf then? Should this be in msi.h (or would this be confusing as this is not defined in Windows I don't think) or just in the same file where th

Re: [PATCH] make CarbonPoker (previously Poker.com) client work.

2007-02-06 Thread Juan Lang
Hi Trent, thanks for the patches. Please send the split up patches to wine-patches instead of wine-devel. The crypt32 patches won't make it in as-is, but I think you can get a better quality hack accepted. As MSDN states, CryptGetMessageCertificates is just a wrapper around CertOpenStore. So yo

Re: Linuxtag 2007 in Berlin

2007-02-06 Thread Kai Blin
On Tuesday 06 February 2007 10:26, Stefan Munz wrote: > Is anybody interested in participating in a Wine booth? More information > (in german) is here: > > http://www.linuxtag.org/2007/de/community/projects/cfpro/call-for-projects. >html English link is http://www.linuxtag.org/2007/en/community/pr

RE: msi: InstallPackage check for UI level must not disregard flags (updated)

2007-02-06 Thread Koshelev, Misha Vladislavo
So do you think I should add a define like INSTALLUILEVEL_NOFLAGS somewhere set to 0xf then? Should this be in msi.h (or would this be confusing as this is not defined in Windows I don't think) or just in the same file where the other change is being made? Thanks Misha -Original Message---

Presenting at LinuxTag?

2007-02-06 Thread Dan Kegel
David asked if anyone's interested in manning a Wine booth at Linuxtag. A related question: is anybody proposing a Wine talk or tutorial at Linuxtag? The deadline for submitting proposals is Feb 16th. (Here's the CFP: http://www.linuxtag.org/2007/en/conf/cfp/cfp-target.html )

Re: Bug 4791 - Civ4 crashes because of recent explorer/systray changes

2007-02-06 Thread Fabian Bieler
Hello! In my last mail I confused a few message types. However, I think I know why this bug occurs. Apparently windows silently ignores nullpointer callbacks passed to SendMessageCallback (although it does deliver the message). Fabian

DirectDrawRenderer=opengl - screen size changeable for final rendering?

2007-02-06 Thread Christoph Frick
hiho what i ever wondered but never dared to ask: i tried recently the said key with jagged alliance 2. as the game has quite a low resolution 640 or 800 it would be nice to allow higher resolutions when rendering ddraw with opengl (e.g. game wants 800 but for the final rendering use 1600). is th

Re: Daylight saving changes

2007-02-06 Thread Shachar Shemesh
Francois Gouget wrote: > Israel Standard Time At least with this one I can help. Feel free to use the data under LGPL: http://lingnu.com/support.html#timezone Which is not to say that I know what to do about it. :-) Shachar

Numeric keypad fix for WoW & Warcraft Bug 6323

2007-02-06 Thread Nick Law
Hi Dean Kuslar has patched keyboard.c so that the numeric keypad now works in both World of Warcraft and Warcraft. If anybody is currently doing any development or bug fixing to other games and the numeric keypad doesn't work on the game your working on, we would be interested in hearing if t

Re: [PATCH] coverity: CID35: fixed wrong condition

2007-02-06 Thread Marcus Meissner
On Mon, Feb 05, 2007 at 10:29:23PM +0100, Felix Nawothnig wrote: > Marcus Meissner wrote: > >- if(nRelPos>=0) { /* if this or preceding row */ > >+ if(nRelPos<=0) { /* if this or preceding row */ > > while(nRelPos<=0) { > > Shouldn't that become a "do { ... } while()" then? No, since there

Linuxtag 2007 in Berlin

2007-02-06 Thread Stefan Munz
Hi, there is a "CALL FOR PROJECTS" for Linuxtag 2007 in Germany/Berlin from May 30 to June 2. Is anybody interested in participating in a Wine booth? More information (in german) is here: http://www.linuxtag.org/2007/de/community/projects/cfpro/call-for-projects.html Projects should be regis