Re: [Gimp-developer] rectangle select tool specification

2006-08-10 Thread Tim Jedlicka
First thanks for the new tool - it is growing on me. I love the highlight and the 3rds guides. I resisted using it until 2.3.10 but have used it for about 100 images now. The rect. select is the one tool I use on every image. Not sure if you want a bug report (another bug report?) on the aspect

Re: [Gimp-developer] gimp_pixel_rgn_resize help

2006-08-10 Thread Sven Neumann
Hi, On Tue, 2006-08-08 at 17:02 -0400, Brohan wrote: I'm well aware of gimp_zoom_preview_get_factor(), but there isn't a matching fuction such as gimp_zoom_preview_set_factor(). I have changed the API a little now, introducing a way to get access to the GimpZoomModel that is being used by the

Re: [Gimp-developer] rectangle select tool specification

2006-08-10 Thread Sven Neumann
Hi, On Wed, 2006-08-09 at 15:50 -0700, William Skaggs wrote: Rectangle Controls: An expander containing a set of spinbuttons and checkboxes used for specifying the shape of the rectangle numerically. There are checkboxes for fixed width, fixed height, and fixed aspect. If any of

[Gimp-developer] GIMP_DATA_DIR and GIMP_PLUGIN_DIR in m4macros/gimp-2.0.m4

2006-08-10 Thread Toby Speight
I'm playing around with my plug-in build system at the moment, tidying up the automake/autoconf stuff as I go (and as I learn about autotools - I'm a newbie there). One thing I do is find the Gimp plug-in directory like so: / | GIMP_LIBDIR=`$PKG_CONFIG --define-variable=prefix='DESTDIR'

[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] GIMP_DATA_DIR and GIMP_PLUGIN_DIR in m4macros/gimp-2.0.m4

2006-08-10 Thread Sven Neumann
Hi, On Thu, 2006-08-10 at 14:36 +0100, Toby Speight wrote: I'm playing around with my plug-in build system at the moment, tidying up the automake/autoconf stuff as I go (and as I learn about autotools - I'm a newbie there). One thing I do is find the Gimp plug-in directory like so:

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.

[Gimp-developer] gimp_pixel_rgn_resize help

2006-08-10 Thread Brohan
I'm sorry for not writing this to the mailing list, my client settings are a bit funky and had me writing emails only to Sven. Sorry :| Hi, On Tue, 2006-08-08 at 17:02 -0400, Brohan wrote: I'm well aware of gimp_zoom_preview_get_factor(), but there isn't a matching fuction such as

Re: [Gimp-developer] gimp_pixel_rgn_resize help

2006-08-10 Thread Sven Neumann
Hi, On Thu, 2006-08-10 at 13:29 -0400, Brohan wrote: I'm still having the same issue as before with the same error as before. (gimp:26837): Gimp-Plug-In-WARNING **: expected tile ack and received: 5 I've ran gdb and set every possible breakpoint and it always says that the program

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

[Gimp-developer] Re: GIMP_DATA_DIR and GIMP_PLUGIN_DIR in m4macros/gimp-2.0.m4

2006-08-10 Thread Toby Speight
0 In article [EMAIL PROTECTED], 0 Sven Neumann URL:mailto:[EMAIL PROTECTED] (Sven) wrote: Sven On Thu, 2006-08-10 at 14:36 +0100, Toby Speight wrote: I'm playing around with my plug-in build system at the moment, tidying up the automake/autoconf stuff as I go (and as I learn about autotools -

Re: [Gimp-developer] rectangle select tool specification

2006-08-10 Thread William Skaggs
Thanks for the comments. I have changed the code so that when a user is modifying an existing rectangle, in Replace mode, the marching ants for the previous selection are no longer shown -- this seemed to confuse almost everybody. Concerning the options gui, it seems clear that improvements

Re: [Gimp-developer] gimp_pixel_rgn_resize help

2006-08-10 Thread Brohan
Thanks for your attention, I've got a case all written up. http://cim.mcgill.ca/~brohan/compare-case.tar.gz Its as small as I could make it, it does have a lot of GTK junk to get all the stuff together. It makes the same errors as my plugin, to reiterate; to make it crash you can a) Zoom

[Gimp-developer] Re : rectangle select tool specification

2006-08-10 Thread cedric GEMY
may be i misunderstood your actual specification, but when you define modifiers, i only talk about multiselection modes. What about old options with Ctrl and Shift that does the same as Expand from center and Make Square. In fact it may confuse the user, because these options have to be

Re: [Gimp-developer] rectangle select tool specification

2006-08-10 Thread Sven Neumann
Hi, On Thu, 2006-08-10 at 13:15 -0700, William Skaggs wrote: Concerning the aspect ratio, it should be possible to come up with a method that allows easy entry of integer ratios. It isn't clear that we will be able to come up with a menu of standard ratios for 2.4. If we could just use a

Re: [Gimp-developer] Re : rectangle select tool specification

2006-08-10 Thread Sven Neumann
On Thu, 2006-08-10 at 22:51 +0200, cedric GEMY wrote: may be i misunderstood your actual specification, but when you define modifiers, i only talk about multiselection modes. What about old options with Ctrl and Shift that does the same as Expand from center and Make Square. In fact it

Re: [Gimp-developer] Gimp Perspective Clone Tool

2006-08-10 Thread Pedro Alonso
Hi, Currently the tool has a UI. The source code is in the cvs branch soc-2006-perspective-clone so you can build and try it :) I have also copy paste a little tutorial (from the current gimp documentation) and is in www.pedroalonso.es/soc By other way some things in the tool that have to be