re: winex11: fix Steam color regression

2009-09-04 Thread Dan Kegel
wineconsole also became invisible with that regression. Your patch fixes it, thank goodness.

Re: Is Wine printing on MacOSX?

2009-09-04 Thread Stefan Dösinger
Am Friday 04 September 2009 20:28:31 schrieb James Mckenzie: > Interesting. I was going to comment that the EM_FORMATRANGE problem may be > the cause, but this may be due to the CUPS implementation or some other > reason on the Mac. Unfortunately, my only printer, which was an inkjet, > would hav

Re: CPP Run for Sept 3

2009-09-04 Thread Marcus Meissner
On Fri, Sep 04, 2009 at 11:20:08AM -0700, chris ahrendt wrote: > [../wine-git/dlls/wineoss.drv/mmaux.c:150]: (error) Resource leak: mixer > [../wine-git/dlls/wineoss.drv/mmaux.c:211]: (error) Resource leak: mixer Is a bug, patch sent. > [../wine-git/programs/oleview/pane.c:152]: (error) Possible

Re: Asynchronus serial port

2009-09-04 Thread Fenixk19
Yes, this patch solved problem. Great thanks. But there is another one. It hangs on another call of GetOverlappedResult, where windows going on. It hangs the same way - function always return, because ovOverlapped.Internal is STATUS_PENDING. In attached file part of new test problem, to show where

Re: winebrowser: Fix broken handling of DDE type XTYP_EXECUTE

2009-09-04 Thread Paul Chitescu
On Wednesday 02 September 2009 04:15:22 Peter Dons Tychsen wrote: > XTYPE_EXECUTE DDE transaction for winebrowser is broken. > The handler currently expects a MultiByte character input, which is > wrong. > > The handler is win-unicode, and will always receive such strings. > The encoding of the str

Re: Is Wine printing on MacOSX?

2009-09-04 Thread James Mckenzie
On Fri, Sep 4, Roderick Colenbrander > >On Fri, Sep 4, 2009 at 7:04 PM, Dylan Smith wrote: >> On Wed, Sep 2, 2009 at 12:15 PM, wrote: >>> Hi, >>> >>> although wine in MacOSX works generally good enough (see test.winehq.org >>> about >>> release 1.1.28), I recently visited the print menu in notep

CPP Run for Sept 3

2009-09-04 Thread chris ahrendt
[../wine-git/dlls/msvcrt/tests/file.c:982]: (error) Deallocating a deallocated pointer: stream2 [../wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource leak: stream3 [../wine-git/dlls/msvcrt/tests/file.c:973]: (error) Resource leak: stream4 [../wine-git/dlls/msvcrt/tests/heap.c:433]: (possible

Re: Is Wine printing on MacOSX?

2009-09-04 Thread Roderick Colenbrander
On Fri, Sep 4, 2009 at 7:04 PM, Dylan Smith wrote: > On Wed, Sep 2, 2009 at 12:15 PM, wrote: >> Hi, >> >> although wine in MacOSX works generally good enough (see test.winehq.org >> about >> release 1.1.28), I recently visited the print menu in notepad and wordpad to >> see whether printing would

Re: urlmon: Add test for IsValidURL [try 2]

2009-09-04 Thread Bruno Jesus
On Tue, Sep 1, 2009 at 14:20, Vladimir Pankratov wrote: > Hello all. > > What do you think about this? What's wrong in this patch? Any comments? > > Vladimir Pankratov wrote: Hi, I think it needs some more tests as stated in RFC 1738, all valid: telnet://user:passw...@host:98 http://host:777/path

Re: Is Wine printing on MacOSX?

2009-09-04 Thread Dylan Smith
On Wed, Sep 2, 2009 at 12:15 PM, wrote: > Hi, > > although wine in MacOSX works generally good enough (see test.winehq.org about > release 1.1.28), I recently visited the print menu in notepad and wordpad to > see whether printing would work (in order to complete the FAQ). > > All that happened is

Re: now OSS driver emulation -- and other drivers too -- works as well as OSS HW mode; block size error gone?

2009-09-04 Thread Juan Lang
Hi Jörg, good news :) Only one brief response, I don't know much about this area: On Fri, Sep 4, 2009 at 5:09 AM, wrote: > - Is there some central place in dsound for enforcing the invariant instead >  of identical code in the half dozen OSS/ALSA/CoreAudio/Jack etc. drivers? No, or, not to my

Re: gdi32/tests: Add test for SelectClipRgn in metafile

2009-09-04 Thread Dmitry Timoshkov
"Ilya Shpigor" wrote: +hdc = CreateEnhMetaFileA(0, NULL, NULL, NULL); + +SetRect(&rc_sclip, 100, 100, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)); +hrgn = CreateRectRgn(rc_sclip.left, rc_sclip.top, rc_sclip.right, rc_sclip.bottom); +SelectClipRgn(hdc, hrgn);

now OSS driver emulation -- and other drivers too -- works as well as OSS HW mode; block size error gone?

2009-09-04 Thread Joerg-Cyril.Hoehle
Hi, if your app worked well in OSS HW driver mode but not in emulation mode, the following patch may help you. For me, it fixed the following: - wrong playback speed in some apps (bug #19901); - spurious errors about block size: err:dsound:DSOUND_MixInBuffer length not a multiple of block siz

Re: font-shape/font-query related regression in wine 1.1.28

2009-09-04 Thread Hin-Tak Leung
--- On Mon, 24/8/09, Vincent Pelletier wrote: > Le dimanche 23 août 2009 21:02:33, > Hin-Tak Leung a écrit : > > I don't know why a german translation would affect my > environment > > (LANG=en_GB.utf8) and setting LANG=C does not fix the > problem. > > I just yesterday found a similar fix for a

Re: urlmon: Add test for IsValidURL [try 2]

2009-09-04 Thread Vladimir Pankratov
Hello all. What do you think about this? What's wrong in this patch? Any comments? Vladimir Pankratov wrote: Hello all. Added test for IsValidURL. Now test shows error codes and tests exact code. Thanks Jacek. changed files: dlls/urlmon/tests/misc.c Thanks.

Is Wine printing on MacOSX?

2009-09-04 Thread Joerg-Cyril.Hoehle
Hi, although wine in MacOSX works generally good enough (see test.winehq.org about release 1.1.28), I recently visited the print menu in notepad and wordpad to see whether printing would work (in order to complete the FAQ). All that happened is that the printer ejected a blank page. Was anyone m

Re: [PATCH 2/7] dpwsockx: Implementation of SPInit

2009-09-04 Thread Henri Verbeet
2009/9/4 Ismael Barros² : > I've been looking into iphlpapi/ip.h (just learned bit fields > exist...); would this implementation be fine? > > #include "pshpack1.h" > > typedef struct tagDPSP_MSG_HEADER > { > #ifdef WORDS_BIGENDIAN >    DWORD size:20; >    DWORD token:12; > #else >    DWORD token:12

Re: [PATCH 2/7] dpwsockx: Implementation of SPInit

2009-09-04 Thread Ismael Barros²
On Tue, Sep 1, 2009 at 12:43 PM, Henri Verbeet wrote: > 2009/9/1 Ismael Barros² : >> Is there any standard way to deal with this cases? Any example in the >> codebase? >> > For packing, look for "#include " and "#include > " in some of the headers. For byte ordering look at how > htonl etc. are de