TransparentBlt

2004-01-30 Thread Kevin Koltzau
Implementation of TransparentBlt This brings up an interesting thing however..it works perfectly under windows (tested on XP), but produces strange results under wine. MaskBlt seems to be broken, but I'm not quite sure what the cause is yet I figured I'd send this out incase the problem is obviou

Re: Posix Subsystem for ReactOS - Project 2010

2004-01-30 Thread Steven Edwards
--- Shachar Shemesh <[EMAIL PROTECTED]> wrote: > While it's certainly an exiting project, I understood that it was NOT > > based on the Windows subsystem mechanism, but rather hacking your way > > into Windows NT's ring 0 using a device driver. While I'm a great fan > of > "if it works", wouldn

Wineconf notice

2004-01-30 Thread Jeremy White
Hi all, Barring disaster, we're going to start Wineconf tomorrow morning at 9:30 am. It looks like we'll have streaming video working; I've updated the wineconf page with some instructions, and a Wine tarball that Works For Me (TM) with the Quicktime player (although mplayer works quite well also)

IE6/JSCRIPT: hook:NotifyWinEvent, imm:ImmGetContext

2004-01-30 Thread Abdul-Haseeb Ahmad
(sorry if this is a double post, im having difficulties with my mail client) okay I've got nhl 2004 (and the demo) to go into the menus fine but in the full version in the main menu screen (which isnt in the demo, but this error occurs similarly in the demo menu screens that do exist) the drop

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-30 Thread Abdul-Haseeb Ahmad
Ivan Leo Murray-Smith wrote: FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a Win32 program (0x0040) not available - security-patched kernel ? wine: could not load L"C:\\Program Files\\Common Files\\InstallShield\\Engine

WinMM/MIDI problem? (/dev/mixer1 error message)

2004-01-30 Thread Abdul-Haseeb Ahmad
This again is related to NHL2004 but I felt it needed to be in a different psot as I think its more related to the way WinMM works... When the HTML files w/MPEGs embedded in NHL2004 load (via IE6) theres a crash.. and it seems to be related to WinMM: - fixme:ole:CoCreateInstance no classfac

IE6/JSCRIPT: hook:NotifyWinEvent, imm:ImmGetContext

2004-01-30 Thread Abdul-Haseeb Ahmad
okay I've got nhl 2004 (and the demo) to go into the menus fine but in the full version in the main menu screen (which isnt in the demo, but this error occurs similarly in the demo menu screens that do exist) the drop down menus dont show when i click them; plus there are java script errors, se

Re: desktop mode again

2004-01-30 Thread Alexandre Julliard
Alex Pasadyn <[EMAIL PROTECTED]> writes: > I can do that, if it would get applied. :) I sent an earlier version > of the sysmetrics patch by itself a long time ago, and it was not > applied because it could give incorrect results in desktop mode. This > version is cleaner that that one, and I t

Re: Hel debugging windows app with wine(dbg) + gdb

2004-01-30 Thread Leo
Eric Pouech wrote: Leo a écrit : Hi, I don't know if this is the place to ask this, but anyway here it goes: I'm trying to debug a windows application using wine. set WINELOADER environment variable to point to your wine binary before running winedbg A+ Hello, thanks for your reply. Do

Re: system metrics update

2004-01-30 Thread Lionel Ulmer
> Lionel, I looked at your ClipCursor patch, and I think it will work > correctly with this for the currently running process, but for it to > take effect in other processes, the code you put in settings.c probably > needs to go to the new X11DRV_handle_desktop_resize function I just added.

Re: Dungeon Keeper thread(s) recently

2004-01-30 Thread Lionel Ulmer
> DINPUT.DLL is not reported as being loaded (using +loaddll) so I think > it's nothing to do with it. You're right... Actually, DungeonKeeper uses a better scheme than us to simulate relative mous grabbing... Will need to do the same in DInput :-) Anyway, with the two last patches I sent, it sho

Re: LostWages: status5.diff

2004-01-30 Thread Eric Pouech
Tom a Ãcrit : I'm getting ready to head out the door so here is #5 it is dmitry's suggestions per: http://www.winehq.org/hypermail/wine-devel/2004/01/0952.html Eric..thumbs up/down? synchro should be ok. using avifile should be a good test case anyway (even if native mciavi doesn't

Re: Hel debugging windows app with wine(dbg) + gdb

2004-01-30 Thread Eric Pouech
Leo a écrit : Hi, I don't know if this is the place to ask this, but anyway here it goes: I'm trying to debug a windows application using wine. set WINELOADER environment variable to point to your wine binary before running winedbg A+

Re: x11drv

2004-01-30 Thread Alex Pasadyn
Dimitrie O. Paun wrote: On January 30, 2004 09:00 am, [EMAIL PROTECTED] wrote: I don't understand you ! Without that it does not work. With that, it works and graphic working is faster. Maybe so, but it looks obviously incorrect. Not everything that seems to fix problems is a real fix. You maybe

TransparentBlt

2004-01-30 Thread Kevin Koltzau
I noticed Warren Baird has submitted an implementation of TransparentBlt back  in Feb 2003.. http://www.winehq.org/hypermail/wine-patches/2003/02/0029.html I'm curious what was wrong with that implementation to keep it from being  committed, and what might be done to get it up to par..or maybe it w

Re: Add a test case and a fix for the window styles state at the window creation time

2004-01-30 Thread Bill Medland
On January 30, 2004 08:08 am, Dmitry Timoshkov wrote: > Hello, > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Add a test case and a fix for the window styles state > at the window creation time. > SNIP > +cs->style |= WS_CAPTION; > +wndPtr->flags |= WI

RE: desktop mode again

2004-01-30 Thread Robert Shearman
Alex Pasadyn wrote: > > Robert Shearman wrote: > > > I suggest you put the system metrics stuff in a separate patch. > It is a lot more tested and more likely to get in than the other > code, which is quite a big change. > > I can do that, if it would get applied. :) I sent an earlier version > o

Re: [oleaut32] implement VarMod() + tests, fix bug in VarNot()

2004-01-30 Thread Chris Morgan
On Friday 30 January 2004 04:50 am, Hans Leidekker wrote: > On Friday 30 January 2004 04:30, Chris Morgan wrote: > > Still have a couple of issues with this change. I'm not sure why the > > (BSTR) tests fail under wine and not windows, I've wrappered them with > > todo_wine{} but they still get li

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-30 Thread Fabian Cenedese
>On January 30, 2004 07:55 am, Fabian Cenedese wrote: >> I think I already found the (apparent) difference in the events, the >> (not) hanging in the OnLButtonDown. I need to find out why it doesn't >> stay in there and if it's in listview, message, events... > >The mouse tracking in listview happ

Re: x11drv

2004-01-30 Thread Dimitrie O. Paun
On January 30, 2004 09:00 am, [EMAIL PROTECTED] wrote: > I don't understand you ! > Without that it does not work. > With that, it works and graphic working is faster. Maybe so, but it looks obviously incorrect. Not everything that seems to fix problems is a real fix. You maybe hiding a bigger iss

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-30 Thread Dimitrie O. Paun
On January 30, 2004 07:55 am, Fabian Cenedese wrote: > I think I already found the (apparent) difference in the events, the > (not) hanging in the OnLButtonDown. I need to find out why it doesn't > stay in there and if it's in listview, message, events... The mouse tracking in listview happens in

Re: x11drv

2004-01-30 Thread Dimitrie O. Paun
On January 30, 2004 08:47 am, [EMAIL PROTECTED] wrote: Please, no HTML mail if possible. > -if (devmode) > +if (devmode==NULL) > { > TRACE("DM_fields=%s\n",_DM_fields(devmode->dmFields)); This can't possibly be right. In effect you're disabling that if completely (unless dev

alsa and audioio testing needed for dsound patch

2004-01-30 Thread Robert Reif
This patch insures that the hardware primary buffer is deleted and recreated properly when changing the primary format. It also makes sure the proper frequency adjust is calculated for the actual format used rather than the requested one. This should only affect oss, alsa, and audioio and I have

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-01-30 Thread Fabian Cenedese
>> That was my weak try to explain what I see :) >> Ok, again in short what happens: I can click on a cell in the first column, >> it gets selected, I can release the mouse button, everything fine. >> But when I press on a cell in another column it shortly gets selected >> and immediately the sele

Re: [oleaut32] implement VarMod() + tests, fix bug in VarNot()

2004-01-30 Thread Hans Leidekker
On Friday 30 January 2004 04:30, Chris Morgan wrote: > Still have a couple of issues with this change. I'm not sure why the (BSTR) > tests fail under wine and not windows, I've wrappered them with todo_wine{} > but they still get listed as failures. Run it like so: WINETEST_PLATFORM="wine" w