controls:static [proof of concept]

2004-05-03 Thread Oleg Prokhorov
Hello wine-patches, Some styles of static control improperly have DT_NOCLIP format flag. This is not like windows does it. The problem appears when size of control is too small. This problem was showed by wxwidgets controls sample. This message includes simple testing program for this bug, and

Re: More on "no keyboard events in ddraw application"

2004-01-08 Thread Oleg Prokhorov
Hello Robert, Thursday, January 8, 2004, 1:27:23 PM, you wrote: RG> I had the same problem as Oleg Prokhorov (no keyboard input in RG> fullscreen games) and following patch fixed it RG> (just a single line in Randr and XVid drivers). I do not know if RG> something gets broken b

Re[2]: no keyboard events in ddraw application.

2004-01-08 Thread Oleg Prokhorov
Hello Mike, Wednesday, January 7, 2004, 12:15:28 AM, you wrote: MH> I think the reason we make these windows unmanaged is because they don't MH> have window borders - if you can figure out a patch to allow them to be MH> managed that would go some way towards fixing this issue I think (though MH>

no keyboard events in ddraw application.

2004-01-06 Thread Oleg Prokhorov
Hello wine-devel, I've got a problem with 'Theme Hospital' game application. It requires some keyboard input to start. But the problem is that this application doesn't receive any keyboard events. I've put some checks inside function process_events (dlls/x11drv/event.c) but they sho

Re: RFC: {Global,Local}{Re,}Alloc()

2003-11-21 Thread Oleg Prokhorov
Hello Dimitrie, Saturday, November 22, 2003, 1:02:00 AM, you wrote: DOP> Here is a list of places where {Global,Local}ReAlloc() are used. DOP> I'd like to replace them with Heap* functions where it is possible, DOP> but before I do, I need to know where we need the old calls. Btw: What's the diff

Asprotected programs crash with current wine-cvs

2003-10-20 Thread Oleg Prokhorov
Hello Alexandre , current CVS version has regression. All Asprotected (probably) programs crash due to the fact that Asprotect assumes that executables are being loaded from kernel32.dll, so stack return address passed to executable entry (in the other words executable entry was called from kerne

Re[2]: [janatorial] HeapReAlloc

2003-10-08 Thread Oleg Prokhorov
Hello Dimitrie, Thursday, October 9, 2003, 12:09:31 AM, you wrote: DOP> On Wed, 8 Oct 2003, Oleg Prokhorov wrote: >> Change-log: >> fix wine code depended on DOP> That's cool, but we need to somehow manage this. That's a "testing" patch, if it get

Re: WineHQ: add the HeapReAlloc() task to the Janitorial list

2003-10-06 Thread Oleg Prokhorov
Hello Dimitrie, Thursday, September 25, 2003, 11:51:37 AM, you wrote: DOP> ChangeLog DOP> Add the HeapReAlloc() task to the Janitorial list. What about (undocumented ? ) ntdll/RtlReAllocateHeap ? It suffers the identical problem. Calling it with NULL as previously allocated memory heap block

Re[2]: winealsa: improve sound quality for IDsDriverImpl

2003-10-04 Thread Oleg Prokhorov
Hello Jerry, Saturday, October 4, 2003, 11:56:11 AM, you wrote: JJ> Only one of my sound cards suffers from the problem when the format of JJ> primary buffer is 22050 samples per second, 8-bit stereo. What's the soundcard ? -- Best regards, Olegmailto:[EMAIL PRO

Re: "Unknown directory 15 ignored"

2003-09-22 Thread Oleg Prokhorov
Hello Andrew, Monday, September 22, 2003, 8:34:12 AM, you wrote: AP> I'm trying to run a specific program (Winny2), and it doesn't work AP> anymore... here is the output: AP> fixme:win32:PE_CreateModule Unknown directory 15 ignored This is not related to your problem. It happens when your progra

wine + valgrind

2003-09-20 Thread Oleg Prokhorov
Hello wine-devel, Could anyone give me the point how to use valgrind and wine altogether ? -- Best regards, Oleg mailto:[EMAIL PROTECTED]

Re: dsound primary buffer volume/pan

2003-09-19 Thread Oleg Prokhorov
Hello Robert, Thursday, September 18, 2003, 8:34:04 AM, you wrote: RR> Adds volume and pan support to primary buffers. RR> Adds more property set support. This patch creates with all the rest (excluding wineoss) drivers, which don't have IDsDriverBufferImpl_SetVolumePan implemented. Dsound is no