Re: [PATCH] improving on i18n

2000-12-05 Thread Marc Lehmann
slations. Currently it's _impossible_ to And givne that a large amount of similar fixes went into the gimp not too long ago this patch really should be considered. -- -==- | ==-- _ | ---==---

Re: Problem with perl-plugin (script-fu rip off)

2000-12-05 Thread Marc Lehmann
perlified version doesn't. The image or just the saved version? -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \

Re: Problem with perl-plugin (script-fu rip off)

2000-12-05 Thread Marc Lehmann
le. Use a layer here (e.g. "($img->layers)[0]") and it should work. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---

Re: [gimp-devel] Re: layer_get_offests(layerId, &x, &y);

2000-12-05 Thread Marc Lehmann
nse because, at one point, all drawables might have useful offsets. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---

Re: [PATCH] improving on i18n

2000-12-05 Thread Marc Lehmann
gh for me to also now want it ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: 2-D Gradients

2000-12-08 Thread Marc Lehmann
amp; cdr edition (February 26, 1999) > Addison-Wesley Pub Co; ISBN: 0201379228 Download it here: http://partners.adobe.com/asn/developer/technotes.html ;) -- -==- | ==-- _ | ---==--

Re: suggestion for gimp 1.3 and later

2000-12-12 Thread Marc Lehmann
hink this serves a purpose (well, maybe less memory, but...) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\

Re: repetitive stress . . .

2000-12-12 Thread Marc Lehmann
your problem? -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The

Re: [Uwe Koloska] Menus/shortcuts/etc

2000-12-13 Thread Marc Lehmann
and the x resource system :(. But who does, anyway ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e|

Re: RFC: The future of The GIMP

2000-12-18 Thread Marc Lehmann
but not kde). -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: divide by 255

2000-12-20 Thread Marc Lehmann
ays remember to use UNSIGNED variables where applicable, since these are much faster). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +

Re: divide by 255

2000-12-21 Thread Marc Lehmann
e slower than the shift/lea/shift, but it should not be faster, either. So the above macor with the correct constant would be ideal, IMHO. -- -==- | ==-- _ | ---=

Re: divide by 255

2000-12-21 Thread Marc Lehmann
c's numbers Oh, one thing: did you use unsigned integers? signed integers *are* much slower since they need adjustments all over. -- -==- | ==-- _ | ---==---(_)__ __ _

mail problem

2000-12-21 Thread Marc Lehmann
ted: administrative prohibition -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED]

Re: cmon guys, no patch from 1.1.32 to 1.2??

2000-12-25 Thread Marc Lehmann
u or something like that? -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: gimp 1.2.0--a few questions

2000-12-28 Thread Marc Lehmann
e above could just be the effect of a runtime error that doers not get reported but instead garbles perl's internal state. -- -==- | ==-- _ | ---==---(_)__ __ __

Re: [gimp-devel] New Plugins

2000-12-29 Thread Marc Lehmann
r the scheme original? -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /

Re: GIMP 1.2.0 DESTDIR patch

2000-12-31 Thread Marc Lehmann
local_target="PREFIX=$(DESTDIR)$(prefix) >gimpplugindir=$(DESTDIR)$(gimpplugindir) $$local_target"; \ Nifty ;) (Anyway, it does look good at least to me ;) -- -==- | ==-- _

Re: GIMP 1.2.0 DESTDIR patch

2001-01-01 Thread Marc Lehmann
ur rpm's will only run on unmodified standard redhat systems where gimp is installed in /usr/bin. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --

Re: GIMP 1.2.0 DESTDIR patch

2001-01-01 Thread Marc Lehmann
equires perl, not gimp-perl, scm2perl should go into gimp-perl-devel, so you can choose on your own (I recommend gimp-perl). -- -==- | ==-- _ | ---==---(_)__ __ ____ __

Re: perl script in gimp for Windows : is it possible ?

2001-01-04 Thread Marc Lehmann
dy who tried to build gimp-perl on win32 would end up saying "it bails out during Makefile.PL because it calls ./configure", and I would be happy with that ;) -- -----==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: perl script in gimp for Windows : is it possible ?

2001-01-04 Thread Marc Lehmann
s to perl). Therefore, you should be able to build and install most extensions found in the CPAN sites. See L below for general hints about this. I think thsi sounds like the right perl to use. IT can also be configured for different make flavours. -- -==-

Re: perl script in gimp for Windows : is it possible ?

2001-01-05 Thread Marc Lehmann
sulting exectables, which is not possible with a cross compile, so it WILL be easier to not even try it. But mingw32 + cygwin (for the shell utils only) should work, no? -- -==- | ==-- _ |

Re: executing gimp-perl in CGI environment

2001-01-11 Thread Marc Lehmann
to do that would be: BEGIN { Gimp::init } (in cgi you can do without the BEGIN {}) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ /

Re: retrieving available font list via Gimp-perl

2001-01-14 Thread Marc Lehmann
mes will get very bad when gimp supports truetype fonts but the Gtk requestor in plug-ins doesn't know them ;) -- -==- | ==-- _ | ---==---(_)__ __

Re: gauss_rle bad error (indexed image)

2001-01-14 Thread Marc Lehmann
s in a layer id instead of an image id. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Color calibration in X

2001-01-14 Thread Marc Lehmann
CCs under X? Poissible, yes, but not in practice (I don't know of any programs that evaluate icc profiles, and no useful program that evaluates these). -- -==- | ==-- _ | ---=

Re: Color calibration in X

2001-01-17 Thread Marc Lehmann
lot of patent issues around colour conversion/calibration/matching. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=

Re: Using two mice

2001-01-20 Thread Marc Lehmann
mon on the last Systems, you can have very cool effects by using two wacom pens at the same time ;-> -- -==- | ==-- _ | ---==---(_)__ __ ____ __

Re: gimp.themes.org ideas

2001-02-05 Thread Marc Lehmann
ed to look at both places. -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: View shrink factor

2001-02-13 Thread Marc Lehmann
think anybody did ;) -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: perl hang

2001-02-13 Thread Marc Lehmann
les or just freezes at a specific point. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -==

Re: perl hang

2001-02-13 Thread Marc Lehmann
but gimp's system, which I have to admit to not understand the slightest). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ //

Re: swap files

1999-10-10 Thread Marc Lehmann
function to create it? that function will do exactly what is required and will work on all systems (as good as it can). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc L

Re: swap files

1999-10-11 Thread Marc Lehmann
r on the disk. (It might also be good to reallocate the swap file for some size) Well, we are in feature freeze... -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehman

Re: swap files

1999-10-11 Thread Marc Lehmann
much better than impairing every unlucky user. (tmpfile or unlink is the only reliable solution so far) -- -==- | ----==-- _ | ---==---(_)__ __

Re: swap files

1999-10-12 Thread Marc Lehmann
wap files I have to delete every month. > uniquness. (mkstemp is a BSDism, is it portable?) Portable to BSD, yes ;) Another thing a tmpfile replacement (if necessary) would solve. -- -==- | ==-- _

Re: swap files

1999-10-12 Thread Marc Lehmann
o waste their diskspace -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/

Re: swap files

1999-10-12 Thread Marc Lehmann
les before I went on vacation last month. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

ftp.gimp.org censors my ftp client

1999-10-12 Thread Marc Lehmann
particular ftp clients on users)? ;) -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ /

Re: ftp.gimp.org censors my ftp client

1999-10-12 Thread Marc Lehmann
used at all (esp. since it censors clients ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: ftp.gimp.org censors my ftp client

1999-10-13 Thread Marc Lehmann
e problem ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\

Re: ftp.gimp.org censors my ftp client

1999-10-14 Thread Marc Lehmann
ithout .netrc. > The reasons for using ncftpd are mainly performance, security, and > the fact it's extremely simple to administer. then don't change it ;) -- -==- | ==-- _

Re: Plugins

1999-10-16 Thread Marc Lehmann
a seperate tarball, which IMHO is not useful, though). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/

Re: Plugins

1999-10-17 Thread Marc Lehmann
y they are distributed. And a few extra messages in gimp-std-plug-ins for plug-ins we do not ship because they are unstable don't mind. -- -==- | ==-- _

Re: Plugins

1999-10-18 Thread Marc Lehmann
arty libraries), build and install it... -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Plugins

1999-10-18 Thread Marc Lehmann
On Tue, Oct 19, 1999 at 02:29:52AM +0200, Marc Lehmann <[EMAIL PROTECTED]> wrote: > > BnP comes to mind, which was created to do this.. there are already BnP > scripts that download all of gimp (including any third party libraries), > build and install it... Of course, a simpl

Re: Plugins

1999-10-18 Thread Marc Lehmann
in maintainers and gimp.. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: print many open windows

1999-10-23 Thread Marc Lehmann
se I'd try file_print on all images), or do you want a way to enumerate all open windows (i.e. displays?), which does not exist yet ;( -- -==- | ==-- _ | ---==

Re: Plugins

1999-10-23 Thread Marc Lehmann
sions like better i18n for plug-ins (like storing and merging po files on installation) independent of the module authors or users. -- -==- | ==-- _ | ---==---(_)_

Re: Plugins

1999-10-23 Thread Marc Lehmann
ptool), the work to implement this shouldn't be that large. For example we could copy the cpan logic of downloading and unpacking the plug-ins portably. -- -==- | ==-- _ |

Re: perl_eval_pv

1999-10-23 Thread Marc Lehmann
a stable version of perl (and yes, 5.005_50 to 5.005_59 worked fine...) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ /

Re: solution: helpbrowser don't like libc5

1999-10-23 Thread Marc Lehmann
s to require gnome ;( -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL P

Re: perl_eval_pv

1999-10-24 Thread Marc Lehmann
oo soon on my scripts to find out ;) (I'm currently at 5.005_61 which has some fork problems...) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +--

limited slider range

1999-10-26 Thread Marc Lehmann
loosing accuracy. -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: BUGREPORT: Rotate doesnt work

1999-10-26 Thread Marc Lehmann
e broken, and this was the reason ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: data structure of pixel in Gimp-perl

1999-10-27 Thread Marc Lehmann
uot;perldoc PDL::Impatient" at the prompt). If any questions remain then just ask me ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: BUGREPORT: Rotate doesnt work

1999-10-27 Thread Marc Lehmann
bove. In script-fu it is probably: plug-in-rotate something image drawable 3 0 -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --=

Re: BUGREPORT: Rotate doesnt work

1999-10-27 Thread Marc Lehmann
he PDB calls... Hey, that was me ;) And it seems we now have a much better error management !!! -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==--

Re: Rendering text with gimp_perl and gimp_text

1999-10-29 Thread Marc Lehmann
) to do this I can include it in Gimp::Util). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Plugins

1999-10-30 Thread Marc Lehmann
&c before 1.2? no.. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: [gimp-devel] Re: tile cache size

1999-11-01 Thread Marc Lehmann
f the ram that is "available" ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Tile Cache Size

1999-11-01 Thread Marc Lehmann
oment what I say holds). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: [gimp-devel] Re: Tile Cache Size

1999-11-01 Thread Marc Lehmann
n some respects. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-01 Thread Marc Lehmann
optimize for the broken case. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ X

Re: Rendering text with gimp_perl and gimp_text

1999-11-02 Thread Marc Lehmann
the top. I get different sized layers. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Plugins

1999-11-02 Thread Marc Lehmann
by the ideas I'm having which would be something like "little > changes with big positive effects"... So..? ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-02 Thread Marc Lehmann
t (in most cases) then all bets are off anyway. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: GIMP Plug-ins for other Apps? - LGPL for some GIMP modules?

1999-11-02 Thread Marc Lehmann
nyone's comments on these issues. This was my personal but public comment.. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +--

Re: Re: Tile Cache Size

1999-11-08 Thread Marc Lehmann
' swapping (the os with the ext2 fs) is _far_ worse than _any_ application-side swapping. -- -==- | ----==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-08 Thread Marc Lehmann
e leads itself naturally to spatial indexing, in fatc it's already half the way to go). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _

Re: Rendering text with gimp_perl and gimp_text

1999-11-08 Thread Marc Lehmann
't help you... wether a given character/string has an ascent doesn't tell you how much it is (which is what you want to know?) -- -==- | ==-- _ | --

Re: Help System

1999-11-08 Thread Marc Lehmann
by chance (i.e. not on the majority of platforms) is not work the hassle. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ /

Re: Plugins

1999-11-08 Thread Marc Lehmann
nder the corresponding german standard menu (see above for "Add Selection")? -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /

Re: Plugins

1999-11-08 Thread Marc Lehmann
ple ;) > > I don`t mind it either.. > I know, but you aren't supposed to be the average user, are you? Well, I have an opinion about half-trabslation that is just as good as any opinion from an average user. The gimp is not the only i18n'ed project,

Re: Plugins

1999-11-08 Thread Marc Lehmann
ures a lot! > > :-) But AFAICS, there is only one new feature... -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e|

Re: Rendering text with gimp_perl and gimp_text

1999-11-08 Thread Marc Lehmann
the tetx string returned by gimp_text. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-08 Thread Marc Lehmann
priorities? > I think that is what high end DBs do, handle their own data physical these high end db's also do not recommend this technique ;-> -- -==- | ==-- _ | ---=

the ultimate solution to the i18n problem...

1999-11-09 Thread Marc Lehmann
demand a net-connection and call babelfish for untranslated items ;) (runs...)

Re: the ultimate solution to the i18n problem...

1999-11-09 Thread Marc Lehmann
o radical. It would be abused (yes, it would!). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-09 Thread Marc Lehmann
n almost ideal situation, memory and cache-wise. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Plugins

1999-11-09 Thread Marc Lehmann
obvious. The problem is new (third-party) plug-ins. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/

Re: Help System

1999-11-09 Thread Marc Lehmann
works on many _many_ more platforms than the help system, which only works on a very limited number of systems. -- -==- | ----==-- _ | ---==---(_)__ __

Re: Plugins

1999-11-09 Thread Marc Lehmann
f would do... > Please let me know what your plans are. I don't have plans, just expectations ;-> -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Help System

1999-11-10 Thread Marc Lehmann
kes no sense to duplicate their work. However, in the long run, Gimp requires it's own help system. -- -==- | ==-- _ | ---==---(_)__ __ _

Re: Help System

1999-11-10 Thread Marc Lehmann
t affect usability. -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: [gimp-devel] Re: Help System

1999-11-10 Thread Marc Lehmann
it is a big price to pay just for a simple help window. -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL P

Re: the ultimate solution to the i18n problem...

1999-11-10 Thread Marc Lehmann
menu shortcuts? why not set a new ui standard AGAIN? -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Clean up and Re: Help System

1999-11-10 Thread Marc Lehmann
ot _yet_ read your whole mail, but I seem to agree with the rest ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL

Re: Help System

1999-11-10 Thread Marc Lehmann
#x27;s independent of age. > /me goes back to fixing bits of Gimp HE thinks are important Hear hear.. -- -==- | ----==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Help System

1999-11-10 Thread Marc Lehmann
), but given that almost nobody is trying to help me I think the result is actually quite good. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Re: Tile Cache Size

1999-11-11 Thread Marc Lehmann
els are not connected and can be processed in any order). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: GIMP Plug-ins for other Apps? - LGPL for some GIMP modules?

1999-11-11 Thread Marc Lehmann
file, so this shouldn't be difficult. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\

Re: Plugins

1999-11-11 Thread Marc Lehmann
ther hand also users who want a stable > OS with many free programs and they DO care about. But this is still no argument on why everything must be translated... -- -==- | ==-- _

Re: GIMP Plug-ins for other Apps? - LGPL for some GIMP modules?

1999-11-11 Thread Marc Lehmann
gt; My dreams come true ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/

Re: GIMP Plug-ins for other Apps? - LGPL for some GIMP modules?

1999-11-11 Thread Marc Lehmann
orth consider libgimp GPL :). -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: the ultimate solution to the i18n problem...

1999-11-12 Thread Marc Lehmann
, "its2" etc... and use an english catalog. We probably need an en_UK catalog anyway, to correct all these wrong spellings for colour ;-> -- -==- | ==-- _

Re: Tile Cache Size

1999-11-12 Thread Marc Lehmann
crap, his software does do something completely different or... You saying that the tile system in Gimp is faster is not useful. -- -==- | ==-- _ | ---==---(_)__ __ _

Re: Review and better --> Clean up and Re: Help System (fwd)

1999-11-12 Thread Marc Lehmann
and povray plug-ins. All others won't clutter the menu unless the necessary modules are found. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: Plugins

1999-11-13 Thread Marc Lehmann
for ui-users (ui users are already aware that hell breaks loose when they try to call more than one plug-in at a time). -- -==- | ==-- _ | ---==---(_)__ __

<    1   2   3   4   5   >