Re: dia 0.94 Win32, Save failed

2004-11-15 Thread Tor Lillqvist
Juergen Zimmermann writes: > But I'm confused. Why can I save a dia-file with "File - Save As" in > a path with non-ASCII characters, but not with "File - Save"?? A bug in Dia? --tml ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/

dia 0.94 Win32, Save failed

2004-11-15 Thread Tor Lillqvist
Juergen Zimmermann writes: > Is there a solution or workaround to fix this? Based on the screenshot, this could have to do with the pathname containing non-ASCII characters. (Or not, I haven't really looked at Dia's code and whether it does the Right Thing.) Have you tried saving in a path consis

Re: Error starting program

2004-08-21 Thread Tor Lillqvist
Steffen Macke writes: > But basically this looks like a GTK+ problem. I'm using the > binaries provided by Tor Lillqvist and so far they seem to have > worked for Windows 9*. I have no idea why this should have changed. Hmm, yeah, gtkfilesystemwin32.c now uses GetFileAttribu

Re: Updated Dia Win32 Compilation Documentation

2004-04-23 Thread Tor Lillqvist
Steffen Macke writes: > More good news in this direction: Microsoft is giving away the Visual C++ > Toolkit 2003 for free: But, they don't include any import libraries for msvcrt.dll, or any of the Win32 API libraries, nor any headers for Win32. The Win32 API import libraries and headers can be

Re: Performance under Windows

2003-09-09 Thread Tor Lillqvist
Steffen Macke writes: > >BTW: the incredible slowness of Dia 0.91 may be overcome by > >set PANGO_WIN32_NO_UNISCRIBE=1 In Pango 1.2.5 that is no longer necessary (and in fact, that environment variable doesn't do anything). --tml ___ Dia-list mail

Re: noise: Freetype and Windows

2002-10-28 Thread Tor Lillqvist
> It is currently broken (just once more: please read 'Heads up on > Pango Head') cause it uses fontconfig which appears to work on X > but IMHO needs a complete rewrite to fit into the win32 platform. But it's only HEAD of Pango that uses fontconfig; shouldn't pangoft2 in the pango-1-0 branch

Re: Font trouble

2002-09-17 Thread Tor Lillqvist
Lars Clausen writes: > If somebody could compare the font names for some standard fonts with those > found on Windows (using pango_family_get_name()), here are the Freetype > names for a number of standard fonts: I happened to have some debugging output (gathered for another purpose a couple o

Re: Dia compilation on Solaris with Forte C; some portability musings

2002-09-08 Thread Tor Lillqvist
Cyrille Chepelov writes: > I've got a single problem to apply it: patch rejects it. Umm. Strange. The diff was produced with a standard cvs diff -u2. Would it be OK if I committed it myself? > For the rest, I agree entirely with you, especially on the DLL > issue (though it would be more pro

Dia compilation on Solaris with Forte C; some portability musings

2002-09-04 Thread Tor Lillqvist
iff -u -2 -r1.1047 ChangeLog --- ChangeLog 1 Sep 2002 21:51:52 - 1.1047 +++ ChangeLog 4 Sep 2002 08:43:57 - @@ -1,2 +1,36 @@ +2002-09-04 Tor Lillqvist <[EMAIL PROTECTED]> + + * configure.in: Check for both pangoft2 (using PKG_CHECK_MODULES, + as before) and -lfr

Re: Will the real libiconv please stand up! Was : Re: [Mingw-users] baby steps, an half-finshed packaging of libiconv (very boring)

2002-09-02 Thread Tor Lillqvist
Bruno Haible writes: > * If you want mingw32 binaries, go to http://mingwrep.sourceforge.net/ BTW, is it on purpose that these binaries use a different name for the DLL (libiconv.dll) than what you get if you compile with MSVC using the Makefile.msvc (iconv.dll)? --tml ___

[gimpwin-dev] Will the real libiconv please stand up! Was : Re: [Mingw-users] baby steps, an half-finshed packaging of libiconv (very boring)

2002-08-31 Thread Tor Lillqvist
James Michael DuPont writes: > lets look for iconv : > http://sourceforge.net/projects/libiconv/ -- This is from Haible > http://savannah.gnu.org/projects/libiconv -- Oh another one! > http://gettext.sourceforge.net/-- another port! > http://sourceforge.net/projects/mingwrep/

[gimpwin-dev] glib under mingw32 debian cross compiler, problem with windres : gmodule-win32res.lo: file not recognized: File format not recognized

2002-08-26 Thread Tor Lillqvist
James Michael DuPont writes: > Hopefully we can get all the cool gnome apps running under windows Correct me if I am wrong, but doesn't it go like this: GNOME is intended to provide on Unix some of the (high-level) features in Windows, that on Windows are implemented with stuff like COM and OLE