Can resources and translations match Windows?

2009-07-06 Thread Paul Vriens
Hi, This question came to me when I saw Austin's patch about adjusting notepad resources to more closely match XP. Is there some kind of copyright on the resources? Are we allowed to use the same strings or should it always be our own words (like with comments in the source)? -- Cheers, P

Re: [2/3] WineD3D: Make context_attach_surface_fbo fbo aware

2009-07-06 Thread Stefan Dösinger
Am Monday 06 July 2009 23:05:08 schrieb Henri Verbeet: > I don't think SRGB_BOTH and SRGB_ANY make sense here. I also don't > think this can work like this, > context_apply_attachment_filter_states() needs to be aware of which > texture was requested. I plan to use SRGB_ANY to redirect rendering to

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-07-06 Thread James McKenzie
joerg-cyril.hoe...@t-systems.com wrote: > > BTW, it would be nice if MacOS users could comment on > a) my comment #4 to bug #17674 above or on > b) my patch > http://www.winehq.org/pipermail/wine-patches/2009-July/075290.html > It was not included in Wine-1.1.25 perhaps because AJ awaits > confirma

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-07-06 Thread James McKenzie
joerg-cyril.hoe...@t-systems.com wrote: > James McKenzie wrote: > >> Something that I do have to point out is that freetype, a very >> > important > >> library for Wine is not shipped with XCode nor MacOSX. We have to >> include it. >> > > Huh? On my 10.5.7 Leopard system, Wine was

Build a6beb5066884 w2k-sp4-fr-netwrkdrv test results

2009-07-06 Thread Nicolas Le Cam
Hello, Strangely the network drive has been disconnected during the test. Could you remove it ? I will rerun and resubmit it after checking that results are correct. -- Nicolas Le Cam

Re: [3/3] WineD3D: Update sRGB copies with fbo_blit if possible

2009-07-06 Thread Stefan Dösinger
Am Monday 06 July 2009 23:04:57 schrieb Henri Verbeet: > 2009/7/6 Stefan Dösinger : > > +void fbo_srgb_load(IWineD3DDevice *iface, IWineD3DSurface *surface, BOOL > > dst_srgb) +{ > > +IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *) iface; > > +IWineD3DSurfaceImpl *surf = (IWineD3DSurfaceI

Re: [2/3] WineD3D: Make context_attach_surface_fbo fbo aware

2009-07-06 Thread Henri Verbeet
2009/7/6 Stefan Dösinger : > Subject: [PATCH] WineD3D: Make context_attach_surface_fbo fbo aware I hope you meant "sRGB" there. > context_apply_attachment_filter_states((IWineD3DDevice *)This, > surface, TRUE); > > -GL_EXTCALL(glFramebufferTexture2DEXT(fbo_target, > GL_COLOR_ATT

Re: [3/3] WineD3D: Update sRGB copies with fbo_blit if possible

2009-07-06 Thread Henri Verbeet
2009/7/6 Stefan Dösinger : > +void fbo_srgb_load(IWineD3DDevice *iface, IWineD3DSurface *surface, BOOL > dst_srgb) > +{ > +IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *) iface; > +IWineD3DSurfaceImpl *surf = (IWineD3DSurfaceImpl *) surface; > + > +ENTER_GL(); This code needs an acti

Re: crypt32: Update german translation (depends)

2009-07-06 Thread Paul Vriens
On 6 jul 2009, at 22:03, Michael Stefaniuc wrote: Paul Vriens wrote: André Hentschel wrote: This is for the case Paul Vriens patch gets in (http://www.winehq.org/pipermail/wine-patches/2009-July/075450.html ) --- dlls/crypt32/crypt32_De.rc |1 + 1 files changed, 1 insertions(+), 0 deletio

Re: crypt32: Update german translation (depends)

2009-07-06 Thread Michael Stefaniuc
Paul Vriens wrote: André Hentschel wrote: This is for the case Paul Vriens patch gets in (http://www.winehq.org/pipermail/wine-patches/2009-July/075450.html) --- dlls/crypt32/crypt32_De.rc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-06 Thread Mike Kronenberg
On 06.07.2009, at 06:13, James McKenzie wrote: Adam Strzelecki wrote: I googled a bit more. There are at least two ways of achieving this mentioned in the docs of libFoundation: by using XML-RPC call and by wrapping classes in ANSI-C APIs. [4] Well actually you can easily access all Obj-C f

Try #3: user32: Windows test request (cursors/icons)

2009-07-06 Thread Daniel Santos
Ok, I hope this one is stable on win9x. Please give it a try and let me know. Thanks Daniel From 0a94da00ad755ee74a4c3efbe9fefa6161938537 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Mon, 6 Jul 2009 14:17:39 -0500 Subject: user32: Add more tests for SetCursor & DestroyCursor ---

Re: Try #2: user32: Windows test request (cursors/icons)

2009-07-06 Thread Daniel Santos
> The way you are checking for Win9x is discouraged. We > rather not have GetVersion() but instead rely on behaviour > to check for Win9x. The checks I've inserted for Win9x are strictly to prevent crashing the OS. There were some previous checks in there and since I've had to add more checks,

Re: How to test cryptui's dialogs?

2009-07-06 Thread Paul Vriens
Juan Lang wrote: Hi Paul, Do you know which stores are by default shown on Windows? There are more stores then we currently have but adding them like the last one will add more tabs on the dialog. I made the certificate manager display the same set of stores as my copy of Windows XP does. I

Re: How to test cryptui's dialogs?

2009-07-06 Thread Juan Lang
Hi Paul, > Do you know which stores are by default shown on Windows? There are more > stores then we currently have but adding them like the last one will add > more tabs on the dialog. I made the certificate manager display the same set of stores as my copy of Windows XP does. > Is the display

Re: How to test cryptui's dialogs?

2009-07-06 Thread Paul Vriens
Juan Lang wrote: Hi Aurimas, But how can I run cryptui's wizards and other dialogs to confirm that everything else is translated correctly? In addition to the excellent suggestions you've already gotten, I'll just add that it's possible to test cryptui's dialogs without installing anything by

Re: crypt32: Update german translation (depends)

2009-07-06 Thread Paul Vriens
André Hentschel wrote: This is for the case Paul Vriens patch gets in (http://www.winehq.org/pipermail/wine-patches/2009-July/075450.html) --- dlls/crypt32/crypt32_De.rc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --

Re: How to test cryptui's dialogs?

2009-07-06 Thread Juan Lang
> Might be good for wiki, as crypt is one of the biggest resources with about > 15% atm. By all means, be my guest :) --Juan

Re: What's with winetest-latest?

2009-07-06 Thread Austin English
On Mon, Jul 6, 2009 at 11:56 AM, Aurimas Fišeras wrote: > I get this Error: "Can't enumerate test files: 1813". And from > test.winehq.org looks like everyone is getting an error. Probably related to: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0dc951694bfeceebeacbb4148e66bb663ba87d1c -

Re: How to test cryptui's dialogs?

2009-07-06 Thread André Hentschel
Juan Lang schrieb: Hi André, You missed a ) in the memset-line, but i didnt need to include string.h as Aurimas. You're right, I did. Sorry about that. Whether you need string.h depends on your libc: memset is sometimes declared there. Cheers, --Juan Ok, also i think it is the best way to

Re: How to test cryptui's dialogs?

2009-07-06 Thread Juan Lang
Hi André, > You missed a ) in the memset-line, but i didnt need to include string.h as > Aurimas. You're right, I did. Sorry about that. Whether you need string.h depends on your libc: memset is sometimes declared there. Cheers, --Juan

Re: How to test cryptui's dialogs?

2009-07-06 Thread André Hentschel
Aurimas Fišeras schrieb: On 07/06/2009 03:44 AM, Juan Lang wrote: Hi Aurimas, But how can I run cryptui's wizards and other dialogs to confirm that everything else is translated correctly? In addition to the excellent suggestions you've already gotten, I'll just add that it's possible to test

What's with winetest-latest?

2009-07-06 Thread Aurimas Fišeras
I get this Error: "Can't enumerate test files: 1813". And from test.winehq.org looks like everyone is getting an error.

Re: Try #2: user32: Windows test request (cursors/icons)

2009-07-06 Thread Daniel Santos
Thank you again for your time, effort and feedback! I wont have much time today, but I'll get another rendition as soon as I can. Daniel --- On Mon, 7/6/09, Paul Vriens wrote: > From: Paul Vriens > Subject: Re: Try #2: user32: Windows test request (cursors/icons) > To: daniel.san...@pobox.c

installshield and 3GB ram (affects Dragon Naturally Speaking)

2009-07-06 Thread Dan Kegel
Jay, does the problem affect any other apps? Until some confirms the patch works and/or that other apps are affected, the bug might not get much attention. - Dan -- Forwarded message -- From: Jay Starkman Date: Mon, Jul 6, 2009 at 5:38 AM Subject: Bug 15708 To: bugs-admin There'

Re: crypt32: Add "Disallowed" to CryptFindLocalizedName

2009-07-06 Thread Paul Vriens
Aurimas Fišeras wrote: "Disallowed" is Used in Chrome. Hi Aurimas, I was trying to update the NL resources but wasn't sure what to translate to. Disallowed on an English Windows version is actually "Untrusted Certi

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-07-06 Thread James Mckenzie
>James McKenzie wrote: >>Something that I do have to point out is that freetype, a very >important >>library for Wine is not shipped with XCode nor MacOSX. We have to >>include it. > >Huh? On my 10.5.7 Leopard system, Wine was able to find FreeType -- with >LD_LIBRARY_PATH guidance. And I have no

why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-07-06 Thread Joerg-Cyril.Hoehle
James McKenzie wrote: >Something that I do have to point out is that freetype, a very important >library for Wine is not shipped with XCode nor MacOSX. We have to >include it. Huh? On my 10.5.7 Leopard system, Wine was able to find FreeType -- with LD_LIBRARY_PATH guidance. And I have nothing bu

Re: Direct3D 10 Current Status

2009-07-06 Thread Henri Verbeet
Chris Smowton wrote: > Hello, > > First of all my apologies if you're the wrong person to ask; I got your > name by searching the wine-cvs list for who seemed to be doing most > D3D10 work. If you're not the right person to ask the following > questions, I'd appreciate if you'd advise who if anyon

Re: [rfc] lstrcmpi: order still wrong (was "Re: Regression inlstrcmpiA (occurred in late June, NLS related)" from 2003 year)

2009-07-06 Thread Dmitry Timoshkov
"Yuriy Kaminskiy" wrote: Well, no answer so far; I thought "should write test, code is more welcomed than just words", and noticed that such test already present, but disabled :-E. That's wrong. If test report breakage, it should not be simply silenced and forgotten for 6 years. See "[rfc] [ker

Re: Try #2: user32: Windows test request (cursors/icons)

2009-07-06 Thread Paul Vriens
Daniel Santos wrote: Thanks again for testing this for me, Paul. I have modified the tests so that they should pass and I've skipped tests on win9x that I suspect are causing the blue screens (personally, I doubt it's due to VMware). I moved the new test functions to the top of the file, but

Re: Check if WINED3DRS_VERTEXBLEND is dirty in transform_world

2009-07-06 Thread Henri Verbeet
2009/7/5 Lisa Denia : > This fixes the flickering cursor mentioned in Bug > #14375(http://bugs.winehq.org/show_bug.cgi?id=14375). > The cursor flickers because the scene gets rendered twice a draw, which is > known and expected. The cursor is not one of that usual animated 2d things, > but a 3d obj

Re: [rfc] lstrcmpi: order still wrong (was "Re: Regression in lstrcmpiA (occurred in late June, NLS related)" from 2003 year)

2009-07-06 Thread Yuriy Kaminskiy
On 04.07.2009 23:55, Yuriy Kaminskiy wrote: > Yuriy Kaminskiy wrote: > I'm wrong - I don't have working windows installation at hands and cannot > check > that. Well, no answer so far; I thought "should write test, code is more welcomed than just words", and noticed that such test already present,

Re: How to test cryptui's dialogs?

2009-07-06 Thread Aurimas Fišeras
On 07/06/2009 03:44 AM, Juan Lang wrote: > Hi Aurimas, > >> But how can I run cryptui's wizards and other dialogs to confirm that >> everything else is translated correctly? > > In addition to the excellent suggestions you've already gotten, I'll > just add that it's possible to test cryptui's di