Re: Swedish translations

2007-10-14 Thread James Hawkins
On 10/15/07, Daniel Nylander <[EMAIL PROTECTED]> wrote: > > I have translated a lot of programs and dlls to Swedish. > Would be great if someone could commit this to git. > It's your responsibility to get your own patches accepted. > http://home.danielnylander.se/translations/wine/wine-sv.tar.gz

Re: Fix casts in dlls/crypt32/decode.c

2007-10-14 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: > The patch below fixes the following diagnostics (rightfully) issued by > GCC 4.3 and later. If you prefer, we could use LOWORD everywhere, also > for the case labels, but my current patch seems to be more natural. > > decode.c:4365: warning: cast fro

Re: Wiki looks much better

2007-10-14 Thread Juan Lang
> OK, how about now? > http://wiki.winehq.org/FAQ +1, I like the paragraph breaks better. --Juan

Re: Wiki looks much better

2007-10-14 Thread Dimi Paun
On Sun, 2007-10-14 at 13:21 -0700, Scott Ritchie wrote: > If I may still whine for a bit, the FAQ page still looks a bit ugly > due to the lack of paragraph breaks. The "Wine/Cedega/Crossover" > question, for instance, needs some empty lines between the paragraphs. OK, how about now? http://w

Re: CSS changes to the Wiki

2007-10-14 Thread Dimi Paun
On Sun, 2007-10-14 at 15:02 -0500, Mitchell Mebane wrote: > Anyway, you've got it almost right. It's still a bit cramped, but if > you add a > > .table-of-contents li { > line-height: 20px; > } > > to screen.css it will look the same as the preview. OK, it's in now, do people like it better

Re: Possible WIne regression with Warcraft

2007-10-14 Thread Michael Lothian
I've rolled all the way back to 0.9.43 but I still can't join a Local Lan game (I don't use battlenet) So either the problem is in my setup (GCC 4.2.2 & Glibc 2.6.1) some random change in the Kernel or perhaps using the git tree randomly changed the registry which when rolled back still remains A

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread H. Verbeet
On 14/10/2007, Chris Robinson <[EMAIL PROTECTED]> wrote: > On Sunday 14 October 2007 02:57:35 am H. Verbeet wrote: > > Unless the performance problems with R32F have been fixed, this will > > cause performance regressions in applications that actually try to use > > it. (C&C3 for example). > > Thin

OK with: tools/wineprefixcreate.in: create default w32x86 path underspool/drivers

2007-10-14 Thread Detlef Riekenberg
On Fr, 2007-10-12 at 14:22 +0200, Markus Gömmel wrote: > . I'm a Windows software developer trying to make our > products running as smooth as possible under Wine. Nice. > One of our products > includes a fax printer driver and port monitor for faxing over ISDN boards. Wine does not use port mo

Re: Translations

2007-10-14 Thread Daniel Nylander
> I have translated alot of programs and dlls to Swedish now. > Would be great if someone could commit this to git > > http://home.danielnylander.se/translations/wine/wine-sv.tar.gz Please also add the following to the ./tools/wine.desktop Name[sv]=Windows-emulatorn Wine -- Daniel Nylander (C

Re: Wiki looks much better

2007-10-14 Thread Scott Ritchie
Juan Lang wrote: > Hi Dimi, I just checked out the Wiki after your most recent checkin. > It does, indeed, look much better. Thanks for taking the time to look > at it. > > And, after reviewing the change, I have to agree: it would be hard to > predict that the browsers would do what they did ba

Re: Translations

2007-10-14 Thread Daniel Nylander
Marcus Meissner skrev: >> Have you thought about implementing some sort of i18n/l10n framework? > > This is done via the Windows method of using the resource files. > > Check programs/winecfg/*.rc I have translated alot of programs and dlls to Swedish now. Would be great if someone could commit

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread Chris Robinson
On Sunday 14 October 2007 02:57:35 am H. Verbeet wrote: > Unless the performance problems with R32F have been fixed, this will > cause performance regressions in applications that actually try to use > it. (C&C3 for example). Thinking some more, it's also possible that wined3d's too lax in reporti

Re: CSS changes to the Wiki

2007-10-14 Thread Mitchell Mebane
Dimi Paun wrote: On Fri, 2007-10-12 at 16:56 -0700, Scott Ritchie wrote: Sorry, in terms of help here I've got nothing but whining :( I know, that's always fun... :/ Anyway, it's fixed now. Please check it out (you need to Refresh to reload the new CSS). Let me know if there are any m

Re: libs/wine/mmap.c: conditionally provide reserve_area()

2007-10-14 Thread Vitaliy Margolen
Gerald Pfeifer wrote: > Noticed on FreeBSD; patch tested on FreeBSD 5.4 as well as SUSE Linux > 10.0. > > Gerald > > ChangeLog: > Only provide reserve_area() when we actually use it. > > Index: mmap.c > === > RCS file: /home/wine/w

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread Chris Robinson
On Sunday 14 October 2007 11:34:41 am Stefan Dösinger wrote: > What does a depth texture return for red, green, blue and alpha when > sampled by a pixel shader, or a vertex shader via VTF? Does it work with > fixed function fragment processing? It may be a workable solution if the > returned channe

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread Stefan Dösinger
Am Sonntag, 14. Oktober 2007 18:24:42 schrieb Chris Robinson: > With some other fixes, it may work better using pbuffers where there are > possibly R32F formats available. Unfortunately, by oversight or design, GL > has no renderable single-component formats* so we have to fall back to > R32G32B32F

Re: Possible WIne regression with Warcraft

2007-10-14 Thread Andrey Turkin
Hi Michael, There are http://bugs.winehq.org/show_bug.cgi?id=9787 for this bug Michael Lothian wrote: > Hi > > I've noticed a problem in wine recently. When I try and join a network > game in Warcraft I can see the game but I'm unable to join it. > > These errors are printing out: > > [EMAIL PROT

Possible WIne regression with Warcraft

2007-10-14 Thread Michael Lothian
Hi I've noticed a problem in wine recently. When I try and join a network game in Warcraft I can see the game but I'm unable to join it. These errors are printing out: [EMAIL PROTECTED] ~/.wine/drive_c/Program Files/Warcraft III $ wine Frozen\ Throne.exe ALSA lib conf.c:3949:(snd_config_expand)

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread Chris Robinson
On Sunday 14 October 2007 02:57:35 am H. Verbeet wrote: > On 14/10/2007, Chris Robinson <[EMAIL PROTECTED]> wrote: > > May need more work for this to be proper, but we currently allow R16F > > render targets under the same circumstances. It's also enough to make UT3 > > (which requires it) happy. >

Re: USER32: fix EM_SETLIMITTEXT with zeroed args (with tests)

2007-10-14 Thread Detlef Riekenberg
On Fr, 2007-10-12 at 19:42 -0500, [EMAIL PROTECTED] wrote: You must use your real name to get a patch accepted. > +/* Maximum limits set by EM_SETLIMITTEXT vary by OS version */ > +osVersion = GetVersion(); > +if (osVersion < 0x8000) { > +/* WinNT, Win2K, WinXP */ > +

Re: PulseAudio as a sound output?

2007-10-14 Thread Stéphan Kochen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 King InuYasha schreef: > I would like to suggest that eventually Wine would support PulseAudio as > a sound output natively. I am already aware of Wine supporting ESD, > which PulseAudio can use, but supporting PulseAudio natively I think > would be mu

Re: [PATCH] wininet: NULL terminate url string passed to InternetCrackUrlW from InternetCrackUrlA.txt (try 3)

2007-10-14 Thread Francois Gouget
On Sat, 13 Oct 2007, Nigel Liang wrote: > Hi, > > InternectCrackUrlW calls strchrW which assumes a NULL-terminated string. Will > crash without NULL termination if you upload/download for long period of time. The MSDN has this to say about InternetCrackUrlW(): dwUrlLength Size of the lp

Re: wined3d: Allow WINED3DFMT_R32F render targets

2007-10-14 Thread H. Verbeet
On 14/10/2007, Chris Robinson <[EMAIL PROTECTED]> wrote: > May need more work for this to be proper, but we currently allow R16F render > targets under the same circumstances. It's also enough to make UT3 (which > requires it) happy. > Unless the performance problems with R32F have been fixed, this

Re: Wine crashes while trying to use Lexmark Network Scanback utility

2007-10-14 Thread King InuYasha
Oops... Sorry... and it just uses a proprietary network protocol to grab a file from the scanner and save it... Nothing more... On 10/14/07, L. Rahyen <[EMAIL PROTECTED]> wrote: > > On Sunday October 14 2007 03:19, King InuYasha wrote: > > Ehh, well, I was trying to use the Lexmark Scanback Utilit