Re: Fix warning about signedness of pointers

2005-11-04 Thread Mike McCormack
Robert Shearman wrote: Vincent Béron wrote: Changelog: Fix warning about signedness of pointers in x11drv. Mike McCormack already tried an identical patch, but it was rejected because the implications of the fix were not considered. It doesn't seem that they were addressed in this patch ei

Re: Move functions to remove function declaration

2005-11-04 Thread Robert Shearman
Vincent Béron wrote: Changelog: Move functions in comctl32/string.c to remove function declaration. The current ordering is more logical, but the more important point is that these functions are exported and so should be put in a header file somewhere. -- Rob Shearman

Re: Fix warning about signedness of pointers

2005-11-04 Thread Robert Shearman
Vincent Béron wrote: Changelog: Fix warning about signedness of pointers in x11drv. Vincent Index: dlls/x11drv/event.c === RCS file: /home/wine/wine/dlls

Re: bug 3514 fix (dsound primary buffer) needs fix?

2005-11-04 Thread James Hawkins
On 11/5/05, Peter Berg Larsen <[EMAIL PROTECTED]> wrote: > > Hi, > > The following patch > > http://www.winehq.org/pipermail/wine-patches/2005-October/021269.html > > fixes > > http://bugs.winehq.org/show_bug.cgi?id=3514 > > but crashed Railroad tycoon, as it always sets device->primary->dsound to

bug 3514 fix (dsound primary buffer) needs fix?

2005-11-04 Thread Peter Berg Larsen
Hi, The following patch http://www.winehq.org/pipermail/wine-patches/2005-October/021269.html fixes http://bugs.winehq.org/show_bug.cgi?id=3514 but crashed Railroad tycoon, as it always sets device->primary->dsound to null when there are more than one user of the device. The following pat

Re: DISPLAY vs. \\.\DISPLAY1

2005-11-04 Thread Tim Martin
Actually, I tried the idea in your patch (use DISPLAY everywhere, so just patch misc.c back to DISPLAY instead of patching all the other files forward to \\.\DISPLAY1). For Quicken 2005, it works fine in W98 mode, but doesn't work in W2k mode. I don't know if this is a bug in quicken itself or no

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-11-04 Thread Robert Shearman
Kuba Ober wrote: On Monday 31 October 2005 17:39, Walt Ogburn wrote: Hi Marcos, What are the buttons supposed to look like? The ones in your screenshot look OK to me. You do see that the bottom edge of each tool button is cut off, right? I don't think that's OK :) Yes, sorry, i

Re: DISPLAY vs. \\.\DISPLAY1

2005-11-04 Thread Robert Shearman
Tim Martin wrote: I had discovered a bug with Quicken 2005 where certain graphics aren't being drawn on screen, depending on whether the application is using W98 or W2k "emulation". The behavior actually changed (from works in W98 but broken in W2k to works in W2k but broken in W98) at some poi

Re: PATCH: Olepicture Dispatch Invoke

2005-11-04 Thread Robert Shearman
Marcus Meissner wrote: Hi, ExpressPCB (http://bugs.winehq.org/show_bug.cgi?id=3752) does some invokes on IPictures. I implemented the ones it needs. GetTypeInfo is stolen from olefont.c. Please try not to introduce any more of this code into wine. We should be deferring to typelibs here

Re: WineProbe part II; Propaganda for Wine

2005-11-04 Thread Dan Kegel
On 11/4/05, David Goodenough <[EMAIL PROTECTED]> wrote: > One app that I think is quite important to the business world and that > used to work (up to 0628) and still does work with 0.9 is Lotus Notes (at > least the 6.5 client). It has been reported a number of times on this > forum. No doubt.

Re: WineProbe part II; Propaganda for Wine

2005-11-04 Thread David Goodenough
Dan Kegel wrote: > On 11/4/05, David Gümbel <[EMAIL PROTECTED]> wrote: >> .. we're arranging an informational event next week on >> thursday afternoon in Stuttgart. We'll present Wine and its capabilities >> for migrating and porting applications to Unix. Details are available >> online (in German

Re: hhctrl: Free an alloc'ed string

2005-11-04 Thread Vincent Béron
Le ven 04/11/2005 à 12:22, James Hawkins a écrit : > Hi, > > Changelog > * Free an alloc'ed string. > > -- > James Hawkins > > > Index: dlls/hhctrl.ocx/hhctrl.c > === > RCS file: /home/wine/wine/dlls/hhctrl.ocx/hhctrl.c,v > re

Re: WININET: small fix for InternetCreateUrlA

2005-11-04 Thread James Hawkins
On 11/4/05, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > This was a one minute looker, so it can contain some logical errors or so. > No it's good. I don't know why I got ERROR_ALREADY_EXISTS when I was testing, but I swear I did! I don't get the error anymore so it must have been leftover fro

Re: [wined3d] D3DCOLOR fixup begin

2005-11-04 Thread Oliver Stieber
--- Raphael <[EMAIL PROTECTED]> wrote: > Hi, > > > > > Changelog: > > > > - defined D3DCOLOR_B macros to access byte values of D3DCOLOR > > > > - use D3DCOLOR macros instead of using shift + masks > > > > - fix a bug where diffuse.lpData checked instead of specular.lpData > > > > - imple

DISPLAY vs. \\.\DISPLAY1

2005-11-04 Thread Tim Martin
I had discovered a bug with Quicken 2005 where certain graphics aren't being drawn on screen, depending on whether the application is using W98 or W2k "emulation". The behavior actually changed (from works in W98 but broken in W2k to works in W2k but broken in W98) at some point in time. After so

Re: WineProbe part II; Propaganda for Wine

2005-11-04 Thread Dan Kegel
On 11/4/05, David Gümbel <[EMAIL PROTECTED]> wrote: > .. we're arranging an informational event next week on > thursday afternoon in Stuttgart. We'll present Wine and its capabilities > for migrating and porting applications to Unix. Details are available > online (in German) ... http://www.itomig.

WineProbe part II; Propaganda for Wine

2005-11-04 Thread David Gümbel
Hello everybody, as most of you probably remember, my company (ITOMIG) launched an initiative called WineProbe (=~ "WineTasting" in English) some time ago. As part of this initiative, we're arranging an informational event next week on thursday afternoon in Stuttgart. We'll present Wine and i

Re: RESUBMIT: olepicture loading from streams without Stat

2005-11-04 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > Hi, > > Third submission... Should I change anything? Make it cleaner? > > Sample app is in http://bugs.winehq.org/show_bug.cgi?id=2683 > > Ciao, Marcus > > Changelog: > Implemented OLEPicture loading from IStreams that do > not support IS