[Gimp-developer] Re: Gimp 1.3.23 available

2003-11-30 Thread Tor Lillqvist
A couple of small issues noticed after installing Jernej's build of
GIMP 1.3.23 for Windows (Thanks!):

- The fontconfic configuration file isn't included. It should be as
gimp-top\etc\fonts\fonts.conf. Without this file no fonts are found
for the text tool to use. This is easy to fix, just put the file from
my fontconfig-2.2.1.zip there.

- The color proof display filter module isn't included. Building it
was a bit of a pain, as the header files in the LCMS (Little CMS)
distribution lcms11.zip (www.littlecms.com) need some editing to be
useable. (Also, on my machine there was a much older version of
lcms.dll in the Windows System32 folder (presumably put there by some
misguided 3rd-party software installer at some point). It wasn't
useable anyway, as it didn't provide the cmsCreate_sRGBProfile entry
point, so I removed it.)

But anyway, I haven't gotten the color proof display filter to work
yet. I get a crash when trying to set a display filter if the
cdisplay_proof module is present. Possibly the lcms.dll in the
lcms11.zip file isn't suitable as such to be used from GIMP, but will
have to be rebuilt from source. Still debugging what's happening... I
am a bit confused about how it all hangs together and how this
g_type_module stuff works.

- The new wmf plug-in isn't included. Well, this is understandable, as
it requires the libwmf library, version 2.8.0 or later, for which
there isn't any ready-built Windows distribution. (At least, I
couldn't find one.) 

I did build the latest libwmf (2.8.1). It required some minor patches
to its source. But it's not installation-location-independent (like
for instance GTK and GIMP are). It looks for its fonts in a I location
fixed at build time. This is not acceptable on Windows. I need to fix
that, and submit patches to the libwmf maintainer.

--tml


___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] What makes the GIMP toolbox special?

2003-11-30 Thread Sven Neumann
Hi,

Carol Spears [EMAIL PROTECTED] writes:

 are there other instances of tools that do not appear in either the
 menus or in the toolbox?

No. All tools register a menu entry at least. A few of them set a flag
that indicates that they don't want to show up in the toolbox. We
should probably make this configurable somehow; perhaps for 2.2.

Does that answer your question?


Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer