Re: wined3d: Added further Nvidia Geforce 8xxx detection.

2009-12-30 Thread Roderick Colenbrander
Since we group cards, there is no need to add a lot of extra PCI ids. On Wed, Dec 30, 2009 at 1:02 PM, Aaron Brazener rnbr...@googlemail.com wrote: The attached patch is to add the missing PCI device information for the Nvidia 8xxx series of cards.

Re: [PATCH 2/2] user32/uitools: Fix FillRect behaviour for invalid brush passed

2009-12-30 Thread Alexandre Julliard
Nikolay Sivov bungleh...@gmail.com writes: diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in index 102653f..4f4e812 100644 --- a/dlls/user32/tests/Makefile.in +++ b/dlls/user32/tests/Makefile.in @@ -19,6 +19,7 @@ CTESTS = \ input.c \ listbox.c \

Re: [PATCH 2/2] user32/uitools: Fix FillRect behaviour for invalid brush passed

2009-12-30 Thread Nikolay Sivov
On 12/30/2009 15:44, Alexandre Julliard wrote: Names like misc.c should be avoided. Something like uitools.c would be preferable, particularly since that's where the tested function resides in user32. Ok.

Re: Removing WPARAM/LPARAM Casts

2009-12-30 Thread Michael Stefaniuc
James, On 12/30/2009 02:07 AM, James McKenzie wrote: Michael Stefaniuc wrote: On 12/28/2009 03:06 AM, James Mckenzie wrote: I've noticed that Michael Stefuic (sp?) has removed quite a few WPARAM/LPARAM casts when calling SendMessage() and was wondering/inquiring if he was going do this to

Re: avifile tests

2009-12-30 Thread Vitaliy Margolen
Julius Schwartzenberg wrote: +static void init_test_struct(COMMON_AVI_HEADERS *cah) +{ +memcpy(cah-mah, defmah, sizeof(defmah)); +memcpy(cah-ash0, defash0, sizeof(defash0)); +memcpy(cah-ash1, defash1, sizeof(defash1)); +memcpy(cah-pcmwf, defpcmwf, sizeof(defpcmwf)); +} You

Re: CPPCheck Dec 29

2009-12-30 Thread chris ahrendt
On 12/29/2009 11:17 PM, Alasdair Sinclair wrote: return size; ok will file a false positive... thanks chris

Wine prefix creation status

2009-12-30 Thread Erich Hoover
I recently installed the bundled Wine for Mac OS X for someone and noticed something that would be nice for normal Wine. In the bundled Mac OS X version a progress dialog* is displayed when prefix creation is occurring, are there any plans to do something like this for Wine 1.2? Erich Hoover

Re: [3/4] jscript: Fix various memory and reference count leaks.

2009-12-30 Thread Jacek Caban
Hi Rob, Thanks for your work on jscript. Unfortunately fixing Valgrind on jscript is not going to be easy. Most of your fixes are good, except clear_global part and jscript: Fix a circular reference caused by object and function objects being able to have properties that are objects and

Tango Icons (Almost) Ready to Go!!

2009-12-30 Thread Joel Holdsworth
Hi All, I'm pleased to announce that after a lot of work lately I've pretty much completed the graphics for the icons for shell32, user32 and the programs all sizes and screen depths: http://www.airwebreathe.org.uk/wine-icon/ There are a few minor things left to do: * comctl32: Finish

Re: Acting as advisor for wcmd-uplift project?

2009-12-30 Thread Dan Kegel
On Sat, Dec 26, 2009 at 11:06 AM, Jacek Caban ja...@codeweavers.com wrote: I've been following cmd.exe topic and I was concerned about the fact, that these tests are out of Wine tree, so I wanted to help and implemented a simple framework. I almost didn't test it so I didn't send it before. It

Re: [2/3] kernel32: Generate the CommonProgramFiles and ProgramFiles environment variables.

2009-12-30 Thread Nikolay Sivov
On 12/31/2009 05:47, Andrew Nguyen wrote: Some experimentation showed that the registry values that are read do control the CommonProgramFiles and ProgramFiles environment variables. --- dlls/kernel32/process.c | 27 ++- 1 files changed, 26 insertions(+), 1