Re: Move notifies around to match native

2005-04-12 Thread Dimitrie O. Paun
On Tue, Apr 12, 2005 at 04:13:32PM -0600, Vitaliy Margolen wrote: > Well, yes and no. This is custom draw callback/notify. It shouldn't change > control's parameters, such as color. At least on a permanent basis. This is > what > set color messages for. Agreed. But judging by what listview is doi

How to format a IMediaSample?

2005-04-12 Thread Maarten Lankhorst
I'm having troubles sending a media sample over the graph, I'm wondering wether that is because of the receiving filter or my own fault. the thing I'm trying to send is a uncompressed 24 bit image, the bitmap info header data of it is pretty much as this: mediatype: BI_RGB24 Width: 320 Height:

Re[2]: Move notifies around to match native

2005-04-12 Thread Vitaliy Margolen
Tuesday, April 12, 2005, 3:09:57 PM, you wrote: > On Tue, Apr 12, 2005 at 12:24:11PM -0600, Vitaliy Margolen wrote: >> Also small fix for custom draw color. Native does not use colors returned >> from >> NM_CUSTOMDRAW notify. > This is odd, and it deserves at the very least a comment in the > cod

Re: Cross-building went wrong

2005-04-12 Thread Juan Lang
Hi Paul, > Anyone have a suitable patch against mingw that adds > StgCreatePropSetStg? Well, I haven't a patch, but adding the line "[EMAIL PROTECTED]" to w32api/lib/ole32.def ought to do it. --Juan __ Do you Yahoo!? Yahoo! Small Business - Tr

Re: shell32/brsfolder.c

2005-04-12 Thread Michael Jung
Hi Wolfgang, On Tuesday 12 April 2005 22:30, you wrote: > As you might have guessed, I don't have too much knowledge about > Windows programming. All I wanted to do in the first place was getting > the DVD Shrink dialog to work ;-) I didn't mean to bash your patch. If DVD Shrink doesn't work as o

Re: Move notifies around to match native

2005-04-12 Thread Dimitrie O. Paun
On Tue, Apr 12, 2005 at 12:24:11PM -0600, Vitaliy Margolen wrote: > Also small fix for custom draw color. Native does not use colors returned from > NM_CUSTOMDRAW notify. This is odd, and it deserves at the very least a comment in the code, but more preferably a unit test. -- Dimi.

Mouse warp questions

2005-04-12 Thread Stefan Dösinger
Hello, I have a a question about the mouse warp code in dlls/dinput/mouse.c Why is MOUSE_HACK still defined? From reading the archives I concluded that warping the mouse in three states was disabled long ago(1), but MOUSE_HACK is still defined. I found a patch sent to wine-patches in 2003 which

[NtQuerySystemInformation #1] Fixes + tests (second round)

2005-04-12 Thread Paul Vriens
Hi, this is a second go at some unit tests and related fixes for NtQuerySystemInformation. The ultimate goal is to get SysInternal's Process Explorer running. I welcome suggestions and remarks. If none I will submit this to wine-patches and start the further works. The differences between this

shell32/brsfolder.c

2005-04-12 Thread Michael Jung
Hi Wolfgang, @@ -400,24 +423,41 @@ static LRESULT MsgNotify(HWND hWnd, UIN break; lptvid=(LPTV_ITEMDATA)pnmtv->itemNew.lParam; - if (SUCCEEDED(IShellFolder_BindToObject(lptvid->lpsfParent, lptvid->lpi,0, (REFIID)&IID_IShellFolder,(LPVOID *)&lpsf2))) - { FillTreeView( lpsf2, lptvid->lpifq, pn

Re: dib fixes

2005-04-12 Thread Rein Klazes
On 11 Apr 2005 17:48:58 +0200, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > I tried to do this, you need to clip to the visible region as well. I > > could not get it 100% full proof because of races between the clip > > calculations and the actual positions on the screen. > > > >

Re: Multimedia Control Panel question

2005-04-12 Thread Paul van Schayck
Hey Robert, On Apr 12, 2005 7:15 AM, Robert Reif <[EMAIL PROTECTED]> wrote: > The proper way to set the default sound card is to use the same > registry keys as Windows and either use a native mmsys.cpl or > devise a wine specific way of doing the same thing. > > Creating a builtin mmsys.cpl is

Cross-building went wrong

2005-04-12 Thread Paul Millar
Hi all, [yawn] One of the new tests broke winetest build (see below). Anyone have a suitable patch against mingw that adds StgCreatePropSetStg? Cheers, Paul. [EMAIL PROTECTED] tests]$ make i686-mingw32msvc-gcc marshal.o moniker.o propvariant.o stg_prop.o storage32.o testlist.o -o ole32_test

Re: Rough Draft

2005-04-12 Thread Alban Browaeys
Le Mon, 11 Apr 2005 22:58:31 +0100, Andrew Neil Ramage a écrit : > Rough Draft is a useful Windows word processor that natively saves files > in .RTF format. Unfortunately, when installing it I got the following > errors: > > fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub > fixme:ri

Re: Out-of-tree compilation and running

2005-04-12 Thread Paul Millar
Hi Detlef, Thanks for looking at this, but I'm afraid I'm slightly confused by your modified version of the patch On Sunday 10 April 2005 10:46, Detlef Riekenberg wrote: > I'm working at wineprefixcreate also and while looking at your > Patch, i found a race-condition when the user started

Re: Fix for shell32.SHBrowseForFolder (proper Desktop tree + BFFM_SETSELECTION implemented)

2005-04-12 Thread Michael Jung
Hi Wolfgang, On Tuesday 12 April 2005 01:03, Wolfgang Scherer wrote: > Solution > > Fix TreeView setup behavior. Implement BFFM_SETSELECTION > functionality. I've tried your patch and it breaks the SHBrowseForFolder usage in winecfg's drive mapping property sheet. I don't have time now,

Re: lostwages/templates/en status_ui.template

2005-04-12 Thread Mike McCormack
Hi Jacek, I don't touch the engine code! I use Gecko's embedding API. The HTML rendering will never be compatible at all, but that's not important in most cases. What we need is a compatible API, and that can be done using Gecko as HTML engine, everything else we have to implement ourself (eg. my c