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
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
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
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
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
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
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
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
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
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(-)
--
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
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
---
> 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,
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
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
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
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(-)
--
> Might be good for wiki, as crypt is one of the biggest resources with about
> 15% atm.
By all means, be my guest :)
--Juan
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
-
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
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
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
I get this Error: "Can't enumerate test files: 1813". And from
test.winehq.org looks like everyone is getting an error.
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
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'
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
>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
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
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
"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
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
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
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,
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
34 matches
Mail list logo