Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-20 Thread Daniel Hornung
On Thursday 20 November 2008, David Gowers wrote: > > This is usually effectively the same as pasting (ctrl+V for most > people, Insert for me). Is creating a floating selection that does not > match the clipboard contents a common use case, or do we just need to > document this behaviour better?

[Gimp-developer] Block user interaction while a plug-in is running?

2008-11-20 Thread Lionel Tarazón
Hi everyone, I am currently developing a Gimp plug-in with a GTK+ user interface. My plug-in is unstable if the user modifies the image or calls other plug-ins while it is running. Is there a way of "blocking" user interaction over the gimp window which called the plug-in? This way a user will be

[Gimp-developer] Block user interaction while a plug-in is running?

2008-11-20 Thread Lionel Tarazón
Hi everyone, I am currently developing a Gimp plug-in with a GTK+ user interface. My plug-in is unstable if the user modifies the image or calls other plug-ins while it is running. Is there a way of "blocking" user interaction over the gimp window which called the plug-in? This way a user will be

Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-20 Thread David Gowers
Hi, On Fri, Nov 21, 2008 at 2:34 AM, Daniel Hornung <[EMAIL PROTECTED]> wrote: > On Thursday 20 November 2008, David Gowers wrote: >> >> This is usually effectively the same as pasting (ctrl+V for most >> people, Insert for me). Is creating a floating selection that does not >> match the clipboard

Re: [Gimp-developer] Block user interaction while a plug-in is running?

2008-11-20 Thread David Gowers
Hello Lionel, On Fri, Nov 21, 2008 at 3:04 AM, Lionel Tarazón <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am currently developing a Gimp plug-in with a GTK+ user interface. > My plug-in is unstable if the user modifies the image or calls other > plug-ins while it is running. What version of GI

Re: [Gimp-developer] Modifier key to create new layer from floating selection

2008-11-20 Thread David Gowers
On Fri, Nov 21, 2008 at 6:35 AM, David Gowers <[EMAIL PROTECTED]> wrote: > Hi, > > On Fri, Nov 21, 2008 at 2:34 AM, Daniel Hornung <[EMAIL PROTECTED]> wrote: >> On Thursday 20 November 2008, David Gowers wrote: >>> >>> This is usually effectively the same as pasting (ctrl+V for most >>> people, Ins

Re: [Gimp-developer] Block user interaction while a plug-in is running?

2008-11-20 Thread Guillermo Espertino
IMHO the way GIMP works is fine, and interaction should never be blocked. We don't want a program that is unusable while an effect is being applied. A better solution (and I think that the porting to GEGL is aiming in this direction, among other things) would be to put the filter and the transforma