Re: [Gimp-developer] A plan for GimpRectangleTool

2007-06-25 Thread Martin Nordholts
Simon Budig skrev: > Martin Nordholts ([EMAIL PROTECTED]) wrote: >> With the introduction of helper functions like >> >> void gimp_rectangle_tool_constrain_aspect (GimpRectangleTool >> *rectangle_tool, gdouble aspect, const gchar *apply_on_x, const gchar >> *apply_on_y) >> { >> /* apply_on_x may

Re: [Gimp-developer] A plan for GimpRectangleTool

2007-06-25 Thread Simon Budig
Martin Nordholts ([EMAIL PROTECTED]) wrote: > With the introduction of helper functions like > > void gimp_rectangle_tool_constrain_aspect (GimpRectangleTool > *rectangle_tool, gdouble aspect, const gchar *apply_on_x, const gchar > *apply_on_y) > { > /* apply_on_x may be "x1", "x2" or "center_x"

[Gimp-developer] A plan for GimpRectangleTool

2007-06-24 Thread Martin Nordholts
Hello There are now 24 bugs that have a 2.4 milestone and 6 of these are related or directly uses the code in app/tools/gimprectangletool.c. As most of you know the code in there is a mess. In the last few days I've been thinking about a way to clean up this mess, and I have a plan I'd like to th