Re: [Gimp-developer] SMP support

2001-08-07 Thread Sven Neumann
Hi, Michael Soibelman [EMAIL PROTECTED] writes: I just noticed that there no longer seems to be the --with-smp configuration option! Is this an omission or intentional? IIRC, the configuration option to add support for multiple processors has always been --with-mp and it's still there.

[Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Raphael Quinet
This is going to be a bit long, but here is a quick summary: I would like to change the API to the load/save plug-ins by adding one extra parameter. This parameter would be ignored by almost all current plug-ins, but it would be useful for the file formats that can contain multiple images. For

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread pcg
On Tue, Aug 07, 2001 at 05:28:15PM +0200, Raphael Quinet [EMAIL PROTECTED] wrote: 3) Changes to the plug-in API The File-Open dialog would behave as follows: if the given path leads to a regular file, open it as usual (no extra path). If the path does A loong time ago I hacked the gimp to

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Nick Lamb
On Tue, Aug 07, 2001 at 05:28:15PM +0200, Raphael Quinet wrote: 4) Feedback Any comments? IMHO you'd be better off just using: wad://home/raph/slimy.wad/p/alien.foo This can be handled today in Gimp 1.2, see url.c Non-interactive stuff would go exclusively through these URLs while the

[Gimp-developer] Gimp menu thumbnail

2001-08-07 Thread OSHIRO Naoki
Hello, I wrote patch codes for gimp and gtk+ to append filter thumbnail on gimp menu: + Change feature of Gtk+ itemfactory to specify pixmap data. + When plug-in install, pixmap (icon) data are transfered to gimp core on wire mechanism. + Install data of pixmap are cached to

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Sven Neumann
Hi, Raphael Quinet [EMAIL PROTECTED] writes: 3) Changes to the plug-in API The File-Open dialog would behave as follows: if the given path leads to a regular file, open it as usual (no extra path). If the path does not exist, then try to remove the last element from the path and see if

Re: [Gimp-developer] compile error with 1.2.2

2001-08-07 Thread ben soo
Finally figured this out over the weekend. Once i compiled perl-5.6.1 single-threaded gimp also compiled. Hm. i still don't really get it. b [EMAIL PROTECTED] On Wed, Aug 01, 2001 at 04:33:48PM -0400, ben soo wrote: i get the following errors when i try to compile Gimp 1.2.2 . It's been

Re: [Gimp-developer] Re: Gimp menu thumbnail

2001-08-07 Thread Sven Neumann
Hi, Guillermo S. Romero / Familia Romero [EMAIL PROTECTED] writes: IIRC, no new features will go into 1.2.x. this is correct. About GTK+, they are working in 1.3/2.0 now, so I doubt the patch will be applied. You should check what is going in CVS of both, and then see if it still applies,

Re: [Gimp-developer] SMP support

2001-08-07 Thread Stephen Robert Norris
On Tue, Aug 07, 2001 at 10:48:37AM +0200, Sven Neumann wrote: Hi, Michael Soibelman [EMAIL PROTECTED] writes: I just noticed that there no longer seems to be the --with-smp configuration option! Is this an omission or intentional? IIRC, the configuration option to add support for

[Gimp-developer] Auto save?

2001-08-07 Thread Michael Soibelman
Is there any way to add an auto save every (?) minutes function to GIMP? I've pushed this program very hard and sometimes might forget to save my work until after a couple of hours (seems like minutes). Well, one of those plug in crashes and it's all gone. This would be an excellent