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
"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
> OK, how about now?
> http://wiki.winehq.org/FAQ
+1, I like the paragraph breaks better.
--Juan
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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)
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.
>
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 */
> +
-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
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
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
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
24 matches
Mail list logo