Re: Re: Tile Cache Size

1999-11-09 Thread Ewald R. de Wit
Nick Lamb ([EMAIL PROTECTED]) wrote: Loading a large image (*): Wait about 2 mins, loader finishes and now after a further couple of minutes the image is drawn, however later performance is slightly faster than in the default case above. (*) A large image here is one which genuinely WILL

Re: Plugins

1999-11-09 Thread Uwe Koloska
You wrote on Mon, 08 Nov 1999: Would it still be a problem for you if only the menu entry itself is english, but the english menu is sorted under the corresponding german standard menu (see above for "Add Selection")? Oh, it's not for me ;-) I think about all the "only" users. I use gimp in

Re: I18N

1999-11-09 Thread Sven Neumann
Daniel Eggert wrote: On 1 Nov, David Monniaux wrote: The stupid I18N behaviour of the week: when menus are translated, any string for which the system finds no translation gets translated to "Fichier" (in French), which means "File". I don't know the innards of the translation

Re: modules cleanup

1999-11-09 Thread Tor Lillqvist
Asbjoern Pettersen writes: The OS/2 and UNIX code is doing the same ! The structure PLUG_IN_INFO is a REAL input and should be a parameter input to gimp_main().ex: gimp_main(argc,argv, PLUG_IN_INFO); On UNIX they trust/use fork() to input the structure, but my OS/2 version will

Re: Plugins

1999-11-09 Thread Michael Natterer
Hi Marc, Marc Lehmann wrote: On Wed, Nov 03, 1999 at 10:20:37AM +0100, Michael Natterer [EMAIL PROTECTED] wrote: I was (or at least tried to be) very careful not to change any external interface (which I suppose you mean by "cause other changes as well") with the context changes

Re: Modifier keys

1999-11-09 Thread Garry R. Osgood
Sven Neumann wrote: Hi, well, we already agreed that the modifier keys need some rework. I volunteer to do the job, but I don't want to start hacking before we have discussed the issue and found a suitable solution. So, to start the discussion, here's a list of the current state. Many

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 tomr
Marc; On Wed, Nov 10, 1999 at 03:20:07AM +0100, Marc Lehmann wrote: demand a net-connection and call babelfish for untranslated items ;) That's not realistic, but I think I mentioned a similar idea a long time ago. Or maybe I just kept it in my head because it's a bit silly. What if _every_

[patch] gimp-drawable-get/set-pixel bugfix

1999-11-09 Thread Tamito KAJIYAMA
Hi. I found a bug that gimp-drawable-get/set-pixel swapped the specified x and y coordinates when getting/setting a pixel. I found the bug in 1.1.10 but the bug seems not to be fixed in 1.1.11. Attached is a patch that fixes the bug. Regards, -- KAJIYAMA, Tamito [EMAIL PROTECTED] ---

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

1999-11-09 Thread Marc Lehmann
On Tue, Nov 09, 1999 at 09:31:05PM -0500, [EMAIL PROTECTED] wrote: demand a net-connection and call babelfish for untranslated items ;) that was not meant to provoke sensible replies, but... What if _every_ text widget - static labels in particular - was clickable and allowed the user to

Re: [patch] gimp-drawable-get/set-pixel bugfix

1999-11-09 Thread Austin Donnelly
On Wednesday, 10 Nov 1999, Tamito KAJIYAMA wrote: I found a bug that gimp-drawable-get/set-pixel swapped the specified x and y coordinates when getting/setting a pixel. Ouch! gimp-drawable-{get,set}-pixel is such a slow API not many people use it, I reckon. That's probably why it's taken so

Re: Help System

1999-11-09 Thread Sven Neumann
Marc Lehmann wrote: My very own personal opinion on this is: - either make gimp a gnome application (puke!). This would be honest, as we are kind-of forcing gnome on people anyway (wanna help? use gnome!) Marc, please! You know that the situation we have now is not what we want it to be

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

1999-11-09 Thread Daniel . Egger
On 2 Nov, Andrew Kieschnick wrote: Gimp plug-ins are not linked into the calling program (they are run as separate processes), so you can call them from any program you like without violating the GPL. However you have to link Plug-ins against libgimp and possibly libgimpui and here

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

1999-11-09 Thread Andrew Kieschnick
On Tue, 9 Nov 1999 [EMAIL PROTECTED] wrote: On 2 Nov, Andrew Kieschnick wrote: Gimp plug-ins are not linked into the calling program (they are run as separate processes), so you can call them from any program you like without violating the GPL. However you have to link Plug-ins

Re: Modifier keys

1999-11-09 Thread Guillermo S. Romero / Familia Romero
Blend: Shift 15 degrees steps Ctrl horizontal Alt vertical Ctrl+Alt diagonal (45 degress) A question: then shift does all, no? I think everyone is capable of moving the mouse around 15 degrees steps. I am not saying to remove the others,

Re: Re: Tile Cache Size

1999-11-09 Thread Marc Lehmann
On Tue, Nov 09, 1999 at 01:27:29AM +0100, "Ewald R. de Wit" [EMAIL PROTECTED] wrote: 2. The fragmentation of tiles within the swap file. The sound of Gimp trashing the harddisk suggests that this is a very big issue. For which spatial indexing would be solution. Anyway, today I went over

Re: Plugins

1999-11-09 Thread Marc Lehmann
On Tue, Nov 09, 1999 at 11:07:32AM +0100, Uwe Koloska [EMAIL PROTECTED] wrote: So what I wanna say: All that makes two menus of the same manner disappear is a bugfix. The other things like improvement of the i18n-Code to make it consistent and in toto able to translate all messages is the

Re: Help System

1999-11-09 Thread Nick Lamb
On Tue, Nov 09, 1999 at 04:57:16PM +0100, Sven Neumann wrote: s/help/perl/ On Wed, Nov 10, 1999 at 03:09:46AM +0100, Marc Lehmann wrote: However, perl works on many _many_ more platforms than the help system, which only works on a very limited number of systems. Well, PERL certainly works