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
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
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
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
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.
> >
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
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
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
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
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
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
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
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];
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
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
15 matches
Mail list logo