Re: Mono packaging status

2012-04-18 Thread Jerome Leclanche
On Wed, Apr 18, 2012 at 11:12 PM, Vincent Povirk wrote: > > If for some reason you want to try it, the current version is at > https://github.com/downloads/madewokherd/wine-mono/winemono-0.0.2.msi. > I think I will need a new home for the binaries, because github only > gives me enough space for ab

Mono packaging status

2012-04-18 Thread Vincent Povirk
So, I've finally had some time to work on Mono packaging. I think I have a sort of "first draft" ready. The goal is to create an MSI package of Mono, similar to the one we use for Gecko, which Wine will install automatically when updating a prefix, unless native mscoree is installed. This package

Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Morten Rønne
Den 18-04-2012 17:42, Piotr Caban skrev: On 04/16/12 22:03, Morten Rønne wrote: Add a new common module information struct for urlcache and functions to do initialization of the struct. This is intended to be a new way to more easily create Ansi and Unicode version of the functions, by doing a A

Re: [PATCH 1/2] wininet: Update structs with more information in preparation for implementation of more functionality.

2012-04-18 Thread Morten Rønne
Den 18-04-2012 15:04, Piotr Caban skrev: On 04/16/12 22:00, Morten Rønne wrote: +DWORD AllocationTable[0xF6C]; There are defines describing allocation table size. It's better to define it as BYTE AllocationTable[ALLOCATION_TABLE_SIZE]; I intend to make use of the fact that the allocation

Re: Patch 85420

2012-04-18 Thread Christian Costa
2012/4/17 Michael Stefaniuc > On 04/17/2012 09:46 PM, Marcus Meissner wrote: > > On Tue, Apr 17, 2012 at 09:10:45PM +0200, Christian Costa wrote: > >> Patch http://source.winehq.org/patches/data/85420 is marked as > >> pending. I've taken a look but I still don't understand what's > >> wrong. > >

Re: gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. Resend.

2012-04-18 Thread Dmitry Timoshkov
Vincent Povirk wrote: > I think if you start by checking for CompositingModeSourceCopy and > make sure you don't write the 100% transparent pixels, then force that > mode on HDC's that can't alpha blend in a later patch, I'll support > that. As it is now, I'm only neutral to this change. I'm not

Re: gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. Resend.

2012-04-18 Thread Vincent Povirk
I think if you start by checking for CompositingModeSourceCopy and make sure you don't write the 100% transparent pixels, then force that mode on HDC's that can't alpha blend in a later patch, I'll support that. As it is now, I'm only neutral to this change. On Wed, Apr 18, 2012 at 9:58 AM, Dmitry

Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Piotr Caban
On 04/16/12 22:03, Morten Rønne wrote: Add a new common module information struct for urlcache and functions to do initialization of the struct. This is intended to be a new way to more easily create Ansi and Unicode version of the functions, by doing a Ansi/Unicode preamble code that calls a com

Re: gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. Resend.

2012-04-18 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > This patch makes printing of PNG and other images work from applications > which use gdiplus for that. > > Printer drivers can't support transparency or alpha blending in any way. > This patch was tested with wide range of images (some mixed with other > graphics and te

Re: winex11.drv: Windows always generates VK_DECIMAL for Del/. on a keypad.

2012-04-18 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Windows always generates VK_DECIMAL for Del/. on a keypad while some > X11 keyboard layouts generate XK_KP_Separator instead of XK_KP_Decimal > in order to produce a locale dependent numeric separator. > > X11 handles XK_KP_Separator same way as XK_KP_Decimal for all te

Re: mshtml: Copy filter value in HTMLElement_clone

2012-04-18 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=17938 Your paranoid android

Re: [PATCH 2/2] wininet: Add a new common module information struct

2012-04-18 Thread Jacek Caban
Hi Morten, On 04/16/12 22:03, Morten Rønne wrote: > typedef struct _HASH_CACHEFILE_ENTRY > { > CACHEFILE_ENTRY CacheFileEntry; > DWORD dwAddressNext; > DWORD dwHashTableNumber; > -struct _HASH_ENTRY HashTable[HASHTABLE_SIZE]; > -} HASH_CACHEFILE_ENTRY; > +HASH_ENTRY HashTab

Re: [PATCH 1/2] wininet: Update structs with more information in preparation for implementation of more functionality.

2012-04-18 Thread Piotr Caban
On 04/16/12 22:00, Morten Rønne wrote: +DWORD AllocationTable[0xF6C]; There are defines describing allocation table size. It's better to define it as BYTE AllocationTable[ALLOCATION_TABLE_SIZE];

Re: [PATCH 2/2] jscript: Correctly handle empty matches in String.replace

2012-04-18 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=17935 Your paranoid android

Re: [7/7] server: Propagate an error code returned by token_access_check() to the client. Resend.

2012-04-18 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=17934 Your paranoid android