Re: New Icons are very good, but not yet perfect

2009-04-26 Thread Warren Dumortier
2009/4/25 Joel Holdsworth j...@airwebreathe.org.uk: Hi All, Great stuff with the new Tango icons for Wine - they're a definite improvement. One observation: it looks like the icons that I have installed do not have versions that have been tuned for small size: 16x16 and especially 22x22. If

Re: [1/7] [wined3d] add ps_np2fixup_t ptr to shader_arb_priv (review)

2009-04-26 Thread Tobias Jakobi
James McKenzie wrote: Tobias Jakobi wrote: For review: This patchset implements np2 texcoord fixup in ARB mode. Constants used to store texture dimensions are already packed, using the same data structures like the GLSL packing code. The code is finished and works quite well. It has been

Re: Reparse point unit tests patches

2009-04-26 Thread Detlef Riekenberg
On So, 2009-04-26 at 13:18 +1000, Paul TBBle Hampson wrote: [PATCH 2/2] Add unit tests for junction points using reparse point interface http://www.winehq.org/pipermail/wine-patches/2009-January/067227.html I didn't test the patches, but from the quick lock: The test must compile with the

Re: Old regression in Autocad

2009-04-26 Thread Massimo Del Fedele
The regression is completed by this one : -Second regression : Don't show second registration page and help contents 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban ja...@codeweavers.com Date: Tue Dec 30

Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-26 Thread John Klehm
On Thu, Apr 23, 2009 at 10:06 AM, Paul Vriens paul.vriens.w...@gmail.com wrote: Dmitry Kislyuk wrote: I don't have a particular app for you, however, there can easily be apps that would behave differently from how they would on Windows due to these last errors not being set to what the app

Re: user32/tests: show that vertical and horizontal window scroll bar info is not created independently.

2009-04-26 Thread Paul Vriens
Rein Klazes wrote: test case for bug #18102 --- dlls/user32/tests/scroll.c | 131 +++- 1 files changed, 130 insertions(+), 1 deletions(-) diff --git a/dlls/user32/tests/scroll.c b/dlls/user32/tests/scroll.c index 4f602c2..5cf3fcd 100644 ---

Re: user32/tests: show that vertical and horizontal window scroll bar info is not created independently.

2009-04-26 Thread Rein Klazes
On Sun, 26 Apr 2009 19:46:24 +0200, you wrote: +scrollbar_test_default( 0); +if( 0) { /* enable this when the todo's in scrollbar_test_default are fixed */ +scrollbar_test_default( WS_HSCROLL); +scrollbar_test_default( WS_VSCROLL); +scrollbar_test_default( WS_HSCROLL |

Re: Romanian translation

2009-04-26 Thread Jerome Leclanche
I'm pretty sure you should adapt Windows terminology. That's what's being done with other languages, AFAIK. 2009/4/26 Dimitriu Petru petrime...@gmail.com: Good day. I'm a Romanian ReactOS translator. (For those who don't know, ReactOS is an operating system which seeks to be 100% compatible

Re: winedbg: add a crash dialog for --auto mode

2009-04-26 Thread Austin English
2009/4/16 MikoĊ‚aj Zalewski miko...@zalewski.pl: This version of the patch uses the now implemented GetProcessImageFileName. From 549bdead0736d63bc2c05557b6813a64b53aa2ec Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Miko=C5=82aj_Zalewski?= miko...@zalewski.pl Date: Sun, 21 Dec 2008 22:28:32 +0100