correct comctl32 implementation

2011-03-10 Thread Andrew Green
I have been researching how i could implement the gsoc Theming - Implement Wine theming support. Though I'm a bit confused what is wanted. So is the case that completely separate dll's should be written for different versions and be loaded by side-by-side assembly. So you would end up with "comctl3

Re: wininet(7/7): Delete the cache file when it's no longer referenced (resend)

2011-03-10 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=9868 Your paranoid android.

Re: wininet(6/7): Delete cache entries when their use count reaches 0

2011-03-10 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=9867 Your paranoid android.

Re: [PATCH 6/6] user32: Add support for sequence-based animated cursors.

2011-03-10 Thread Erich Hoover
On Thu, Mar 10, 2011 at 9:41 AM, Henri Verbeet wrote: > On 10 March 2011 07:42, Erich Hoover wrote: > > @@ -940,6 +954,7 @@ done: > >  #define ANI_seq__ID RIFF_FOURCC('s', 'e', 'q', ' ') > >  ... > > +#define ANI_seq_ID  RIFF_FOURCC('s', 'e', 'q', ' ') > Just happened to notice this, but I doubt

Re: Failing kernel32:change and ntdll:change tests on Mac OS

2011-03-10 Thread Ken Thomases
On Mar 10, 2011, at 4:20 PM, Ken Thomases wrote: > I doubt Alexandre would accept reworking wineserver around CFRunLoop, but I > can think of several alternatives: > > 1) Have the wineserver spin off a secondary thread to run the CFRunLoop and > then communicate to the main thread via a file de

Re: Failing kernel32:change and ntdll:change tests on Mac OS

2011-03-10 Thread Ken Thomases
On Mar 10, 2011, at 2:47 PM, Charles Davis wrote: > The Change Notification tests all fail miserably on my machine (a 2009 > Mac Pro with Mac OS X 10.6), because that feature hasn't been > implemented on Mac yet. > > I could implement it for 10.5 up, but the problem is that the "public" > API for

Re: [PATCH 3/4] mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation

2011-03-10 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=9859 Your paranoid android.

Re: [4/4] d3d8: Test depth stencil size mismatches

2011-03-10 Thread Stefan Dösinger
Am Donnerstag 10 März 2011, 22:15:39 schrieb Henri Verbeet: > You could just ask wined3d for the surface size. Yes, with the overhead of two Surface::GetDesc calls per SetRenderTarget call. signature.asc Description: This is a digitally signed message part.

Re: [4/4] d3d8: Test depth stencil size mismatches

2011-03-10 Thread Henri Verbeet
On 10 March 2011 22:58, Stefan Dösinger wrote: > @@ -264,6 +264,8 @@ struct IDirect3DSurface8Impl > > /* If set forward refcounting to this object */ > IUnknown*forwardReference; > + > +UINTwidth, height; > }; You could just ask wined3d fo

Re: Wine Gecko 1.2.0 RC1

2011-03-10 Thread Jacek Caban
On 3/10/11 9:59 PM, Michael Stefaniuc wrote: On 03/10/2011 08:58 PM, Jacek Caban wrote: On 3/10/11 8:33 PM, Scott Ritchie wrote: Will the new Gecko be coinstallable with earlier geckos, eg for wine1.2? It would be very useful to me if this were the case (and Wine were smart enough to use the c

Re: Wine Gecko 1.2.0 RC1

2011-03-10 Thread Michael Stefaniuc
On 03/10/2011 08:58 PM, Jacek Caban wrote: On 3/10/11 8:33 PM, Scott Ritchie wrote: Will the new Gecko be coinstallable with earlier geckos, eg for wine1.2? It would be very useful to me if this were the case (and Wine were smart enough to use the correct one depending on its version). No, we

Failing kernel32:change and ntdll:change tests on Mac OS

2011-03-10 Thread Charles Davis
Hi, I just got done looking over the latest batch of test results I sent, and one thing really sticks out and bothers me. The Change Notification tests all fail miserably on my machine (a 2009 Mac Pro with Mac OS X 10.6), because that feature hasn't been implemented on Mac yet. I could implement

Re: Wine Gecko 1.2.0 RC1

2011-03-10 Thread Jacek Caban
On 3/10/11 8:33 PM, Scott Ritchie wrote: Will the new Gecko be coinstallable with earlier geckos, eg for wine1.2? It would be very useful to me if this were the case (and Wine were smart enough to use the correct one depending on its version). No, we need to use exactly the same version of Ge

Re: wininet(6/10): Implement commiting a url cache entry that already existed

2011-03-10 Thread Juan Lang
> The tests just hang for me: I'm unable to reproduce on either of two machines. Could you send me your Content.IE5/index.dat file, in case that helps me reproduce it? Thanks, --Juan

Re: Wine Gecko 1.2.0 RC1

2011-03-10 Thread Scott Ritchie
On 03/10/2011 10:33 AM, Jacek Caban wrote: > * FOR PACKAGERS * > > If you are interested in building the packager yourself from sources (so > far I've heard about Debian and Fedora attempts to do so), everything is > ready to support it now. Building instructions changed a bit after > switching to

New winetricks 20110310-alpha: new verbs csi6_demo, farmsim2011_demo, mono210

2011-03-10 Thread Dan Kegel
Version 20110310-alpha adds two games csi6_demo - CSI: Fatal Conspiracy Demo farmsim2011_demo - Farming Simulator 2011 Demo plus a new version of mono (2.10). There are a couple gui changes: it adds a help button and a button to unhide broken titles,and adds a scary warning to the dinput and

Re: [1/2] wininet: Partially implement FreeUrlCacheSpaceW. (try 2)

2011-03-10 Thread Alexandre Julliard
Alexander Scott-Johns writes: > The names come from an old copy of the Internet SDK, > , > but it doesn't give the actual values. From the order they appear in > the documentation, and that native apparently uses 0 when c

Wine Gecko 1.2.0 RC1

2011-03-10 Thread Jacek Caban
Hi all, I'm happy to announce that the new update of Wine Gecko packages is almost there. It took long time since last beta to get to RC point from beta, not only because of many changes on our side, but mostly because of delays in Mozilla release process. We've done everything I've hoped to

Re: [PATCH 6/6] user32: Add support for sequence-based animated cursors.

2011-03-10 Thread Henri Verbeet
On 10 March 2011 07:42, Erich Hoover wrote: > @@ -940,6 +954,7 @@ done: > #define ANI_seq__ID RIFF_FOURCC('s', 'e', 'q', ' ') > #define ANI_fram_ID RIFF_FOURCC('f', 'r', 'a', 'm') > #define ANI_rate_ID RIFF_FOURCC('r', 'a', 't', 'e') > +#define ANI_seq_ID RIFF_FOURCC('s', 'e', 'q', ' ') Just h

Re: [1/2] wininet: Partially implement FreeUrlCacheSpaceW. (try 2)

2011-03-10 Thread Alexander Scott-Johns
On 10 March 2011 14:57, Alexandre Julliard wrote: > Alexander Scott-Johns writes: > >> @@ -1660,6 +1660,16 @@ BOOLAPI DeleteUrlCacheEntryA(LPCSTR); >>  BOOLAPI DeleteUrlCacheEntryW(LPCWSTR); >>  #define DeleteUrlCacheEntry  WINELIB_NAME_AW(DeleteUrlCacheEntry) >> >> +/* FCS_ flags and FreeUrlCach

Re: winecfg: Protect from closing the root key.

2011-03-10 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This patch should fix the crash reported in the bug #26367. A better way would be to use RegOpenKeyExW. -- Alexandre Julliard julli...@winehq.org

Re: d3dxcreatebox patch

2011-03-10 Thread Alexandre Julliard
Matteo Bruni writes: > 2011/3/10 David Adam : >> Thanks for the feedback. What do you mean by "you are forcing a particular >> vertex ordering3"? > > I mean that you are testing the vertices of the mesh returned by > D3DXCreateBox in the order generated by native d3dx9, while they could > in gene

Re: [1/2] wininet: Partially implement FreeUrlCacheSpaceW. (try 2)

2011-03-10 Thread Alexandre Julliard
Alexander Scott-Johns writes: > @@ -1660,6 +1660,16 @@ BOOLAPI DeleteUrlCacheEntryA(LPCSTR); > BOOLAPI DeleteUrlCacheEntryW(LPCWSTR); > #define DeleteUrlCacheEntry WINELIB_NAME_AW(DeleteUrlCacheEntry) > > +/* FCS_ flags and FreeUrlCacheSpace are no longer documented */ > +#define FCS_PERCENT

Re: [PATCH 5/6] user32: Add support for retrieving individual animated frames.

2011-03-10 Thread Alexandre Julliard
Erich Hoover writes: > @@ -101,19 +93,40 @@ struct cursoricon_object > UINTwidth; > UINTheight; > POINT hotspot; > +UINTdelay; /* delay between this frame and the > next (in jiffies) */ > +B

Re: wininet(6/10): Implement commiting a url cache entry that already existed

2011-03-10 Thread Alexandre Julliard
Juan Lang writes: > As a nice side effect, the aggravating fixme about not knowing what to > do disappears. The tests just hang for me: ../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so http.c && touch http.ok fixme:wininet:set_cookie persistent cookies not ha

Re: hooking into wine (GL video capturing app)

2011-03-10 Thread Damjan Jovanovic
On Thu, Mar 10, 2011 at 2:09 PM, Christian Parpart wrote: > Hey all, > > a few years ago I once developed an application for recording the video of > the 3D games I played via wine (and cedega). > > This all worked quite fine these days and I remember that cedega's wine > engine used other libX11

Re: USB Osciloscope

2011-03-10 Thread Alexander Morozov
> wine-1.0.1 Try to use 1.3.15 with a patch for it. > phoenox@firebird:~/.wine/drive_c/DSO8000$ WINEDEBUG=+winedevice, > +ntoskrnl,+usbhub wine ezusb.sys Do not run the driver manually. Put it in windows/system32/drivers and run your program under WINE, the driver will be loaded if your USB dev

hooking into wine (GL video capturing app)

2011-03-10 Thread Christian Parpart
Hey all, a few years ago I once developed an application for recording the video of the 3D games I played via wine (and cedega). This all worked quite fine these days and I remember that cedega's wine engine used other libX11 functions to process events than wine itself did or still does. In my

Re: [PATCH 3/3] msi: Add an offset to sequence numbers belonging to files added by a patch.

2011-03-10 Thread Hans Leidekker
On Thu, 2011-03-10 at 02:20 +0100, David Hedberg wrote: > +static UINT msi_set_patch_offsets(MSIPACKAGE *package) > +{ > +static const WCHAR query_media[] = { > +'S','E','L','E','C','T',' ','*',' ','F','R','O','M',' > ','M','e','d','i','a',' ', > +'W','H','E','R','E',' ','S','