Wine 0.9 TODO

2004-02-02 Thread Dimitrie O. Paun
Hi folks, Here is the detailed TODO in all it's glory. We _really_ need to get this over with, so please help us out to get this release out the door. I'll mark names by the tasks based on conversations I had with folks at WineConf (and on the list). If you notice any mistakes, please let me know.

Re: WineConf update

2004-02-02 Thread Vizzini
On Mon, 2004-02-02 at 16:14, Steven Edwards wrote: > Hi Guys, > --- Vizzini <[EMAIL PROTECTED]> wrote: > > There was a very interesting question brought up on Saturday morning > > by > > one of the Wine guys (Mike perhaps?) regarding running ReactOS inside > > Linux, like Win4Lin. I was skeptical

Re: File probably truncated

2004-02-02 Thread Alexandre Julliard
Thomas Brix Larsen <[EMAIL PROTECTED]> writes: > 0009:trace:module:map_image mapped PE file at 0x40-0xf89000 > 0009:trace:module:map_image mapping section .text at 0x401000 off 1000 > size 6a4000 flags 6020 > 0009:err:module:map_image Could not map section .text, file probably > truncated

Re: File probably truncated

2004-02-02 Thread Uwe Bonnes
> "Thomas" == Thomas Brix Larsen <[EMAIL PROTECTED]> writes: Thomas> Hi again, I'm getting stuff like this when trying to use Windows Thomas> programs: Thomas> 0009:trace:module:map_image mapped PE file at 0x40-0xf89000 Thomas> 0009:trace:module:map_image mapping section .

Re: WineConf update

2004-02-02 Thread Steven Edwards
Hi Guys, --- Vizzini <[EMAIL PROTECTED]> wrote: > There was a very interesting question brought up on Saturday morning > by > one of the Wine guys (Mike perhaps?) regarding running ReactOS inside > Linux, like Win4Lin. I was skeptical at first, but having slept on > it a > day or two, I think this

File probably truncated

2004-02-02 Thread Thomas Brix Larsen
Hi again, I'm getting stuff like this when trying to use Windows programs: 0009:trace:module:map_image mapped PE file at 0x40-0xf89000 0009:trace:module:map_image mapping section .text at 0x401000 off 1000 size 6a4000 flags 6020 0009:err:module:map_image Could not map section .text, file p

Re: New registry key adding patch

2004-02-02 Thread Zimler Attila
Dimitrie O. Paun wrote: On February 2, 2004 03:05 am, you wrote: Yes, I nee help :) It's the old problem :) what task could I start :) If I saw correctly in the list, regedit is implemented meantime :) We still need to add support for delete/rename of keys. Ok, I all will do it :) (if

WineConf update

2004-02-02 Thread Vizzini
After a slippery drive home (12 stressful hours from Minneapolis -> Kansas City, rather than the six it took me to get there on Friday), I finally have time to report a bit on WineConf. First of all, I'd like to thank Codeweavers on behalf of those of us from ReactOS that attended the conference.

Found this on ATI's devel pages, might help with directx ?

2004-02-02 Thread Lars Segerlund
I don't know if you have seen this before, but it's a program to run the grafix pipeline interactive, thought it might be usefull. http://mirror.ati.com/developer/sdk/rage128SDK/Multex/Multex3D.html / have a look, Lars Segerlund.

Re: TransparentBlt

2004-02-02 Thread Dimitrie O. Paun
On Mon, 2 Feb 2004, Kevin Koltzau wrote: > I just submitted a new variant of my original patch without using MaskBlt, > which works under both Windows and wine currently > Not meaning to hide a possible issue with MaskBlt, but my new patch > should be a bit faster as MaskBlt does quite a bit of wo

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

2004-02-02 Thread Fabian Cenedese
At 10:12 02.02.2004 -0500, Dimitrie O. Paun wrote: >I don't think behaviour in the LVS_OWNERDRAWFIXED case is explicitly documented, >but I think it should behave as in the LVS_EX_FULLROWSELECT case. In other words, >I think your patch is correct, please submit it to wine-patches. Done. Thanks :)

Re: TransparentBlt

2004-02-02 Thread Kevin Koltzau
On Monday 02 February 2004 12:27 am, Dimitrie O. Paun wrote: > On the MaskBlt front, I've adapted that function from a post > to the wine-patches list by a guy who never resurfaced. I have > no idea if that implementation is good. It seems to work in some > situations, but I wouldn't be surprised i

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

2004-02-02 Thread Dimitrie O. Paun
On Mon, 2 Feb 2004, Fabian Cenedese wrote: > static INT LISTVIEW_HitTest(LISTVIEW_INFO *infoPtr, LPLVHITTESTINFO lpht, BOOL > subitem, BOOL select) > { > -- snip-- > > if (select && !(uView == LVS_REPORT && (infoPtr->dwLvExStyle & > LVS_EX_FULLROWSELECT))) > { > if (uView == LVS

Re: x11drv

2004-02-02 Thread Alex Pasadyn
Dimitrie O. Paun wrote: OK, I must admit I don't remember the thread, but why the crashes if the res change was not successful? I don't really see the need for the hack that you propose. Why do we need to lie that we changed the resolution, when we didn't? Whould that potentially result in other pr

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

2004-02-02 Thread Fabian Cenedese
>>The mouse tracking in listview happens in the LISTVIEW_TrackMouse() >>function, which seems correct. It is getting called from only one >>place (in LISTVIEW_LButtonDown()) so a few print statements there >>would be nice to see that (1) it is being called, and (2) that it >>doesn't exit premature