Re: remove redundant semicolons for ANSI compat.

2007-01-13 Thread Joel Parker
On Sat, 2007-01-13 at 21:19 +0100, Michael Stefaniuc wrote: > Joel Parker wrote: > > Bug 4527 > > > > > > > > > > > > > >>From 205f7fdd9a63409014a322318aba3fd77ec90f47 Mon Sep 17 00:00:00 2001 > > From: Joel Parker <[EMAI

Re: oleaut32: Remove unused items

2007-01-13 Thread Michael Stefaniuc
Andrew Talbot wrote: > Changelog: > oleaut32: Remove unused items. > > diff -urN a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c > --- a/dlls/oleaut32/vartype.c 2006-12-22 14:43:36.0 + > +++ b/dlls/oleaut32/vartype.c 2007-01-13 20:13:23.0 + > @@ -228,7 +228,6 @@ >

Re: [15/20] WineD3D: Clean up drawprim a bit

2007-01-13 Thread H. Verbeet
On 12/01/07, Christoph Bumiller <[EMAIL PROTECTED]> wrote: Stefan Dösinger wrote: > We will need software shaders for a correct implementation of > IWineD3DDevice::ProcessVertices. It supports Vertex shaders, but I > don't really think OpenGL feedback mode is what we want here. > > Maybe we shoul

Re: Dapper, git, and version-stamp pain again

2007-01-13 Thread Duane Clark
Dan Kegel wrote: On one of my dapper boxes (an old laptop), I got the error main.o: In function `check_command_line':/home/dank/wine-git/loader/main.c:89: undefined reference to `wine_version' today. Turns out the version-stamp rule in loader/Makefile is misbehaving; I had to hack that rule to

Re: remove redundant semicolons for ANSI compat.

2007-01-13 Thread Michael Stefaniuc
Joel Parker wrote: > Bug 4527 > > > > > > >>From 205f7fdd9a63409014a322318aba3fd77ec90f47 Mon Sep 17 00:00:00 2001 > From: Joel Parker <[EMAIL PROTECTED](none)> > Date: Fri, 12 Jan 2007 17:26:47 -0600 > Subject: remove re

dlls/mshtml/tests/htmldoc.c breakage

2007-01-13 Thread Gerald Pfeifer
The following change to dlls/mshtml/tests/htmldoc.c date: 2007-01-12 19:56:11 +; author: julliard; state: Exp; lines: +2 -1 Paul Vriens <[EMAIL PROTECTED]> mshtml/tests: Cast-qual warning fix. breaks the build with GCC 3.4: /usr/bin/gcc -c -I. -I. -I../../../include -I../../../inc

python-to-c++ compiler under wine

2007-01-13 Thread Mark Dufour
hi there, while trying to get an experimental python-to-c++ compiler (http://mark.dufour.googlepages.com) to run under wine, I found a not-so complicated test case that crashes. it is a simple C++ program, converted from 57 lines of Python. it is quite self-contained, and only uses the Boehm GC,

New dlls/crypt32/tests/cert.c breakage

2007-01-13 Thread Gerald Pfeifer
The following change to dlls/crypt32/cert.c revision 1.36 date: 2007-01-12 20:56:12 +0100; author: julliard; state: Exp; lines: +56 -57 Paul Vriens <[EMAIL PROTECTED]> crypt32/tests: Cast-qual warning fixes. breaks the bootstrap on some of my systems. Specifically, it added a new va

Re: configure: add ncursesw detecting [try 2]

2007-01-13 Thread Anatoly Lyutin
Dmitry Timoshkov wrote: "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: > Most likely the real fixes in your patch are changing CP_ACP to CP_UNIXCP > and getting rid of hardcoded vkkeyscan_table. Do you have an evidence that > ncurses is so much broken that it really can't handle UTF-8? Does it w

[15/20] WineD3D: Clean up drawprim a bit

2007-01-13 Thread Christoph Bumiller
Stefan Dösinger wrote: We will need software shaders for a correct implementation of IWineD3DDevice::ProcessVertices. It supports Vertex shaders, but I don't really think OpenGL feedback mode is what we want here. Maybe we should remove it for now, but keep the code somewhere(in the wiki maybe).

Re: Paul Vriens : mshtml/tests: Cast-qual warning fix.

2007-01-13 Thread Michael Stefaniuc
Paul Vriens wrote: > Michael Stefaniuc wrote: >> Alexandre Julliard wrote: >>> Module: wine >>> Branch: master >>> Commit: 6338caa9eda8eda98dad9a89a8e71c6ea37bd168 >>> URL: >>> http://source.winehq.org/git/wine.git/?a=commit;h=6338caa9eda8eda98dad9a89a8e71c6ea37bd168 >>> >>> >>> Author: Paul Vri

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Dan Kegel
On 1/13/07, Laurent Vromman <[EMAIL PROTECTED]> wrote: > Can you provide a URL to a page describing the software you're trying > to port? http://francois.fouchet.free.fr/ Thanks. I just tried installing it following your instructions (I can read French, but you also have english instructions)

Re: Paul Vriens : crypt32/tests: Cast-qual warning fixes.

2007-01-13 Thread Paul Vriens
Michael Stefaniuc wrote: Alexandre Julliard wrote: Module: wine Branch: master Commit: 259c06ffc93d690fa5105b1451e519aa1c92b72e URL: http://source.winehq.org/git/wine.git/?a=commit;h=259c06ffc93d690fa5105b1451e519aa1c92b72e Author: Paul Vriens <[EMAIL PROTECTED]> Date: Fri Jan 12 15:51:02

Re: Paul Vriens : mshtml/tests: Cast-qual warning fix.

2007-01-13 Thread Paul Vriens
Michael Stefaniuc wrote: Alexandre Julliard wrote: Module: wine Branch: master Commit: 6338caa9eda8eda98dad9a89a8e71c6ea37bd168 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6338caa9eda8eda98dad9a89a8e71c6ea37bd168 Author: Paul Vriens <[EMAIL PROTECTED]> Date: Fri Jan 12 14:26:05

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Laurent Vromman
Hi, I took a look this morning to gdi32 source code. I think i'll be able to make a priliminary working version, partially implemented. I have already created a account to add the application in AppDB, I will do it as soon as possible. Laurent Tho a écrit : Hi Laurent, if you can`t imple

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Tho
Hi Laurent, if you can`t implement the functionality yourself, then you might want to file a Bug in Bugzilla stating that your application depends on WidenPath() and add a simple Testcase for it. This will (at least) increase the chance, that the functionality gets added someday :) Maybe it wo

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Laurent Vromman
Thanks for answering me. Dan Kegel a écrit : Hi Laurent! You wrote: I'm trying make a french software called Navigation, used by airplane pilots and created using visual basic, work on linux using wine. Can you provide a URL to a page describing the software you're trying to port? http://f

Re: GreenVille font, is it still available? I have a question about it.

2007-01-13 Thread Markus Amsler
Wierd_w wrote: Markus Amsler wrote: Adding hinting is IMO a second step. This is incorrect. The metric EM size per point size is also 'Hintable' with real TrueType instructions, and Tahoma DOES do this. (I can tell, because I ran this test case just today-- Notice how the fonts start b