[Gimp-developer] [PATCH] SoC: Healing brush

2006-08-10 Thread Kevin Sookocheff
Hello everyone,I recently finished an implementation of the healing brush. A patch implementing the brush is given at http://bugzilla.gnome.org/show_bug.cgi?id=109801#c11 but does not contain the icon and cursor that I created for the tool.I have also posted some screen shots of the results of

Re: [Gimp-developer] [PATCH] SoC: Healing brush

2006-08-10 Thread Sven Neumann
Hi, On Thu, 2006-08-10 at 10:04 -0400, Kevin Sookocheff wrote: Hello everyone, I recently finished an implementation of the healing brush. A patch implementing the brush is given at http://bugzilla.gnome.org/show_bug.cgi?id=109801#c11 but does not contain the icon and cursor that I

Re: [Gimp-developer] [PATCH] SoC: Healing brush

2006-08-10 Thread Tino Schwarze
On Thu, Aug 10, 2006 at 06:50:52PM +0200, Sven Neumann wrote: I recently finished an implementation of the healing brush. A patch implementing the brush is given at http://bugzilla.gnome.org/show_bug.cgi?id=109801#c11 but does not contain the icon and cursor that I created for the tool.

Re: [Gimp-developer] [PATCH] SoC: Healing brush

2006-08-10 Thread Kevin Sookocheff
Hello, Shouldn't the healing tool be derived from GimpCloneTool? It seems to besimilar enough. Perhaps you need to add a virtual function or two to the clone tool. But then it should be possible to share most of the code byderiving from it. I think there is a possibility to do this and that it