RFC: Getting CorelDraw 12 installation done - was: A donation for Corel Draw 12 - support.

2012-04-06 Thread Gerold Jens Wucherpfennig
Hi can someone give me some hints about fixing wine for Corel 12 support? The installation seems to succeed at first glance, but comparing the installation folder to the folder of an installation on Windows XP reveals that only 2/3 of the installation was done. I updated the APPDB: http://appdb.wi

Re: winealsa: Fix an uninitialized variable compiler warning.

2012-04-06 Thread Andrew Eikum
Thanks. GCC 4.7 must be smart enough to detect the same if-conditions, and doesn't issue a warning for me. Kind of impressive, actually. Andrew On Fri, Apr 06, 2012 at 02:49:38AM +0200, Józef Kucia wrote: > --- > dlls/winealsa.drv/mmdevdrv.c |2 +- > 1 files changed, 1 insertions(+), 1 delet

Re: ddraw: Improve GetScanLine stub so it's usable for timing related tasks

2012-04-06 Thread Christian Costa
Le 06/04/2012 13:45, Piotr Caban a écrit : On 04/06/12 13:33, Christian Costa wrote: Le 06/04/2012 12:35, Piotr Caban a écrit : + /* Simulate a 60Hz display */ + time = GetTickCount(); + frame_progress = time& 15; /* time % (1000 / 60) */ + if (!frame_progress) + { + *Scanline = 0; + return DDE

Re: ddraw: Improve GetScanLine stub so it's usable for timing related tasks

2012-04-06 Thread Piotr Caban
On 04/06/12 13:33, Christian Costa wrote: Le 06/04/2012 12:35, Piotr Caban a écrit : + /* Simulate a 60Hz display */ + time = GetTickCount(); + frame_progress = time& 15; /* time % (1000 / 60) */ + if (!frame_progress) + { + *Scanline = 0; + return DDERR_VERTICALBLANKINPROGRESS; + } + + /* conve

Re: ddraw: Improve GetScanLine stub so it's usable for timing related tasks

2012-04-06 Thread Christian Costa
Le 06/04/2012 12:35, Piotr Caban a écrit : +/* Simulate a 60Hz display */ +time = GetTickCount(); +frame_progress = time& 15; /* time % (1000 / 60) */ +if (!frame_progress) +{ +*Scanline = 0; +return DDERR_VERTICALBLANKINPROGRESS; +} + +/* convert fram

Re: [PATCH 2/3] wininet/tests: Added more tests for urlcache, including a new flag in CacheEntryType.

2012-04-06 Thread Piotr Caban
Hi, On 04/05/12 08:50, Morten Rønne wrote: diff --git a/include/wininet.h b/include/wininet.h #define URLHISTORY_CACHE_ENTRY 0x0020 +#define DELETED_CACHE_ENTRY 0x0040 #define TRACK_OFFLINE_CACHE_ENTRY 0x0010 DELETED_CACHE_ENTRY is not defined in native w

Re: [GSoC] Control panel proposal

2012-04-06 Thread Magdalena Nowak
On 6 April 2012 11:06, André Hentschel wrote: > Am 06.04.2012 01:35, schrieb Magdalena Nowak: >> Hey André, >> >> On 5 April 2012 22:46, André Hentschel wrote: >>> The second solution would be to have a separate applet for per-application settings. The screens would be stored in a DLL,